>>> Building on sparc64-0b under devel/llvm/13,-lldb BDEPENDS = [archivers/xz;lang/gcc/8,-libs;devel/cmake;textproc/py-sphinx,python3;lang/python/3;lang/gcc/8,-c++;devel/swig;textproc/py-recommonmark,python3;lang/gcc/8;devel/ninja] DIST = [devel/llvm/13,-python:llvm-project-13.0.0.src.tar.xz] FULLPKGNAME = lldb-13.0.0p6 RDEPENDS = [lang/python/3;lang/gcc/8,-c++;lang/gcc/8,-libs] Woken up graphics/spirv-tools Woken up graphics/spirv-tools (Junk lock failure for sparc64-0b at 1716138571.91194) Received IO (Junk lock obtained for sparc64-0b at 1716138639.36) Received IO Woken up devel/llvm/13,-lldb Woken up devel/llvm/13,-lldb Woken up devel/llvm/13,-lldb Short-cut: depends already handled by graphics/spirv-tools >>> Running show-prepare-results in devel/llvm/13,-lldb at 1716138645.01 ===> devel/llvm/13,-lldb ===> Building from scratch llvm-13.0.0 ===> lldb-13.0.0p6 depends on: swig-* -> swig-4.2.1 ===> lldb-13.0.0p6 depends on: py3-sphinx-* -> py3-sphinx-7.3.7p1 ===> lldb-13.0.0p6 depends on: py3-recommonmark-* -> py3-recommonmark-0.7.1p4 ===> lldb-13.0.0p6 depends on: cmake-* -> cmake-3.28.3p0v1 ===> lldb-13.0.0p6 depends on: ninja-* -> ninja-1.11.1p0v0 ===> lldb-13.0.0p6 depends on: python->=3.11,<3.12 -> python-3.11.9p2 ===> lldb-13.0.0p6 depends on: gcc->=8,<9 -> gcc-8.4.0p22 ===> lldb-13.0.0p6 depends on: g++->=8,<9 -> g++-8.4.0p23 ===> lldb-13.0.0p6 depends on: xz->=5.4.0 -> xz-5.4.5 ===> lldb-13.0.0p6 depends on: gcc-libs->=8,<9 -> gcc-libs-8.4.0p22 ===> Verifying specs: estdc++>=17 pthread c edit execinfo m z estdc++>=19 estdc++>=17 pthread c edit execinfo m z estdc++>=19 estdc++>=17 pthread c edit execinfo m z estdc++>=19 ===> found estdc++.19.0 pthread.27.1 c.100.0 edit.6.0 execinfo.3.0 m.10.1 z.7.0 cmake-3.28.3p0v1 g++-8.4.0p23 gcc-8.4.0p22 gcc-libs-8.4.0p22 ninja-1.11.1p0v0 py3-recommonmark-0.7.1p4 py3-sphinx-7.3.7p1 python-3.11.9p2 swig-4.2.1 xz-5.4.5 Don't run junk because nojunk in math/py-scipy,python3 (Junk lock released for sparc64-0b at 1716138656.08) distfiles size=97577404 >>> Running patch in devel/llvm/13,-lldb at 1716138656.19 ===> devel/llvm/13,-lldb ===> Checking files for llvm-13.0.0 `/usr/ports/distfiles/llvm-project-13.0.0.src.tar.xz' is up to date. >> (SHA256) llvm-project-13.0.0.src.tar.xz: OK ===> Extracting for llvm-13.0.0 ===> Patching for llvm-13.0.0 ===> Applying OpenBSD patch patch-clang_include_clang_AST_FormatString_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- The %b printf extension in the kernel is not fixed to a int type. On sparc64 | there are various %llb formats. Adjust the code to handle the length specifiers | and type check like it is used by the regular case. | |Index: clang/include/clang/AST/FormatString.h |--- clang/include/clang/AST/FormatString.h.orig |+++ clang/include/clang/AST/FormatString.h -------------------------- Patching file clang/include/clang/AST/FormatString.h using Plan A... Hunk #1 succeeded at 227. done ===> Applying OpenBSD patch patch-clang_include_clang_Basic_CodeGenOptions_def Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add RETGUARD to clang for amd64. This security mechanism uses per-function | random cookies to protect access to function return instructions, with the | effect that the integrity of the return address is protected, and function | return instructions are harder to use in ROP gadgets. | | On function entry the return address is combined with a per-function random | cookie and stored in the stack frame. The integrity of this value is verified | before function return, and if this check fails, the program aborts. In this way | RETGUARD is an improved stack protector, since the cookies are per-function. The | verification routine is constructed such that the binary space immediately | before each ret instruction is padded with int03 instructions, which makes these | return instructions difficult to use in ROP gadgets. In the kernel, this has the | effect of removing approximately 50% of total ROP gadgets, and 15% of unique | ROP gadgets compared to the 6.3 release kernel. Function epilogues are | essentially gadget free, leaving only the polymorphic gadgets that result from | jumping into the instruction stream partway through other instructions. Work to | remove these gadgets will continue through other mechanisms. |- Disable strict floating point if not X86. | |Index: clang/include/clang/Basic/CodeGenOptions.def |--- clang/include/clang/Basic/CodeGenOptions.def.orig |+++ clang/include/clang/Basic/CodeGenOptions.def -------------------------- Patching file clang/include/clang/Basic/CodeGenOptions.def using Plan A... Hunk #1 succeeded at 340. done ===> Applying OpenBSD patch patch-clang_include_clang_Basic_DiagnosticSemaKinds_td Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Disable -Waddress-of-packed-member by default. | |While these warnings have the potential to be useful, there are too many |false positives right now. | |- Disable -Wpointer-sign warnings per default | |base gcc does the same. | |- Add a new warning for %n format specifier usage in printf(3) family functions | |- allow out-of-class defaulting of comparison operators | this is backport of the following upstream commit: | commit 5fbe21a7748f91adbd1b16c95bbfe180642320a3 | |Index: clang/include/clang/Basic/DiagnosticSemaKinds.td |--- clang/include/clang/Basic/DiagnosticSemaKinds.td.orig |+++ clang/include/clang/Basic/DiagnosticSemaKinds.td -------------------------- Patching file clang/include/clang/Basic/DiagnosticSemaKinds.td using Plan A... Hunk #1 succeeded at 6768. Hunk #2 succeeded at 7980. Hunk #3 succeeded at 9100. Hunk #4 succeeded at 9519. done ===> Applying OpenBSD patch patch-clang_include_clang_Driver_Options_td Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add ret protector options as no-ops. |- Improve the X86FixupGadgets pass |- Adapt the -mfix-loongson2f-btb workaround from as(1) to LLVM/clang. |- Alias the command line parameter -p to -pg. |- implement -msave-args in clang/llvm, like the sun did for gcc | |Index: clang/include/clang/Driver/Options.td |--- clang/include/clang/Driver/Options.td.orig |+++ clang/include/clang/Driver/Options.td -------------------------- Patching file clang/include/clang/Driver/Options.td using Plan A... Hunk #1 succeeded at 2528. Hunk #2 succeeded at 3503. Hunk #3 succeeded at 3733. Hunk #4 succeeded at 4264. done ===> Applying OpenBSD patch patch-clang_include_clang_Sema_Sema_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Teach Clang about syslog format attribute | |Index: clang/include/clang/Sema/Sema.h |--- clang/include/clang/Sema/Sema.h.orig |+++ clang/include/clang/Sema/Sema.h -------------------------- Patching file clang/include/clang/Sema/Sema.h using Plan A... Hunk #1 succeeded at 12648. done ===> Applying OpenBSD patch patch-clang_lib_AST_FormatString_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- The %b printf extension in the kernel is not fixed to a int type. On sparc64 | there are various %llb formats. Adjust the code to handle the length specifiers | and type check like it is used by the regular case. | |Index: clang/lib/AST/FormatString.cpp |--- clang/lib/AST/FormatString.cpp.orig |+++ clang/lib/AST/FormatString.cpp -------------------------- Patching file clang/lib/AST/FormatString.cpp using Plan A... Hunk #1 succeeded at 759. Hunk #2 succeeded at 798. Hunk #3 succeeded at 961. done ===> Applying OpenBSD patch patch-clang_lib_Basic_TargetInfo_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Our malloc(3) guarantees 16-byte alignment. | |Index: clang/lib/Basic/TargetInfo.cpp |--- clang/lib/Basic/TargetInfo.cpp.orig |+++ clang/lib/Basic/TargetInfo.cpp -------------------------- Patching file clang/lib/Basic/TargetInfo.cpp using Plan A... Hunk #1 succeeded at 70. done ===> Applying OpenBSD patch patch-clang_lib_Basic_Targets_Mips_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Implement the 'h' register constraint on mips64. This lets clang build | pieces of software that use the constraint if the compiler claims | to be compatible with GCC 4.2.1. | Note that the constraint was removed in GCC 4.4. The reason was that | 'h' could generate code whose result is unpredictable. The underlying | reason is that the HI and LO registers are special, and the optimizer | has to be careful when choosing the order of HI/LO accesses. It looks | that LLVM has the needed logic. | |Index: clang/lib/Basic/Targets/Mips.h |--- clang/lib/Basic/Targets/Mips.h.orig |+++ clang/lib/Basic/Targets/Mips.h -------------------------- Patching file clang/lib/Basic/Targets/Mips.h using Plan A... Hunk #1 succeeded at 239. done ===> Applying OpenBSD patch patch-clang_lib_Basic_Targets_X86_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |implement -msave-args in clang/llvm, like the sun did for gcc | |Index: clang/lib/Basic/Targets/X86.cpp |--- clang/lib/Basic/Targets/X86.cpp.orig |+++ clang/lib/Basic/Targets/X86.cpp -------------------------- Patching file clang/lib/Basic/Targets/X86.cpp using Plan A... Hunk #1 succeeded at 309. Hunk #2 succeeded at 986. done ===> Applying OpenBSD patch patch-clang_lib_Basic_Targets_X86_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- implement -msave-args in clang/llvm, like the sun did for gcc. | |Index: clang/lib/Basic/Targets/X86.h |--- clang/lib/Basic/Targets/X86.h.orig |+++ clang/lib/Basic/Targets/X86.h -------------------------- Patching file clang/lib/Basic/Targets/X86.h using Plan A... Hunk #1 succeeded at 131. done ===> Applying OpenBSD patch patch-clang_lib_CodeGen_CGCall_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add RETGUARD to clang for amd64. This security mechanism uses per-function |random cookies to protect access to function return instructions, with the |effect that the integrity of the return address is protected, and function |return instructions are harder to use in ROP gadgets. | |On function entry the return address is combined with a per-function random |cookie and stored in the stack frame. The integrity of this value is verified |before function return, and if this check fails, the program aborts. In this way |RETGUARD is an improved stack protector, since the cookies are per-function. The |verification routine is constructed such that the binary space immediately |before each ret instruction is padded with int03 instructions, which makes these |return instructions difficult to use in ROP gadgets. In the kernel, this has the |effect of removing approximately 50% of total ROP gadgets, and 15% of unique |ROP gadgets compared to the 6.3 release kernel. Function epilogues are |essentially gadget free, leaving only the polymorphic gadgets that result from |jumping into the instruction stream partway through other instructions. Work to |remove these gadgets will continue through other mechanisms. | |Index: clang/lib/CodeGen/CGCall.cpp |--- clang/lib/CodeGen/CGCall.cpp.orig |+++ clang/lib/CodeGen/CGCall.cpp -------------------------- Patching file clang/lib/CodeGen/CGCall.cpp using Plan A... Hunk #1 succeeded at 2215. done ===> Applying OpenBSD patch patch-clang_lib_CodeGen_CodeGenModule_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Downgrade riscv64-specific LTO error to a warning | |Index: clang/lib/CodeGen/CodeGenModule.cpp |--- clang/lib/CodeGen/CodeGenModule.cpp.orig |+++ clang/lib/CodeGen/CodeGenModule.cpp -------------------------- Patching file clang/lib/CodeGen/CodeGenModule.cpp using Plan A... Hunk #1 succeeded at 846. done ===> Applying OpenBSD patch patch-clang_lib_Driver_Driver_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Report versioned lib.so in cc --print-file-name given short name | |Index: clang/lib/Driver/Driver.cpp |--- clang/lib/Driver/Driver.cpp.orig |+++ clang/lib/Driver/Driver.cpp -------------------------- Patching file clang/lib/Driver/Driver.cpp using Plan A... Hunk #1 succeeded at 5089. Hunk #2 succeeded at 5142. done ===> Applying OpenBSD patch patch-clang_lib_Driver_ToolChains_Arch_RISCV_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- ld.lld doesn't properly support R_RISCV_RELAX relocations, switch the default to -no-relax | |Index: clang/lib/Driver/ToolChains/Arch/RISCV.cpp |--- clang/lib/Driver/ToolChains/Arch/RISCV.cpp.orig |+++ clang/lib/Driver/ToolChains/Arch/RISCV.cpp -------------------------- Patching file clang/lib/Driver/ToolChains/Arch/RISCV.cpp using Plan A... Hunk #1 succeeded at 556. done ===> Applying OpenBSD patch patch-clang_lib_Driver_ToolChains_Clang_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Switch Powerpc64 Big Endian to ELFv2 on OpenBSD. |- Adapt the -mfix-loongson2f-btb workaround from as(1) to LLVM/clang. |- Disable -fstrict-aliasing per default on OpenBSD. |- Enable -fwrapv by default |- Add ret protector options as no-ops. |- Add RETGUARD to clang for amd64. This security mechanism uses per-function | random cookies to protect access to function return instructions, with the | effect that the integrity of the return address is protected, and function | return instructions are harder to use in ROP gadgets. | | On function entry the return address is combined with a per-function random | cookie and stored in the stack frame. The integrity of this value is verified | before function return, and if this check fails, the program aborts. In this way | RETGUARD is an improved stack protector, since the cookies are per-function. The | verification routine is constructed such that the binary space immediately | before each ret instruction is padded with int03 instructions, which makes these | return instructions difficult to use in ROP gadgets. In the kernel, this has the | effect of removing approximately 50% of total ROP gadgets, and 15% of unique | ROP gadgets compared to the 6.3 release kernel. Function epilogues are | essentially gadget free, leaving only the polymorphic gadgets that result from | jumping into the instruction stream partway through other instructions. Work to | remove these gadgets will continue through other mechanisms. |- Add retguard for arm64. |- Add retguard for octeon/mips64. |- Add RETGUARD implementation for powerpc and powerpc64. |- Improve the X86FixupGadgets pass |- On OpenBSD disable the malloc/calloc/realloc/free/str*dup builtins, since | they can perform strange transforms and optimizations. Some of those could | gain a slight advantage, but would avoid the variety of important runtime | checks our malloc(3) code does. In essence, the transforms performed are | considered "anti-mitigation". |- Make -mbranch-protection=bti the default on OpenBSD. |- On openbsd amd64, emit IBT endbr64 instructions by default (meaning, | -fcf-protection=branch is the default). |- On openbsd amd64, the compiler has been found to generate some nasty jump | table variations (calculate address into %rax, jmp %rax) which is not | compatible with IBT endbr64. So we will have to disable jump tables by | default. |- Turn on pointer-authentication on arm64 as well by default. This means | we effectively enable -mbranch-protection=standard on arm64 now. |- Make sure -msign-return-address doesn't disable BTI support. | |Index: clang/lib/Driver/ToolChains/Clang.cpp |--- clang/lib/Driver/ToolChains/Clang.cpp.orig |+++ clang/lib/Driver/ToolChains/Clang.cpp -------------------------- Patching file clang/lib/Driver/ToolChains/Clang.cpp using Plan A... Hunk #1 succeeded at 1800. Hunk #2 succeeded at 1821. Hunk #3 succeeded at 2498. Hunk #4 succeeded at 4957. Hunk #5 succeeded at 5885. Hunk #6 succeeded at 5906. Hunk #7 succeeded at 6020. Hunk #8 succeeded at 6509. done ===> Applying OpenBSD patch patch-clang_lib_Driver_ToolChains_Gnu_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Disable IAS for OpenBSD SPARC. | |Index: clang/lib/Driver/ToolChains/Gnu.cpp |--- clang/lib/Driver/ToolChains/Gnu.cpp.orig |+++ clang/lib/Driver/ToolChains/Gnu.cpp -------------------------- Patching file clang/lib/Driver/ToolChains/Gnu.cpp using Plan A... Hunk #1 succeeded at 2763. done ===> Applying OpenBSD patch patch-clang_lib_Driver_ToolChains_OpenBSD_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add support for building against libestdc++ from ports-gcc. |- Allow the compiler driver to link the libclang_rt.profile library. |- Use Component in OpenBSD::getCompilerRT to find libraries. |- Enable kernel-address sanitizer for clang openbsd target | |Index: clang/lib/Driver/ToolChains/OpenBSD.cpp |--- clang/lib/Driver/ToolChains/OpenBSD.cpp.orig |+++ clang/lib/Driver/ToolChains/OpenBSD.cpp -------------------------- Patching file clang/lib/Driver/ToolChains/OpenBSD.cpp using Plan A... Hunk #1 succeeded at 12. Hunk #2 succeeded at 200. Hunk #3 succeeded at 222. Hunk #4 succeeded at 259. Hunk #5 succeeded at 317. Hunk #6 succeeded at 354. done ===> Applying OpenBSD patch patch-clang_lib_Driver_ToolChains_OpenBSD_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add support for building against libestdc++ from ports-gcc. |- Enable unwind tables on all clang architectures. |- Arm is not ready for unwinding yet. Disable unwind info generation for now. | |Index: clang/lib/Driver/ToolChains/OpenBSD.h |--- clang/lib/Driver/ToolChains/OpenBSD.h.orig |+++ clang/lib/Driver/ToolChains/OpenBSD.h -------------------------- Patching file clang/lib/Driver/ToolChains/OpenBSD.h using Plan A... Hunk #1 succeeded at 77. done ===> Applying OpenBSD patch patch-clang_lib_Frontend_CompilerInvocation_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add RETGUARD to clang for amd64. This security mechanism uses per-function | random cookies to protect access to function return instructions, with the | effect that the integrity of the return address is protected, and function | return instructions are harder to use in ROP gadgets. | | On function entry the return address is combined with a per-function random | cookie and stored in the stack frame. The integrity of this value is verified | before function return, and if this check fails, the program aborts. In this way | RETGUARD is an improved stack protector, since the cookies are per-function. The | verification routine is constructed such that the binary space immediately | before each ret instruction is padded with int03 instructions, which makes these | return instructions difficult to use in ROP gadgets. In the kernel, this has the | effect of removing approximately 50% of total ROP gadgets, and 15% of unique | ROP gadgets compared to the 6.3 release kernel. Function epilogues are | essentially gadget free, leaving only the polymorphic gadgets that result from | jumping into the instruction stream partway through other instructions. Work to | remove these gadgets will continue through other mechanisms. | |Index: clang/lib/Frontend/CompilerInvocation.cpp |--- clang/lib/Frontend/CompilerInvocation.cpp.orig |+++ clang/lib/Frontend/CompilerInvocation.cpp -------------------------- Patching file clang/lib/Frontend/CompilerInvocation.cpp using Plan A... Hunk #1 succeeded at 1470. Hunk #2 succeeded at 1809. done ===> Applying OpenBSD patch patch-clang_lib_Headers_wasm_simd128_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |backport https://github.com/llvm/llvm-project/commit/2456e11614c10a2e648005e27e3213c77b7ab7a4 | |fixes mozilla 119 build per https://bugzilla.mozilla.org/show_bug.cgi?id=1851301 |Index: clang/lib/Headers/wasm_simd128.h |--- clang/lib/Headers/wasm_simd128.h.orig |+++ clang/lib/Headers/wasm_simd128.h -------------------------- Patching file clang/lib/Headers/wasm_simd128.h using Plan A... Hunk #1 succeeded at 277. Hunk #2 succeeded at 305. Hunk #3 succeeded at 353. Hunk #4 succeeded at 381. Hunk #5 succeeded at 435. Hunk #6 succeeded at 486. Hunk #7 succeeded at 512. Hunk #8 succeeded at 549. Hunk #9 succeeded at 584. done ===> Applying OpenBSD patch patch-clang_lib_Sema_SemaChecking_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Teach Clang about syslog format attribute |- Enable the kprintf format attribute |- The %b printf extension in the kernel is not fixed to a int type. On sparc64 | there are various %llb formats. Adjust the code to handle the length | specifiers and type check like it is used by the regular case. |- Add a new warning for %n format specifier usage in printf(3) family functions | |Index: clang/lib/Sema/SemaChecking.cpp |--- clang/lib/Sema/SemaChecking.cpp.orig |+++ clang/lib/Sema/SemaChecking.cpp -------------------------- Patching file clang/lib/Sema/SemaChecking.cpp using Plan A... Hunk #1 succeeded at 7847. Hunk #2 succeeded at 7944. Hunk #3 succeeded at 8770. Hunk #4 succeeded at 8835. Hunk #5 succeeded at 9590. Hunk #6 succeeded at 9602. done ===> Applying OpenBSD patch patch-clang_lib_Sema_SemaDeclAttr_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Teach Clang about syslog format attribute | |Index: clang/lib/Sema/SemaDeclAttr.cpp |--- clang/lib/Sema/SemaDeclAttr.cpp.orig |+++ clang/lib/Sema/SemaDeclAttr.cpp -------------------------- Patching file clang/lib/Sema/SemaDeclAttr.cpp using Plan A... Hunk #1 succeeded at 3411. done ===> Applying OpenBSD patch patch-clang_lib_Sema_SemaDeclCXX_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- allow out-of-class defaulting of comparison operators | this is backport of the following upstream commit: | commit 5fbe21a7748f91adbd1b16c95bbfe180642320a3 | |Index: clang/lib/Sema/SemaDeclCXX.cpp |--- clang/lib/Sema/SemaDeclCXX.cpp.orig |+++ clang/lib/Sema/SemaDeclCXX.cpp -------------------------- Patching file clang/lib/Sema/SemaDeclCXX.cpp using Plan A... Hunk #1 succeeded at 8371. Hunk #2 succeeded at 8388. Hunk #3 succeeded at 8407. Hunk #4 succeeded at 8417. Hunk #5 succeeded at 8668. Hunk #6 succeeded at 17153. Hunk #7 succeeded at 17174. done ===> Applying OpenBSD patch patch-clang_tools_clang-format_clang-format-sublime_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: clang/tools/clang-format/clang-format-sublime.py |--- clang/tools/clang-format/clang-format-sublime.py.orig |+++ clang/tools/clang-format/clang-format-sublime.py -------------------------- Patching file clang/tools/clang-format/clang-format-sublime.py using Plan A... Hunk #1 succeeded at 18. done ===> Applying OpenBSD patch patch-clang_tools_clang-format_clang-format_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: clang/tools/clang-format/clang-format.py |--- clang/tools/clang-format/clang-format.py.orig |+++ clang/tools/clang-format/clang-format.py -------------------------- Patching file clang/tools/clang-format/clang-format.py using Plan A... Hunk #1 succeeded at 48. done ===> Applying OpenBSD patch patch-clang_tools_clang-format_git-clang-format Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: clang/tools/clang-format/git-clang-format |--- clang/tools/clang-format/git-clang-format.orig |+++ clang/tools/clang-format/git-clang-format -------------------------- Patching file clang/tools/clang-format/git-clang-format using Plan A... Hunk #1 succeeded at 92. Hunk #2 succeeded at 361. Hunk #3 succeeded at 414. done ===> Applying OpenBSD patch patch-clang_tools_clang-shlib_CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |-Bsymbolic-functions is not supported by our ld.bfd version. | |Index: clang/tools/clang-shlib/CMakeLists.txt |--- clang/tools/clang-shlib/CMakeLists.txt.orig |+++ clang/tools/clang-shlib/CMakeLists.txt -------------------------- Patching file clang/tools/clang-shlib/CMakeLists.txt using Plan A... Hunk #1 succeeded at 50. done ===> Applying OpenBSD patch patch-clang_tools_scan-build_libexec_ccc-analyzer Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Our default compilers are cc/c++. | |Index: clang/tools/scan-build/libexec/ccc-analyzer |--- clang/tools/scan-build/libexec/ccc-analyzer.orig |+++ clang/tools/scan-build/libexec/ccc-analyzer -------------------------- Patching file clang/tools/scan-build/libexec/ccc-analyzer using Plan A... Hunk #1 succeeded at 84. done ===> Applying OpenBSD patch patch-lld_CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Don't build MachO2 support in lld. This code reaches into libunwind |internals. | |Index: lld/CMakeLists.txt |--- lld/CMakeLists.txt.orig |+++ lld/CMakeLists.txt -------------------------- Patching file lld/CMakeLists.txt using Plan A... Hunk #1 succeeded at 155. Hunk #2 succeeded at 234. done ===> Applying OpenBSD patch patch-lld_ELF_Arch_AArch64_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Enable BTI PLT entries by default. | |Index: lld/ELF/Arch/AArch64.cpp |--- lld/ELF/Arch/AArch64.cpp.orig |+++ lld/ELF/Arch/AArch64.cpp -------------------------- Patching file lld/ELF/Arch/AArch64.cpp using Plan A... Hunk #1 succeeded at 621. Hunk #2 succeeded at 721. Hunk #3 succeeded at 732. done ===> Applying OpenBSD patch patch-lld_ELF_Arch_PPC64_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Change the emitted .glink stub on powerpc64 to use an instruction sequence | to compose the offset to the PLT instead of having a constant pool in .text. | Make --execute-only work on powerpc64. | |Index: lld/ELF/Arch/PPC64.cpp |--- lld/ELF/Arch/PPC64.cpp.orig |+++ lld/ELF/Arch/PPC64.cpp -------------------------- Patching file lld/ELF/Arch/PPC64.cpp using Plan A... Hunk #1 succeeded at 573. Hunk #2 succeeded at 1076. done ===> Applying OpenBSD patch patch-lld_ELF_Arch_RISCV_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Downgrade RISCV ABI mismatch error to a warning | |Index: lld/ELF/Arch/RISCV.cpp |--- lld/ELF/Arch/RISCV.cpp.orig |+++ lld/ELF/Arch/RISCV.cpp -------------------------- Patching file lld/ELF/Arch/RISCV.cpp using Plan A... Hunk #1 succeeded at 124. done ===> Applying OpenBSD patch patch-lld_ELF_Arch_X86_64_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add IBT support to the retpoline PLTs. Since we use retpoline PLTs by | default on OpenBSD this will give us IBT support by default. Fixes | indirect function calls for functions in shared libraries. |- Add IBT support to the retpoline+znow PLTs | |Index: lld/ELF/Arch/X86_64.cpp |--- lld/ELF/Arch/X86_64.cpp.orig |+++ lld/ELF/Arch/X86_64.cpp -------------------------- Patching file lld/ELF/Arch/X86_64.cpp using Plan A... Hunk #1 succeeded at 1050. Hunk #2 succeeded at 1078. Hunk #3 succeeded at 1122. Hunk #4 succeeded at 1142. Hunk #5 succeeded at 1153. done ===> Applying OpenBSD patch patch-lld_ELF_Config_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- XXX no comment |- Implement support for PT_OPENBSD_NOBTCFI in lld(1). This can be set using | the -z nobtcfi option. | |Index: lld/ELF/Config.h |--- lld/ELF/Config.h.orig |+++ lld/ELF/Config.h -------------------------- Patching file lld/ELF/Config.h using Plan A... Hunk #1 succeeded at 236. Hunk #2 succeeded at 267. done ===> Applying OpenBSD patch patch-lld_ELF_DriverUtils_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Handle the OpenBSD-style major/minor shared library version scheme. |- Report versioned lib.so in cc --print-file-name given short name | |Index: lld/ELF/DriverUtils.cpp |--- lld/ELF/DriverUtils.cpp.orig |+++ lld/ELF/DriverUtils.cpp -------------------------- Patching file lld/ELF/DriverUtils.cpp using Plan A... Hunk #1 succeeded at 230. done ===> Applying OpenBSD patch patch-lld_ELF_Driver_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- enable PIE by default. |- arm64 and riscv64 can now do --execute-only by default |- enable --exec-only as default on AMD64 |- Make --execute-only the default on powerpc64. |- Permit the --exec-only option on i386 also. |- make --execute-only the default on powerpc |- default sparc64 ld.lld to --execute-only |- switch mips64 ld.lld to execute-only |- Implement support for PT_OPENBSD_NOBTCFI in lld(1). This can be set using | the -z nobtcfi option. | |Index: lld/ELF/Driver.cpp |--- lld/ELF/Driver.cpp.orig |+++ lld/ELF/Driver.cpp -------------------------- Patching file lld/ELF/Driver.cpp using Plan A... Hunk #1 succeeded at 358. Hunk #2 succeeded at 462. Hunk #3 succeeded at 1057. Hunk #4 succeeded at 1074. Hunk #5 succeeded at 1129. Hunk #6 succeeded at 1197. Hunk #7 succeeded at 1476. Hunk #8 succeeded at 1630. Hunk #9 succeeded at 1645. Hunk #10 succeeded at 1662. Hunk #11 succeeded at 2458. done ===> Applying OpenBSD patch patch-lld_ELF_InputFiles_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- lld: do not report undefined weak references in shared libraries | https://github.com/llvm/llvm-project/commit/52bfd2c1ccd86ff813ee6df5a6700690acdd |- add .gnu.warning.SYMBOL support to ld.lld(1) | |Index: lld/ELF/InputFiles.cpp |--- lld/ELF/InputFiles.cpp.orig |+++ lld/ELF/InputFiles.cpp -------------------------- Patching file lld/ELF/InputFiles.cpp using Plan A... Hunk #1 succeeded at 52. Hunk #2 succeeded at 68. Hunk #3 succeeded at 660. Hunk #4 succeeded at 1471. Hunk #5 succeeded at 1496. Hunk #6 succeeded at 1598. done ===> Applying OpenBSD patch patch-lld_ELF_InputFiles_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- add .gnu.warning.SYMBOL support to ld.lld(1) | |Index: lld/ELF/InputFiles.h |--- lld/ELF/InputFiles.h.orig |+++ lld/ELF/InputFiles.h -------------------------- Patching file lld/ELF/InputFiles.h using Plan A... Hunk #1 succeeded at 37. done ===> Applying OpenBSD patch patch-lld_ELF_LinkerScript_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- XXX no comment | |Index: lld/ELF/LinkerScript.cpp |--- lld/ELF/LinkerScript.cpp.orig |+++ lld/ELF/LinkerScript.cpp -------------------------- Patching file lld/ELF/LinkerScript.cpp using Plan A... Hunk #1 succeeded at 954. Hunk #2 succeeded at 967. done ===> Applying OpenBSD patch patch-lld_ELF_Options_td Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- [ELF] Add -nopie alias for -no-pie |- defm ignore_function_address_equality: TODO (document it) | |Index: lld/ELF/Options.td |--- lld/ELF/Options.td.orig |+++ lld/ELF/Options.td -------------------------- Patching file lld/ELF/Options.td using Plan A... Hunk #1 succeeded at 248. Hunk #2 succeeded at 521. done ===> Applying OpenBSD patch patch-lld_ELF_Relocations_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- add .gnu.warning.SYMBOL support to ld.lld(1) |- fix https://reviews.llvm.org/D114982 | |Index: lld/ELF/Relocations.cpp |--- lld/ELF/Relocations.cpp.orig |+++ lld/ELF/Relocations.cpp -------------------------- Patching file lld/ELF/Relocations.cpp using Plan A... Hunk #1 succeeded at 954. Hunk #2 succeeded at 1339. Hunk #3 succeeded at 1417. done ===> Applying OpenBSD patch patch-lld_ELF_ScriptParser_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- In the linkers, collect objects in section "openbsd.mutable" and place | them into a page-aligned region in the bss, with the right markers for | kernel/ld.so to identify the region and skip making it immutable. | |Index: lld/ELF/ScriptParser.cpp |--- lld/ELF/ScriptParser.cpp.orig |+++ lld/ELF/ScriptParser.cpp -------------------------- Patching file lld/ELF/ScriptParser.cpp using Plan A... Hunk #1 succeeded at 1478. done ===> Applying OpenBSD patch patch-lld_ELF_SymbolTable_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- add .gnu.warning.SYMBOL support to ld.lld(1) | |Index: lld/ELF/SymbolTable.cpp |--- lld/ELF/SymbolTable.cpp.orig |+++ lld/ELF/SymbolTable.cpp -------------------------- Patching file lld/ELF/SymbolTable.cpp using Plan A... Hunk #1 succeeded at 90. done ===> Applying OpenBSD patch patch-lld_ELF_Symbols_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Generate __data_start symbol that marks the start of .data when __data_start |is referenced from code being linked. | |Index: lld/ELF/Symbols.cpp |--- lld/ELF/Symbols.cpp.orig |+++ lld/ELF/Symbols.cpp -------------------------- Patching file lld/ELF/Symbols.cpp using Plan A... Hunk #1 succeeded at 48. done ===> Applying OpenBSD patch patch-lld_ELF_Symbols_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Generate __data_start symbol that marks the start of .data when __data_start | is referenced from code being linked. |- add .gnu.warning.SYMBOL support to ld.lld(1) | |Index: lld/ELF/Symbols.h |--- lld/ELF/Symbols.h.orig |+++ lld/ELF/Symbols.h -------------------------- Patching file lld/ELF/Symbols.h using Plan A... Hunk #1 succeeded at 142. Hunk #2 succeeded at 250. Hunk #3 succeeded at 439. Hunk #4 succeeded at 563. Hunk #5 succeeded at 582. done ===> Applying OpenBSD patch patch-lld_ELF_SyntheticSections_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Don't create IBT .plt if there are no PLT entries. Cherry picked from | upstream. | |Index: lld/ELF/SyntheticSections.cpp |--- lld/ELF/SyntheticSections.cpp.orig |+++ lld/ELF/SyntheticSections.cpp -------------------------- Patching file lld/ELF/SyntheticSections.cpp using Plan A... Hunk #1 succeeded at 2567. Hunk #2 succeeded at 2732. done ===> Applying OpenBSD patch patch-lld_ELF_SyntheticSections_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Don't create IBT .plt if there are no PLT entries. Cherry picked from | upstream. | |Index: lld/ELF/SyntheticSections.h |--- lld/ELF/SyntheticSections.h.orig |+++ lld/ELF/SyntheticSections.h -------------------------- Patching file lld/ELF/SyntheticSections.h using Plan A... Hunk #1 succeeded at 769. done ===> Applying OpenBSD patch patch-lld_ELF_Writer_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Merge '.openbsd.randomdata.*' sections into a single '.openbsd.randomdata' | section when linking, as we do when using ld from binutils. |- Generate __data_start symbol that marks the start of .data when __data_start | is referenced from code being linked. |- Put .got.plt in RELRO. |- On i386, produce binaries that are compatible with our W^X implementation. |- In the linkers, collect objects in section "openbsd.mutable" and place | them into a page-aligned region in the bss, with the right markers for | kernel/ld.so to identify the region and skip making it immutable. |- Implement support for PT_OPENBSD_NOBTCFI in lld(1). This can be set using | the -z nobtcfi option. | |Index: lld/ELF/Writer.cpp |--- lld/ELF/Writer.cpp.orig |+++ lld/ELF/Writer.cpp -------------------------- Patching file lld/ELF/Writer.cpp using Plan A... Hunk #1 succeeded at 145. Hunk #2 succeeded at 325. Hunk #3 succeeded at 554. Hunk #4 succeeded at 891. Hunk #5 succeeded at 1205. Hunk #6 succeeded at 2476. Hunk #7 succeeded at 2505. Hunk #8 succeeded at 2602. done ===> Applying OpenBSD patch patch-lld_ELF_Writer_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- XXX no comment | |Index: lld/ELF/Writer.h |--- lld/ELF/Writer.h.orig |+++ lld/ELF/Writer.h -------------------------- Patching file lld/ELF/Writer.h using Plan A... Hunk #1 succeeded at 30. done ===> Applying OpenBSD patch patch-lld_docs_ld_lld_1 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- sync --execute-only archs described in the manual with current code |- add note about nobtcfi | |Index: lld/docs/ld.lld.1 |--- lld/docs/ld.lld.1.orig |+++ lld/docs/ld.lld.1 -------------------------- Patching file lld/docs/ld.lld.1 using Plan A... Hunk #1 succeeded at 212. Hunk #2 succeeded at 832. done ===> Applying OpenBSD patch patch-lld_tools_lld_CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Don't build MachO2 support in lld. This code reaches into libunwind |internals. | |Index: lld/tools/lld/CMakeLists.txt |--- lld/tools/lld/CMakeLists.txt.orig |+++ lld/tools/lld/CMakeLists.txt -------------------------- Patching file lld/tools/lld/CMakeLists.txt using Plan A... Hunk #1 succeeded at 15. done ===> Applying OpenBSD patch patch-lld_tools_lld_lld_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Don't build MachO2 support in lld. This code reaches into libunwind |internals. | |Index: lld/tools/lld/lld.cpp |--- lld/tools/lld/lld.cpp.orig |+++ lld/tools/lld/lld.cpp -------------------------- Patching file lld/tools/lld/lld.cpp using Plan A... Hunk #1 succeeded at 70. Hunk #2 succeeded at 103. Hunk #3 succeeded at 145. done ===> Applying OpenBSD patch patch-lldb_bindings_CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix build with swig 4.1.0 |cf https://reviews.llvm.org/D134877 |cf https://bugzilla.redhat.com/show_bug.cgi?id=2128646 |Index: lldb/bindings/CMakeLists.txt |--- lldb/bindings/CMakeLists.txt.orig |+++ lldb/bindings/CMakeLists.txt -------------------------- Patching file lldb/bindings/CMakeLists.txt using Plan A... Hunk #1 succeeded at 26. done ===> Applying OpenBSD patch patch-lldb_bindings_interfaces_swig Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix build with swig 4.1.0 |cf https://reviews.llvm.org/D134877 |cf https://bugzilla.redhat.com/show_bug.cgi?id=2128646 |Index: lldb/bindings/interfaces.swig |--- lldb/bindings/interfaces.swig.orig |+++ lldb/bindings/interfaces.swig -------------------------- Patching file lldb/bindings/interfaces.swig using Plan A... Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-lldb_bindings_python_python-typemaps_swig Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |fix build with swig 4.1.0 |https://github.com/llvm/llvm-project/commit/f0a25fe0b746f56295d5c02116ba28d2f965c175 | |Index: lldb/bindings/python/python-typemaps.swig |--- lldb/bindings/python/python-typemaps.swig.orig |+++ lldb/bindings/python/python-typemaps.swig -------------------------- Patching file lldb/bindings/python/python-typemaps.swig using Plan A... Hunk #1 succeeded at 439. done ===> Applying OpenBSD patch patch-lldb_source_Plugins_UnwindAssembly_x86_x86AssemblyInspectionEngine_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Skip retguard instructions in prologue detection. | |Index: lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp |--- lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp.orig |+++ lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp -------------------------- Patching file lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp using Plan A... Hunk #1 succeeded at 870. Hunk #2 succeeded at 1613. done ===> Applying OpenBSD patch patch-lldb_source_Plugins_UnwindAssembly_x86_x86AssemblyInspectionEngine_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Skip retguard instructions in prologue detection. | |Index: lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h |--- lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h.orig |+++ lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h -------------------------- Patching file lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h using Plan A... Hunk #1 succeeded at 114. done ===> Applying OpenBSD patch patch-llvm_cmake_modules_GetLibraryName_cmake Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Properly parse library suffixes on OpenBSD | |Index: llvm/cmake/modules/GetLibraryName.cmake |--- llvm/cmake/modules/GetLibraryName.cmake.orig |+++ llvm/cmake/modules/GetLibraryName.cmake -------------------------- Patching file llvm/cmake/modules/GetLibraryName.cmake using Plan A... Hunk #1 succeeded at 2. done ===> Applying OpenBSD patch patch-llvm_cmake_modules_LLVMProcessSources_cmake Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Avoid adding a dep on all headers in ${LOCALBASE}/include, not |compatible with dpb(1) junking. | |Index: llvm/cmake/modules/LLVMProcessSources.cmake |--- llvm/cmake/modules/LLVMProcessSources.cmake.orig |+++ llvm/cmake/modules/LLVMProcessSources.cmake -------------------------- Patching file llvm/cmake/modules/LLVMProcessSources.cmake using Plan A... Hunk #1 succeeded at 46. done ===> Applying OpenBSD patch patch-llvm_docs_CommandGuide_llvm-ranlib_rst Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- support more than one input file in llvm-ranlib | |Index: llvm/docs/CommandGuide/llvm-ranlib.rst |--- llvm/docs/CommandGuide/llvm-ranlib.rst.orig |+++ llvm/docs/CommandGuide/llvm-ranlib.rst -------------------------- Patching file llvm/docs/CommandGuide/llvm-ranlib.rst using Plan A... Hunk #1 succeeded at 6. done ===> Applying OpenBSD patch patch-llvm_include_llvm_BinaryFormat_ELF_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- In the linkers, collect objects in section "openbsd.mutable" and place | them into a page-aligned region in the bss, with the right markers for | kernel/ld.so to identify the region and skip making it immutable. |- Implement support for PT_OPENBSD_NOBTCFI in lld(1). This can be set using | the -z nobtcfi option. | |Index: llvm/include/llvm/BinaryFormat/ELF.h |--- llvm/include/llvm/BinaryFormat/ELF.h.orig |+++ llvm/include/llvm/BinaryFormat/ELF.h -------------------------- Patching file llvm/include/llvm/BinaryFormat/ELF.h using Plan A... Hunk #1 succeeded at 1303. done ===> Applying OpenBSD patch patch-llvm_include_llvm_CodeGen_AsmPrinter_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Use int3 trap padding between functions instead of trapsleds with a leading jump. | |Index: llvm/include/llvm/CodeGen/AsmPrinter.h |--- llvm/include/llvm/CodeGen/AsmPrinter.h.orig |+++ llvm/include/llvm/CodeGen/AsmPrinter.h -------------------------- Patching file llvm/include/llvm/CodeGen/AsmPrinter.h using Plan A... Hunk #1 succeeded at 434. Hunk #2 succeeded at 504. done ===> Applying OpenBSD patch patch-llvm_include_llvm_CodeGen_MachineFrameInfo_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add RETGUARD to clang for amd64. This security mechanism uses per-function | random cookies to protect access to function return instructions, with the | effect that the integrity of the return address is protected, and function | return instructions are harder to use in ROP gadgets. | | On function entry the return address is combined with a per-function random | cookie and stored in the stack frame. The integrity of this value is verified | before function return, and if this check fails, the program aborts. In this way | RETGUARD is an improved stack protector, since the cookies are per-function. The | verification routine is constructed such that the binary space immediately | before each ret instruction is padded with int03 instructions, which makes these | return instructions difficult to use in ROP gadgets. In the kernel, this has the | effect of removing approximately 50% of total ROP gadgets, and 15% of unique | ROP gadgets compared to the 6.3 release kernel. Function epilogues are | essentially gadget free, leaving only the polymorphic gadgets that result from | jumping into the instruction stream partway through other instructions. Work to | remove these gadgets will continue through other mechanisms. |- Refactor retguard to make adding additional arches easier. | |Index: llvm/include/llvm/CodeGen/MachineFrameInfo.h |--- llvm/include/llvm/CodeGen/MachineFrameInfo.h.orig |+++ llvm/include/llvm/CodeGen/MachineFrameInfo.h -------------------------- Patching file llvm/include/llvm/CodeGen/MachineFrameInfo.h using Plan A... Hunk #1 succeeded at 274. Hunk #2 succeeded at 363. done ===> Applying OpenBSD patch patch-llvm_include_llvm_CodeGen_Passes_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add RETGUARD to clang for amd64. This security mechanism uses per-function |random cookies to protect access to function return instructions, with the |effect that the integrity of the return address is protected, and function |return instructions are harder to use in ROP gadgets. | |On function entry the return address is combined with a per-function random |cookie and stored in the stack frame. The integrity of this value is verified |before function return, and if this check fails, the program aborts. In this way |RETGUARD is an improved stack protector, since the cookies are per-function. The |verification routine is constructed such that the binary space immediately |before each ret instruction is padded with int03 instructions, which makes these |return instructions difficult to use in ROP gadgets. In the kernel, this has the |effect of removing approximately 50% of total ROP gadgets, and 15% of unique |ROP gadgets compared to the 6.3 release kernel. Function epilogues are |essentially gadget free, leaving only the polymorphic gadgets that result from |jumping into the instruction stream partway through other instructions. Work to |remove these gadgets will continue through other mechanisms. | |Index: llvm/include/llvm/CodeGen/Passes.h |--- llvm/include/llvm/CodeGen/Passes.h.orig |+++ llvm/include/llvm/CodeGen/Passes.h -------------------------- Patching file llvm/include/llvm/CodeGen/Passes.h using Plan A... Hunk #1 succeeded at 353. done ===> Applying OpenBSD patch patch-llvm_include_llvm_CodeGen_ReturnProtectorLowering_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Refactor retguard to make adding additional arches easier. |- Do not store the retguard cookie in frame in leaf functions if possible. | Makes things slightly faster and also improves security in these functions, | since the retguard cookie can't leak via the stack. | |Index: llvm/include/llvm/CodeGen/ReturnProtectorLowering.h |--- llvm/include/llvm/CodeGen/ReturnProtectorLowering.h.orig |+++ llvm/include/llvm/CodeGen/ReturnProtectorLowering.h -------------------------- (Creating file llvm/include/llvm/CodeGen/ReturnProtectorLowering.h...) Patching file llvm/include/llvm/CodeGen/ReturnProtectorLowering.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-llvm_include_llvm_CodeGen_TargetFrameLowering_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add RETGUARD to clang for amd64. This security mechanism uses per-function | random cookies to protect access to function return instructions, with the | effect that the integrity of the return address is protected, and function | return instructions are harder to use in ROP gadgets. | | On function entry the return address is combined with a per-function random | cookie and stored in the stack frame. The integrity of this value is verified | before function return, and if this check fails, the program aborts. In this way | RETGUARD is an improved stack protector, since the cookies are per-function. The | verification routine is constructed such that the binary space immediately | before each ret instruction is padded with int03 instructions, which makes these | return instructions difficult to use in ROP gadgets. In the kernel, this has the | effect of removing approximately 50% of total ROP gadgets, and 15% of unique | ROP gadgets compared to the 6.3 release kernel. Function epilogues are | essentially gadget free, leaving only the polymorphic gadgets that result from | jumping into the instruction stream partway through other instructions. Work to | remove these gadgets will continue through other mechanisms. |- Refactor retguard to make adding additional arches easier. | |Index: llvm/include/llvm/CodeGen/TargetFrameLowering.h |--- llvm/include/llvm/CodeGen/TargetFrameLowering.h.orig |+++ llvm/include/llvm/CodeGen/TargetFrameLowering.h -------------------------- Patching file llvm/include/llvm/CodeGen/TargetFrameLowering.h using Plan A... Hunk #1 succeeded at 14. Hunk #2 succeeded at 210. done ===> Applying OpenBSD patch patch-llvm_include_llvm_InitializePasses_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add RETGUARD to clang for amd64. This security mechanism uses per-function |random cookies to protect access to function return instructions, with the |effect that the integrity of the return address is protected, and function |return instructions are harder to use in ROP gadgets. | |On function entry the return address is combined with a per-function random |cookie and stored in the stack frame. The integrity of this value is verified |before function return, and if this check fails, the program aborts. In this way |RETGUARD is an improved stack protector, since the cookies are per-function. The |verification routine is constructed such that the binary space immediately |before each ret instruction is padded with int03 instructions, which makes these |return instructions difficult to use in ROP gadgets. In the kernel, this has the |effect of removing approximately 50% of total ROP gadgets, and 15% of unique |ROP gadgets compared to the 6.3 release kernel. Function epilogues are |essentially gadget free, leaving only the polymorphic gadgets that result from |jumping into the instruction stream partway through other instructions. Work to |remove these gadgets will continue through other mechanisms. | |Index: llvm/include/llvm/InitializePasses.h |--- llvm/include/llvm/InitializePasses.h.orig |+++ llvm/include/llvm/InitializePasses.h -------------------------- Patching file llvm/include/llvm/InitializePasses.h using Plan A... Hunk #1 succeeded at 387. done ===> Applying OpenBSD patch patch-llvm_lib_CodeGen_AsmPrinter_AsmPrinter_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Use int3 trap padding between functions instead of trapsleds with a leading jump. |- Emit trap alignment between basic blocks that are unreachable via | fallthrough. Avoids unnecessary jmp instructions in the middle | of functions and makes disassembly nicer to read. | |Index: llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp |--- llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp.orig |+++ llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp -------------------------- Patching file llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp using Plan A... Hunk #1 succeeded at 745. Hunk #2 succeeded at 2462. Hunk #3 succeeded at 3270. done ===> Applying OpenBSD patch patch-llvm_lib_CodeGen_CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add RETGUARD to clang for amd64. This security mechanism uses per-function | random cookies to protect access to function return instructions, with the | effect that the integrity of the return address is protected, and function | return instructions are harder to use in ROP gadgets. | | On function entry the return address is combined with a per-function random | cookie and stored in the stack frame. The integrity of this value is verified | before function return, and if this check fails, the program aborts. In this way | RETGUARD is an improved stack protector, since the cookies are per-function. The | verification routine is constructed such that the binary space immediately | before each ret instruction is padded with int03 instructions, which makes these | return instructions difficult to use in ROP gadgets. In the kernel, this has the | effect of removing approximately 50% of total ROP gadgets, and 15% of unique | ROP gadgets compared to the 6.3 release kernel. Function epilogues are | essentially gadget free, leaving only the polymorphic gadgets that result from | jumping into the instruction stream partway through other instructions. Work to | remove these gadgets will continue through other mechanisms. |- Refactor retguard to make adding additional arches easier. | |Index: llvm/lib/CodeGen/CMakeLists.txt |--- llvm/lib/CodeGen/CMakeLists.txt.orig |+++ llvm/lib/CodeGen/CMakeLists.txt -------------------------- Patching file llvm/lib/CodeGen/CMakeLists.txt using Plan A... Hunk #1 succeeded at 153. done ===> Applying OpenBSD patch patch-llvm_lib_CodeGen_PrologEpilogInserter_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add RETGUARD to clang for amd64. This security mechanism uses per-function | random cookies to protect access to function return instructions, with the | effect that the integrity of the return address is protected, and function | return instructions are harder to use in ROP gadgets. | | On function entry the return address is combined with a per-function random | cookie and stored in the stack frame. The integrity of this value is verified | before function return, and if this check fails, the program aborts. In this way | RETGUARD is an improved stack protector, since the cookies are per-function. The | verification routine is constructed such that the binary space immediately | before each ret instruction is padded with int03 instructions, which makes these | return instructions difficult to use in ROP gadgets. In the kernel, this has the | effect of removing approximately 50% of total ROP gadgets, and 15% of unique | ROP gadgets compared to the 6.3 release kernel. Function epilogues are | essentially gadget free, leaving only the polymorphic gadgets that result from | jumping into the instruction stream partway through other instructions. Work to | remove these gadgets will continue through other mechanisms. |- Refactor retguard to make adding additional arches easier. | |Index: llvm/lib/CodeGen/PrologEpilogInserter.cpp |--- llvm/lib/CodeGen/PrologEpilogInserter.cpp.orig |+++ llvm/lib/CodeGen/PrologEpilogInserter.cpp -------------------------- Patching file llvm/lib/CodeGen/PrologEpilogInserter.cpp using Plan A... Hunk #1 succeeded at 213. Hunk #2 succeeded at 255. Hunk #3 succeeded at 365. Hunk #4 succeeded at 383. Hunk #5 succeeded at 405. Hunk #6 succeeded at 429. done ===> Applying OpenBSD patch patch-llvm_lib_CodeGen_ReturnProtectorLowering_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Refactor retguard to make adding additional arches easier. |- Do not store the retguard cookie in frame in leaf functions if possible. | Makes things slightly faster and also improves security in these functions, | since the retguard cookie can't leak via the stack. | |Index: llvm/lib/CodeGen/ReturnProtectorLowering.cpp |--- llvm/lib/CodeGen/ReturnProtectorLowering.cpp.orig |+++ llvm/lib/CodeGen/ReturnProtectorLowering.cpp -------------------------- (Creating file llvm/lib/CodeGen/ReturnProtectorLowering.cpp...) Patching file llvm/lib/CodeGen/ReturnProtectorLowering.cpp using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-llvm_lib_CodeGen_ReturnProtectorPass_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add RETGUARD to clang for amd64. This security mechanism uses per-function | random cookies to protect access to function return instructions, with the | effect that the integrity of the return address is protected, and function | return instructions are harder to use in ROP gadgets. | | On function entry the return address is combined with a per-function random | cookie and stored in the stack frame. The integrity of this value is verified | before function return, and if this check fails, the program aborts. In this way | RETGUARD is an improved stack protector, since the cookies are per-function. The | verification routine is constructed such that the binary space immediately | before each ret instruction is padded with int03 instructions, which makes these | return instructions difficult to use in ROP gadgets. In the kernel, this has the | effect of removing approximately 50% of total ROP gadgets, and 15% of unique | ROP gadgets compared to the 6.3 release kernel. Function epilogues are | essentially gadget free, leaving only the polymorphic gadgets that result from | jumping into the instruction stream partway through other instructions. Work to | remove these gadgets will continue through other mechanisms. |- Put the new retguard symbols in their own section, | '.openbsd.randomdata.retguard', to make them easier to work with in the | kernel hibernate code. |- Move the hashed __retguard_* symbols into individual sections and mark | them as COMDATs so that the linker can individually discard them, instead | of just ignoring duplicate symbols but keep the (duplicate) space. | |Index: llvm/lib/CodeGen/ReturnProtectorPass.cpp |--- llvm/lib/CodeGen/ReturnProtectorPass.cpp.orig |+++ llvm/lib/CodeGen/ReturnProtectorPass.cpp -------------------------- (Creating file llvm/lib/CodeGen/ReturnProtectorPass.cpp...) Patching file llvm/lib/CodeGen/ReturnProtectorPass.cpp using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-llvm_lib_CodeGen_TargetPassConfig_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add RETGUARD to clang for amd64. This security mechanism uses per-function |random cookies to protect access to function return instructions, with the |effect that the integrity of the return address is protected, and function |return instructions are harder to use in ROP gadgets. | |On function entry the return address is combined with a per-function random |cookie and stored in the stack frame. The integrity of this value is verified |before function return, and if this check fails, the program aborts. In this way |RETGUARD is an improved stack protector, since the cookies are per-function. The |verification routine is constructed such that the binary space immediately |before each ret instruction is padded with int03 instructions, which makes these |return instructions difficult to use in ROP gadgets. In the kernel, this has the |effect of removing approximately 50% of total ROP gadgets, and 15% of unique |ROP gadgets compared to the 6.3 release kernel. Function epilogues are |essentially gadget free, leaving only the polymorphic gadgets that result from |jumping into the instruction stream partway through other instructions. Work to |remove these gadgets will continue through other mechanisms. | |Index: llvm/lib/CodeGen/TargetPassConfig.cpp |--- llvm/lib/CodeGen/TargetPassConfig.cpp.orig |+++ llvm/lib/CodeGen/TargetPassConfig.cpp -------------------------- Patching file llvm/lib/CodeGen/TargetPassConfig.cpp using Plan A... Hunk #1 succeeded at 950. done ===> Applying OpenBSD patch patch-llvm_lib_MC_MCAsmInfoELF_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Do not use ident. | |Index: llvm/lib/MC/MCAsmInfoELF.cpp |--- llvm/lib/MC/MCAsmInfoELF.cpp.orig |+++ llvm/lib/MC/MCAsmInfoELF.cpp -------------------------- Patching file llvm/lib/MC/MCAsmInfoELF.cpp using Plan A... Hunk #1 succeeded at 25. done ===> Applying OpenBSD patch patch-llvm_lib_MC_MCELFStreamer_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |getNonexecutableStackSection() may return nullptr. | |Index: llvm/lib/MC/MCELFStreamer.cpp |--- llvm/lib/MC/MCELFStreamer.cpp.orig |+++ llvm/lib/MC/MCELFStreamer.cpp -------------------------- Patching file llvm/lib/MC/MCELFStreamer.cpp using Plan A... Hunk #1 succeeded at 93. done ===> Applying OpenBSD patch patch-llvm_lib_MC_MCParser_AsmParser_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |make clang include a FILE symbol for .(s|S) files | |This is mostly needed by syspatch at the moment to be |to be able to re-link in the same order as the original |libraries were linked with by relying on the readelf(1) |and without this .(s|S) assembly files were not getting |a file directive. | |Index: llvm/lib/MC/MCParser/AsmParser.cpp |--- llvm/lib/MC/MCParser/AsmParser.cpp.orig |+++ llvm/lib/MC/MCParser/AsmParser.cpp -------------------------- Patching file llvm/lib/MC/MCParser/AsmParser.cpp using Plan A... Hunk #1 succeeded at 975. done ===> Applying OpenBSD patch patch-llvm_lib_Target_AArch64_AArch64AsmPrinter_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add retguard for arm64. | |Index: llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp |--- llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp.orig |+++ llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp -------------------------- Patching file llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp using Plan A... Hunk #1 succeeded at 1488. done ===> Applying OpenBSD patch patch-llvm_lib_Target_AArch64_AArch64FrameLowering_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add retguard for arm64. | |Index: llvm/lib/Target/AArch64/AArch64FrameLowering.cpp |--- llvm/lib/Target/AArch64/AArch64FrameLowering.cpp.orig |+++ llvm/lib/Target/AArch64/AArch64FrameLowering.cpp -------------------------- Patching file llvm/lib/Target/AArch64/AArch64FrameLowering.cpp using Plan A... Hunk #1 succeeded at 123. Hunk #2 succeeded at 2754. Hunk #3 succeeded at 3537. done ===> Applying OpenBSD patch patch-llvm_lib_Target_AArch64_AArch64FrameLowering_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add retguard for arm64. | |Index: llvm/lib/Target/AArch64/AArch64FrameLowering.h |--- llvm/lib/Target/AArch64/AArch64FrameLowering.h.orig |+++ llvm/lib/Target/AArch64/AArch64FrameLowering.h -------------------------- Patching file llvm/lib/Target/AArch64/AArch64FrameLowering.h using Plan A... Hunk #1 succeeded at 13. Hunk #2 succeeded at 23. Hunk #3 succeeded at 42. done ===> Applying OpenBSD patch patch-llvm_lib_Target_AArch64_AArch64ISelLowering_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Disable the Load Stack Guard for OpenBSD on AArch64. We don't use it |on any other platform and it causes a segfault in combination with our |IR Stack Guard. | |Index: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp |--- llvm/lib/Target/AArch64/AArch64ISelLowering.cpp.orig |+++ llvm/lib/Target/AArch64/AArch64ISelLowering.cpp -------------------------- Patching file llvm/lib/Target/AArch64/AArch64ISelLowering.cpp using Plan A... Hunk #1 succeeded at 17364. done ===> Applying OpenBSD patch patch-llvm_lib_Target_AArch64_AArch64InstrInfo_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |XXX no comment | |Index: llvm/lib/Target/AArch64/AArch64InstrInfo.cpp |--- llvm/lib/Target/AArch64/AArch64InstrInfo.cpp.orig |+++ llvm/lib/Target/AArch64/AArch64InstrInfo.cpp -------------------------- Patching file llvm/lib/Target/AArch64/AArch64InstrInfo.cpp using Plan A... Hunk #1 succeeded at 97. done ===> Applying OpenBSD patch patch-llvm_lib_Target_AArch64_AArch64InstrInfo_td Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add retguard for arm64. | |Index: llvm/lib/Target/AArch64/AArch64InstrInfo.td |--- llvm/lib/Target/AArch64/AArch64InstrInfo.td.orig |+++ llvm/lib/Target/AArch64/AArch64InstrInfo.td -------------------------- Patching file llvm/lib/Target/AArch64/AArch64InstrInfo.td using Plan A... Hunk #1 succeeded at 721. done ===> Applying OpenBSD patch patch-llvm_lib_Target_AArch64_AArch64ReturnProtectorLowering_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add retguard for arm64. |- Do not store the retguard cookie in frame in leaf functions if possible. | Makes things slightly faster and also improves security in these functions, | since the retguard cookie can't leak via the stack. |- Fix frame pointer slot on aarch64 for functions that do not save callee | registers with retguard enabled. | |Index: llvm/lib/Target/AArch64/AArch64ReturnProtectorLowering.cpp |--- llvm/lib/Target/AArch64/AArch64ReturnProtectorLowering.cpp.orig |+++ llvm/lib/Target/AArch64/AArch64ReturnProtectorLowering.cpp -------------------------- (Creating file llvm/lib/Target/AArch64/AArch64ReturnProtectorLowering.cpp...) Patching file llvm/lib/Target/AArch64/AArch64ReturnProtectorLowering.cpp using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-llvm_lib_Target_AArch64_AArch64ReturnProtectorLowering_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add retguard for arm64. |- Do not store the retguard cookie in frame in leaf functions if possible. | Makes things slightly faster and also improves security in these functions, | since the retguard cookie can't leak via the stack. | |Index: llvm/lib/Target/AArch64/AArch64ReturnProtectorLowering.h |--- llvm/lib/Target/AArch64/AArch64ReturnProtectorLowering.h.orig |+++ llvm/lib/Target/AArch64/AArch64ReturnProtectorLowering.h -------------------------- (Creating file llvm/lib/Target/AArch64/AArch64ReturnProtectorLowering.h...) Patching file llvm/lib/Target/AArch64/AArch64ReturnProtectorLowering.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-llvm_lib_Target_AArch64_AArch64Subtarget_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Disable the Load Stack Guard for OpenBSD on AArch64. We don't use it |on any other platform and it causes a segfault in combination with our |IR Stack Guard. | |Index: llvm/lib/Target/AArch64/AArch64Subtarget.h |--- llvm/lib/Target/AArch64/AArch64Subtarget.h.orig |+++ llvm/lib/Target/AArch64/AArch64Subtarget.h -------------------------- Patching file llvm/lib/Target/AArch64/AArch64Subtarget.h using Plan A... Hunk #1 succeeded at 500. done ===> Applying OpenBSD patch patch-llvm_lib_Target_AArch64_AArch64TargetMachine_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Always disable GlobalISel on aarch64, fixes a crash when building on |aarch64 without retguard, with a stack protector and without |optimizations. | |Index: llvm/lib/Target/AArch64/AArch64TargetMachine.cpp |--- llvm/lib/Target/AArch64/AArch64TargetMachine.cpp.orig |+++ llvm/lib/Target/AArch64/AArch64TargetMachine.cpp -------------------------- Patching file llvm/lib/Target/AArch64/AArch64TargetMachine.cpp using Plan A... Hunk #1 succeeded at 332. done ===> Applying OpenBSD patch patch-llvm_lib_Target_AArch64_CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add retguard for arm64. | |Index: llvm/lib/Target/AArch64/CMakeLists.txt |--- llvm/lib/Target/AArch64/CMakeLists.txt.orig |+++ llvm/lib/Target/AArch64/CMakeLists.txt -------------------------- Patching file llvm/lib/Target/AArch64/CMakeLists.txt using Plan A... Hunk #1 succeeded at 70. done ===> Applying OpenBSD patch patch-llvm_lib_Target_Mips_AsmParser_MipsAsmParser_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Adapt the -mfix-loongson2f-btb workaround from as(1) to LLVM/clang. | |Index: llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp |--- llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp.orig |+++ llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp -------------------------- Patching file llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp using Plan A... Hunk #1 succeeded at 68. Hunk #2 succeeded at 237. Hunk #3 succeeded at 2108. Hunk #4 succeeded at 3352. done ===> Applying OpenBSD patch patch-llvm_lib_Target_Mips_CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Adapt the -mfix-loongson2f-btb workaround from as(1) to LLVM/clang. |- Add retguard for octeon/mips64. | |Index: llvm/lib/Target/Mips/CMakeLists.txt |--- llvm/lib/Target/Mips/CMakeLists.txt.orig |+++ llvm/lib/Target/Mips/CMakeLists.txt -------------------------- Patching file llvm/lib/Target/Mips/CMakeLists.txt using Plan A... Hunk #1 succeeded at 41. Hunk #2 succeeded at 51. done ===> Applying OpenBSD patch patch-llvm_lib_Target_Mips_MCTargetDesc_MipsABIInfo_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Adapt the -mfix-loongson2f-btb workaround from as(1) to LLVM/clang. | |Index: llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp |--- llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp.orig |+++ llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp -------------------------- Patching file llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp using Plan A... Hunk #1 succeeded at 21. done ===> Applying OpenBSD patch patch-llvm_lib_Target_Mips_MipsAsmPrinter_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add retguard for octeon/mips64. | |Index: llvm/lib/Target/Mips/MipsAsmPrinter.cpp |--- llvm/lib/Target/Mips/MipsAsmPrinter.cpp.orig |+++ llvm/lib/Target/Mips/MipsAsmPrinter.cpp -------------------------- Patching file llvm/lib/Target/Mips/MipsAsmPrinter.cpp using Plan A... Hunk #1 succeeded at 242. done ===> Applying OpenBSD patch patch-llvm_lib_Target_Mips_MipsFrameLowering_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add retguard for octeon/mips64. | |Index: llvm/lib/Target/Mips/MipsFrameLowering.cpp |--- llvm/lib/Target/Mips/MipsFrameLowering.cpp.orig |+++ llvm/lib/Target/Mips/MipsFrameLowering.cpp -------------------------- Patching file llvm/lib/Target/Mips/MipsFrameLowering.cpp using Plan A... Hunk #1 succeeded at 14. Hunk #2 succeeded at 123. Hunk #3 succeeded at 153. done ===> Applying OpenBSD patch patch-llvm_lib_Target_Mips_MipsFrameLowering_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add retguard for octeon/mips64. | |Index: llvm/lib/Target/Mips/MipsFrameLowering.h |--- llvm/lib/Target/Mips/MipsFrameLowering.h.orig |+++ llvm/lib/Target/Mips/MipsFrameLowering.h -------------------------- Patching file llvm/lib/Target/Mips/MipsFrameLowering.h using Plan A... Hunk #1 succeeded at 14. Hunk #2 succeeded at 25. Hunk #3 succeeded at 43. done ===> Applying OpenBSD patch patch-llvm_lib_Target_Mips_MipsISelLowering_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Implement the 'h' register constraint on mips64. This lets clang build | pieces of software that use the constraint if the compiler claims | to be compatible with GCC 4.2.1. | Note that the constraint was removed in GCC 4.4. The reason was that | 'h' could generate code whose result is unpredictable. The underlying | reason is that the HI and LO registers are special, and the optimizer | has to be careful when choosing the order of HI/LO accesses. It looks | that LLVM has the needed logic. | |Index: llvm/lib/Target/Mips/MipsISelLowering.cpp |--- llvm/lib/Target/Mips/MipsISelLowering.cpp.orig |+++ llvm/lib/Target/Mips/MipsISelLowering.cpp -------------------------- Patching file llvm/lib/Target/Mips/MipsISelLowering.cpp using Plan A... Hunk #1 succeeded at 3925. Hunk #2 succeeded at 3935. Hunk #3 succeeded at 3981. Hunk #4 succeeded at 4156. done ===> Applying OpenBSD patch patch-llvm_lib_Target_Mips_MipsInstrInfo_td Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add retguard for octeon/mips64. | |Index: llvm/lib/Target/Mips/MipsInstrInfo.td |--- llvm/lib/Target/Mips/MipsInstrInfo.td.orig |+++ llvm/lib/Target/Mips/MipsInstrInfo.td -------------------------- Patching file llvm/lib/Target/Mips/MipsInstrInfo.td using Plan A... Hunk #1 succeeded at 2012. done ===> Applying OpenBSD patch patch-llvm_lib_Target_Mips_MipsLoongson2FBTBFix_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Adapt the -mfix-loongson2f-btb workaround from as(1) to LLVM/clang. | |Index: llvm/lib/Target/Mips/MipsLoongson2FBTBFix.cpp |--- llvm/lib/Target/Mips/MipsLoongson2FBTBFix.cpp.orig |+++ llvm/lib/Target/Mips/MipsLoongson2FBTBFix.cpp -------------------------- (Creating file llvm/lib/Target/Mips/MipsLoongson2FBTBFix.cpp...) Patching file llvm/lib/Target/Mips/MipsLoongson2FBTBFix.cpp using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-llvm_lib_Target_Mips_MipsReturnProtectorLowering_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add retguard for octeon/mips64. | |Index: llvm/lib/Target/Mips/MipsReturnProtectorLowering.cpp |--- llvm/lib/Target/Mips/MipsReturnProtectorLowering.cpp.orig |+++ llvm/lib/Target/Mips/MipsReturnProtectorLowering.cpp -------------------------- (Creating file llvm/lib/Target/Mips/MipsReturnProtectorLowering.cpp...) Patching file llvm/lib/Target/Mips/MipsReturnProtectorLowering.cpp using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-llvm_lib_Target_Mips_MipsReturnProtectorLowering_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add retguard for octeon/mips64. | |Index: llvm/lib/Target/Mips/MipsReturnProtectorLowering.h |--- llvm/lib/Target/Mips/MipsReturnProtectorLowering.h.orig |+++ llvm/lib/Target/Mips/MipsReturnProtectorLowering.h -------------------------- (Creating file llvm/lib/Target/Mips/MipsReturnProtectorLowering.h...) Patching file llvm/lib/Target/Mips/MipsReturnProtectorLowering.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-llvm_lib_Target_Mips_MipsTargetMachine_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Adapt the -mfix-loongson2f-btb workaround from as(1) to LLVM/clang. | |Index: llvm/lib/Target/Mips/MipsTargetMachine.cpp |--- llvm/lib/Target/Mips/MipsTargetMachine.cpp.orig |+++ llvm/lib/Target/Mips/MipsTargetMachine.cpp -------------------------- Patching file llvm/lib/Target/Mips/MipsTargetMachine.cpp using Plan A... Hunk #1 succeeded at 45. Hunk #2 succeeded at 270. done ===> Applying OpenBSD patch patch-llvm_lib_Target_Mips_Mips_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Adapt the -mfix-loongson2f-btb workaround from as(1) to LLVM/clang. | |Index: llvm/lib/Target/Mips/Mips.h |--- llvm/lib/Target/Mips/Mips.h.orig |+++ llvm/lib/Target/Mips/Mips.h -------------------------- Patching file llvm/lib/Target/Mips/Mips.h using Plan A... Hunk #1 succeeded at 38. Hunk #2 succeeded at 48. done ===> Applying OpenBSD patch patch-llvm_lib_Target_PowerPC_CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: llvm/lib/Target/PowerPC/CMakeLists.txt |--- llvm/lib/Target/PowerPC/CMakeLists.txt.orig |+++ llvm/lib/Target/PowerPC/CMakeLists.txt -------------------------- Patching file llvm/lib/Target/PowerPC/CMakeLists.txt using Plan A... Hunk #1 succeeded at 42. done ===> Applying OpenBSD patch patch-llvm_lib_Target_PowerPC_PPCAsmPrinter_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add RETGUARD implementation for powerpc and powerpc64. | |Index: llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp |--- llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp.orig |+++ llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp -------------------------- Patching file llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp using Plan A... Hunk #1 succeeded at 815. done ===> Applying OpenBSD patch patch-llvm_lib_Target_PowerPC_PPCFrameLowering_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add RETGUARD implementation for powerpc and powerpc64. | |Index: llvm/lib/Target/PowerPC/PPCFrameLowering.cpp |--- llvm/lib/Target/PowerPC/PPCFrameLowering.cpp.orig |+++ llvm/lib/Target/PowerPC/PPCFrameLowering.cpp -------------------------- Patching file llvm/lib/Target/PowerPC/PPCFrameLowering.cpp using Plan A... Hunk #1 succeeded at 15. Hunk #2 succeeded at 1185. Hunk #3 succeeded at 2691. done ===> Applying OpenBSD patch patch-llvm_lib_Target_PowerPC_PPCFrameLowering_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add RETGUARD implementation for powerpc and powerpc64. | |Index: llvm/lib/Target/PowerPC/PPCFrameLowering.h |--- llvm/lib/Target/PowerPC/PPCFrameLowering.h.orig |+++ llvm/lib/Target/PowerPC/PPCFrameLowering.h -------------------------- Patching file llvm/lib/Target/PowerPC/PPCFrameLowering.h using Plan A... Hunk #1 succeeded at 12. Hunk #2 succeeded at 174. done ===> Applying OpenBSD patch patch-llvm_lib_Target_PowerPC_PPCInstrInfo_td Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add RETGUARD implementation for powerpc and powerpc64. | |Index: llvm/lib/Target/PowerPC/PPCInstrInfo.td |--- llvm/lib/Target/PowerPC/PPCInstrInfo.td.orig |+++ llvm/lib/Target/PowerPC/PPCInstrInfo.td -------------------------- Patching file llvm/lib/Target/PowerPC/PPCInstrInfo.td using Plan A... Hunk #1 succeeded at 1690. done ===> Applying OpenBSD patch patch-llvm_lib_Target_PowerPC_PPCReturnProtectorLowering_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add RETGUARD implementation for powerpc and powerpc64. |- Use all 64 bits of the RETGUARD cookie on powerpc64. | |Index: llvm/lib/Target/PowerPC/PPCReturnProtectorLowering.cpp |--- llvm/lib/Target/PowerPC/PPCReturnProtectorLowering.cpp.orig |+++ llvm/lib/Target/PowerPC/PPCReturnProtectorLowering.cpp -------------------------- (Creating file llvm/lib/Target/PowerPC/PPCReturnProtectorLowering.cpp...) Patching file llvm/lib/Target/PowerPC/PPCReturnProtectorLowering.cpp using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-llvm_lib_Target_PowerPC_PPCReturnProtectorLowering_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add RETGUARD implementation for powerpc and powerpc64. | |Index: llvm/lib/Target/PowerPC/PPCReturnProtectorLowering.h |--- llvm/lib/Target/PowerPC/PPCReturnProtectorLowering.h.orig |+++ llvm/lib/Target/PowerPC/PPCReturnProtectorLowering.h -------------------------- (Creating file llvm/lib/Target/PowerPC/PPCReturnProtectorLowering.h...) Patching file llvm/lib/Target/PowerPC/PPCReturnProtectorLowering.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-llvm_lib_Target_PowerPC_PPCTargetMachine_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Switch Powerpc64 Big Endian to ELFv2 on OpenBSD. | |Index: llvm/lib/Target/PowerPC/PPCTargetMachine.cpp |--- llvm/lib/Target/PowerPC/PPCTargetMachine.cpp.orig |+++ llvm/lib/Target/PowerPC/PPCTargetMachine.cpp -------------------------- Patching file llvm/lib/Target/PowerPC/PPCTargetMachine.cpp using Plan A... Hunk #1 succeeded at 228. done ===> Applying OpenBSD patch patch-llvm_lib_Target_RISCV_RISCVISelLowering_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- enable EmuTLS on RiscV. | |Index: llvm/lib/Target/RISCV/RISCVISelLowering.cpp |--- llvm/lib/Target/RISCV/RISCVISelLowering.cpp.orig |+++ llvm/lib/Target/RISCV/RISCVISelLowering.cpp -------------------------- Patching file llvm/lib/Target/RISCV/RISCVISelLowering.cpp using Plan A... Hunk #1 succeeded at 2847. done ===> Applying OpenBSD patch patch-llvm_lib_Target_Sparc_SparcISelLowering_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Make sure that we really don't emit quad-precision unless the | "hard-quad-float" feature is available | |Index: llvm/lib/Target/Sparc/SparcISelLowering.cpp |--- llvm/lib/Target/Sparc/SparcISelLowering.cpp.orig |+++ llvm/lib/Target/Sparc/SparcISelLowering.cpp -------------------------- Patching file llvm/lib/Target/Sparc/SparcISelLowering.cpp using Plan A... Hunk #1 succeeded at 3116. done ===> Applying OpenBSD patch patch-llvm_lib_Target_Sparc_SparcInstr64Bit_td Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Make sure that we really don't emit quad-precision unless the |"hard-quad-float" feature is available. | |Index: llvm/lib/Target/Sparc/SparcInstr64Bit.td |--- llvm/lib/Target/Sparc/SparcInstr64Bit.td.orig |+++ llvm/lib/Target/Sparc/SparcInstr64Bit.td -------------------------- Patching file llvm/lib/Target/Sparc/SparcInstr64Bit.td using Plan A... Hunk #1 succeeded at 336. Hunk #2 succeeded at 437. Hunk #3 succeeded at 451. done ===> Applying OpenBSD patch patch-llvm_lib_Target_Sparc_SparcInstrInfo_td Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Make sure that we really don't emit quad-precision unless the |"hard-quad-float" feature is available | |Index: llvm/lib/Target/Sparc/SparcInstrInfo.td |--- llvm/lib/Target/Sparc/SparcInstrInfo.td.orig |+++ llvm/lib/Target/Sparc/SparcInstrInfo.td -------------------------- Patching file llvm/lib/Target/Sparc/SparcInstrInfo.td using Plan A... Hunk #1 succeeded at 487. Hunk #2 succeeded at 1439. Hunk #3 succeeded at 1458. Hunk #4 succeeded at 1473. Hunk #5 succeeded at 1541. done ===> Applying OpenBSD patch patch-llvm_lib_Target_X86_CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add a clang pass that identifies potential ROP gadgets and replaces ROP | friendly instructions with safe alternatives. This initial commit fixes | 3 instruction forms that will lower to include a c3 (return) byte. | Additional problematic instructions can be fixed incrementally using | this framework. |- Refactor retguard to make adding additional arches easier. | |Index: llvm/lib/Target/X86/CMakeLists.txt |--- llvm/lib/Target/X86/CMakeLists.txt.orig |+++ llvm/lib/Target/X86/CMakeLists.txt -------------------------- Patching file llvm/lib/Target/X86/CMakeLists.txt using Plan A... Hunk #1 succeeded at 42. Hunk #2 succeeded at 72. done ===> Applying OpenBSD patch patch-llvm_lib_Target_X86_X86AsmPrinter_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Use int3 trap padding between functions instead of trapsleds with a leading jump. | |Index: llvm/lib/Target/X86/X86AsmPrinter.h |--- llvm/lib/Target/X86/X86AsmPrinter.h.orig |+++ llvm/lib/Target/X86/X86AsmPrinter.h -------------------------- Patching file llvm/lib/Target/X86/X86AsmPrinter.h using Plan A... Hunk #1 succeeded at 128. done ===> Applying OpenBSD patch patch-llvm_lib_Target_X86_X86FixupGadgets_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add a clang pass that identifies potential ROP gadgets and replaces ROP | friendly instructions with safe alternatives. This initial commit fixes | 3 instruction forms that will lower to include a c3 (return) byte. | Additional problematic instructions can be fixed incrementally using | this framework. |- Improve the X86FixupGadgets pass |- Optimize gadget fixups for MOV instructions | |Index: llvm/lib/Target/X86/X86FixupGadgets.cpp |--- llvm/lib/Target/X86/X86FixupGadgets.cpp.orig |+++ llvm/lib/Target/X86/X86FixupGadgets.cpp -------------------------- (Creating file llvm/lib/Target/X86/X86FixupGadgets.cpp...) Patching file llvm/lib/Target/X86/X86FixupGadgets.cpp using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-llvm_lib_Target_X86_X86FrameLowering_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add RETGUARD to clang for amd64. This security mechanism uses per-function | random cookies to protect access to function return instructions, with the | effect that the integrity of the return address is protected, and function | return instructions are harder to use in ROP gadgets. | | On function entry the return address is combined with a per-function random | cookie and stored in the stack frame. The integrity of this value is verified | before function return, and if this check fails, the program aborts. In this way | RETGUARD is an improved stack protector, since the cookies are per-function. The | verification routine is constructed such that the binary space immediately | before each ret instruction is padded with int03 instructions, which makes these | return instructions difficult to use in ROP gadgets. In the kernel, this has the | effect of removing approximately 50% of total ROP gadgets, and 15% of unique | ROP gadgets compared to the 6.3 release kernel. Function epilogues are | essentially gadget free, leaving only the polymorphic gadgets that result from | jumping into the instruction stream partway through other instructions. Work to | remove these gadgets will continue through other mechanisms. |- Refactor retguard to make adding additional arches easier. |- implement -msave-args in clang/llvm, like the sun did for gcc | |Index: llvm/lib/Target/X86/X86FrameLowering.cpp |--- llvm/lib/Target/X86/X86FrameLowering.cpp.orig |+++ llvm/lib/Target/X86/X86FrameLowering.cpp -------------------------- Patching file llvm/lib/Target/X86/X86FrameLowering.cpp using Plan A... Hunk #1 succeeded at 14. Hunk #2 succeeded at 47. Hunk #3 succeeded at 55. Hunk #4 succeeded at 101. Hunk #5 succeeded at 1216. Hunk #6 succeeded at 1558. Hunk #7 succeeded at 2105. Hunk #8 succeeded at 2152. Hunk #9 succeeded at 2332. Hunk #10 succeeded at 3767. done ===> Applying OpenBSD patch patch-llvm_lib_Target_X86_X86FrameLowering_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add RETGUARD to clang for amd64. This security mechanism uses per-function | random cookies to protect access to function return instructions, with the | effect that the integrity of the return address is protected, and function | return instructions are harder to use in ROP gadgets. | | On function entry the return address is combined with a per-function random | cookie and stored in the stack frame. The integrity of this value is verified | before function return, and if this check fails, the program aborts. In this way | RETGUARD is an improved stack protector, since the cookies are per-function. The | verification routine is constructed such that the binary space immediately | before each ret instruction is padded with int03 instructions, which makes these | return instructions difficult to use in ROP gadgets. In the kernel, this has the | effect of removing approximately 50% of total ROP gadgets, and 15% of unique | ROP gadgets compared to the 6.3 release kernel. Function epilogues are | essentially gadget free, leaving only the polymorphic gadgets that result from | jumping into the instruction stream partway through other instructions. Work to | remove these gadgets will continue through other mechanisms. |- Refactor retguard to make adding additional arches easier. |- implement -msave-args in clang/llvm, like the sun did for gcc | |Index: llvm/lib/Target/X86/X86FrameLowering.h |--- llvm/lib/Target/X86/X86FrameLowering.h.orig |+++ llvm/lib/Target/X86/X86FrameLowering.h -------------------------- Patching file llvm/lib/Target/X86/X86FrameLowering.h using Plan A... Hunk #1 succeeded at 13. Hunk #2 succeeded at 24. Hunk #3 succeeded at 35. Hunk #4 succeeded at 76. done ===> Applying OpenBSD patch patch-llvm_lib_Target_X86_X86IndirectThunks_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add lfence after ret in retpoline thunk. | |Index: llvm/lib/Target/X86/X86IndirectThunks.cpp |--- llvm/lib/Target/X86/X86IndirectThunks.cpp.orig |+++ llvm/lib/Target/X86/X86IndirectThunks.cpp -------------------------- Patching file llvm/lib/Target/X86/X86IndirectThunks.cpp using Plan A... Hunk #1 succeeded at 249. done ===> Applying OpenBSD patch patch-llvm_lib_Target_X86_X86InstrCompiler_td Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add RETGUARD to clang for amd64. This security mechanism uses per-function | random cookies to protect access to function return instructions, with the | effect that the integrity of the return address is protected, and function | return instructions are harder to use in ROP gadgets. | | On function entry the return address is combined with a per-function random | cookie and stored in the stack frame. The integrity of this value is verified | before function return, and if this check fails, the program aborts. In this way | RETGUARD is an improved stack protector, since the cookies are per-function. The | verification routine is constructed such that the binary space immediately | before each ret instruction is padded with int03 instructions, which makes these | return instructions difficult to use in ROP gadgets. In the kernel, this has the | effect of removing approximately 50% of total ROP gadgets, and 15% of unique | ROP gadgets compared to the 6.3 release kernel. Function epilogues are | essentially gadget free, leaving only the polymorphic gadgets that result from | jumping into the instruction stream partway through other instructions. Work to | remove these gadgets will continue through other mechanisms. |- Improve the X86FixupGadgets pass | |Index: llvm/lib/Target/X86/X86InstrCompiler.td |--- llvm/lib/Target/X86/X86InstrCompiler.td.orig |+++ llvm/lib/Target/X86/X86InstrCompiler.td -------------------------- Patching file llvm/lib/Target/X86/X86InstrCompiler.td using Plan A... Hunk #1 succeeded at 277. done ===> Applying OpenBSD patch patch-llvm_lib_Target_X86_X86MCInstLower_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add RETGUARD to clang for amd64. This security mechanism uses per-function | random cookies to protect access to function return instructions, with the | effect that the integrity of the return address is protected, and function | return instructions are harder to use in ROP gadgets. | | On function entry the return address is combined with a per-function random | cookie and stored in the stack frame. The integrity of this value is verified | before function return, and if this check fails, the program aborts. In this way | RETGUARD is an improved stack protector, since the cookies are per-function. The | verification routine is constructed such that the binary space immediately | before each ret instruction is padded with int03 instructions, which makes these | return instructions difficult to use in ROP gadgets. In the kernel, this has the | effect of removing approximately 50% of total ROP gadgets, and 15% of unique | ROP gadgets compared to the 6.3 release kernel. Function epilogues are | essentially gadget free, leaving only the polymorphic gadgets that result from | jumping into the instruction stream partway through other instructions. Work to | remove these gadgets will continue through other mechanisms. |- Use int3 trap padding between functions instead of trapsleds with a leading jump. |- Emit variable length trap padding in retguard epilogue. | This adds more trap padding before the return while ensuring that the | return is still in the same cache line. | |Index: llvm/lib/Target/X86/X86MCInstLower.cpp |--- llvm/lib/Target/X86/X86MCInstLower.cpp.orig |+++ llvm/lib/Target/X86/X86MCInstLower.cpp -------------------------- Patching file llvm/lib/Target/X86/X86MCInstLower.cpp using Plan A... Hunk #1 succeeded at 2570. Hunk #2 succeeded at 2672. done ===> Applying OpenBSD patch patch-llvm_lib_Target_X86_X86MachineFunctionInfo_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |implement -msave-args in clang/llvm, like the sun did for gcc | |Index: llvm/lib/Target/X86/X86MachineFunctionInfo.h |--- llvm/lib/Target/X86/X86MachineFunctionInfo.h.orig |+++ llvm/lib/Target/X86/X86MachineFunctionInfo.h -------------------------- Patching file llvm/lib/Target/X86/X86MachineFunctionInfo.h using Plan A... Hunk #1 succeeded at 45. Hunk #2 succeeded at 148. done ===> Applying OpenBSD patch patch-llvm_lib_Target_X86_X86RegisterInfo_td Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- The compiler is generally free to allocate general purpose registers in | whatever order it chooses. Reasons for choosing one register before another | usually include compiled instruction size (avoidance of REX prefixes, etc.) | or usage conventions, but somehow haven't included security implications in | the compiled bytecode. Some bytecode is more useful in polymorphic ROP | sequences than others, so it seems prudent to try to avoid that bytecode | when possible. | | This patch moves EBX/RBX towards the end of the allocation preference for 32 | and 64 bit general purpose registers. Some instructions using RBX/EBX/BX/BL | as a destination register end up with a ModR/M byte of C3 or CB, which is often | useful in ROP gadgets. Because these gadgets often occur in the middle of | functions, they exhibit somewhat higher diversity than some other C3/CB | terminated gadgets. This change removes about 3% of total gadgets from the | kernel, but about 6% of unique gadgets. | | There are other possible changes in this direction. BX/BL are obvious next | targets for avoidance, and MM3/XMM3 may also be useful to try to avoid if | possible. | |Index: llvm/lib/Target/X86/X86RegisterInfo.td |--- llvm/lib/Target/X86/X86RegisterInfo.td.orig |+++ llvm/lib/Target/X86/X86RegisterInfo.td -------------------------- Patching file llvm/lib/Target/X86/X86RegisterInfo.td using Plan A... Hunk #1 succeeded at 424. Hunk #2 succeeded at 434. done ===> Applying OpenBSD patch patch-llvm_lib_Target_X86_X86ReturnProtectorLowering_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Refactor retguard to make adding additional arches easier. |- Do not store the retguard cookie in frame in leaf functions if possible. | Makes things slightly faster and also improves security in these functions, | since the retguard cookie can't leak via the stack. | |Index: llvm/lib/Target/X86/X86ReturnProtectorLowering.cpp |--- llvm/lib/Target/X86/X86ReturnProtectorLowering.cpp.orig |+++ llvm/lib/Target/X86/X86ReturnProtectorLowering.cpp -------------------------- (Creating file llvm/lib/Target/X86/X86ReturnProtectorLowering.cpp...) Patching file llvm/lib/Target/X86/X86ReturnProtectorLowering.cpp using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-llvm_lib_Target_X86_X86ReturnProtectorLowering_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Refactor retguard to make adding additional arches easier. | |Index: llvm/lib/Target/X86/X86ReturnProtectorLowering.h |--- llvm/lib/Target/X86/X86ReturnProtectorLowering.h.orig |+++ llvm/lib/Target/X86/X86ReturnProtectorLowering.h -------------------------- (Creating file llvm/lib/Target/X86/X86ReturnProtectorLowering.h...) Patching file llvm/lib/Target/X86/X86ReturnProtectorLowering.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-llvm_lib_Target_X86_X86Subtarget_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- implement -msave-args in clang/llvm, like the sun did for gcc |- Turn on -mretpoline by default in clang on amd64. | |Index: llvm/lib/Target/X86/X86Subtarget.h |--- llvm/lib/Target/X86/X86Subtarget.h.orig |+++ llvm/lib/Target/X86/X86Subtarget.h -------------------------- Patching file llvm/lib/Target/X86/X86Subtarget.h using Plan A... Hunk #1 succeeded at 481. Hunk #2 succeeded at 570. Hunk #3 succeeded at 837. done ===> Applying OpenBSD patch patch-llvm_lib_Target_X86_X86TargetMachine_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add a clang pass that identifies potential ROP gadgets and replaces ROP |friendly instructions with safe alternatives. This initial commit fixes |3 instruction forms that will lower to include a c3 (return) byte. |Additional problematic instructions can be fixed incrementally using |this framework. | |Index: llvm/lib/Target/X86/X86TargetMachine.cpp |--- llvm/lib/Target/X86/X86TargetMachine.cpp.orig |+++ llvm/lib/Target/X86/X86TargetMachine.cpp -------------------------- Patching file llvm/lib/Target/X86/X86TargetMachine.cpp using Plan A... Hunk #1 succeeded at 546. done ===> Applying OpenBSD patch patch-llvm_lib_Target_X86_X86_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Add a clang pass that identifies potential ROP gadgets and replaces ROP |friendly instructions with safe alternatives. This initial commit fixes |3 instruction forms that will lower to include a c3 (return) byte. |Additional problematic instructions can be fixed incrementally using |this framework. | |Index: llvm/lib/Target/X86/X86.h |--- llvm/lib/Target/X86/X86.h.orig |+++ llvm/lib/Target/X86/X86.h -------------------------- Patching file llvm/lib/Target/X86/X86.h using Plan A... Hunk #1 succeeded at 122. done ===> Applying OpenBSD patch patch-llvm_lib_Target_X86_X86_td Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |implement -msave-args in clang/llvm, like the sun did for gcc | |Index: llvm/lib/Target/X86/X86.td |--- llvm/lib/Target/X86/X86.td.orig |+++ llvm/lib/Target/X86/X86.td -------------------------- Patching file llvm/lib/Target/X86/X86.td using Plan A... Hunk #1 succeeded at 321. done ===> Applying OpenBSD patch patch-llvm_lib_Transforms_Scalar_LoopIdiomRecognize_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Disable loop idiom recognition for _libc_memset and _libc_memcpy. These are |the internal names we use in libc for memset and memcpy and having the |compiler optimize them as calls to memset and memcpy will lead to infinite |recursion. | |Index: llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp |--- llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp.orig |+++ llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp -------------------------- Patching file llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp using Plan A... Hunk #1 succeeded at 367. done ===> Applying OpenBSD patch patch-llvm_tools_llvm-ar_llvm-ar_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- add a dummy -t flag to llvm-ranlib to match binutils' ranlib's -t flag which | is a no-op |- support more than one input file in llvm-ranlib | |Index: llvm/tools/llvm-ar/llvm-ar.cpp |--- llvm/tools/llvm-ar/llvm-ar.cpp.orig |+++ llvm/tools/llvm-ar/llvm-ar.cpp -------------------------- Patching file llvm/tools/llvm-ar/llvm-ar.cpp using Plan A... Hunk #1 succeeded at 63. Hunk #2 succeeded at 1224. Hunk #3 succeeded at 1242. done ===> Applying OpenBSD patch patch-llvm_tools_llvm-objdump_ELFDump_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Recognize PT_OPENBSD_MUTABLE with LLVM's readobj / objdump. |- correct alignment |- Implement support for PT_OPENBSD_NOBTCFI in lld(1). This can be set using | the -z nobtcfi option. | |Index: llvm/tools/llvm-objdump/ELFDump.cpp |--- llvm/tools/llvm-objdump/ELFDump.cpp.orig |+++ llvm/tools/llvm-objdump/ELFDump.cpp -------------------------- Patching file llvm/tools/llvm-objdump/ELFDump.cpp using Plan A... Hunk #1 succeeded at 244. done ===> Applying OpenBSD patch patch-llvm_tools_llvm-readobj_ELFDumper_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Recognize PT_OPENBSD_MUTABLE with LLVM's readobj / objdump. |- Implement support for PT_OPENBSD_NOBTCFI in lld(1). This can be set using | the -z nobtcfi option. | |Index: llvm/tools/llvm-readobj/ELFDumper.cpp |--- llvm/tools/llvm-readobj/ELFDumper.cpp.orig |+++ llvm/tools/llvm-readobj/ELFDumper.cpp -------------------------- Patching file llvm/tools/llvm-readobj/ELFDumper.cpp using Plan A... Hunk #1 succeeded at 1369. done ===> Applying OpenBSD patch patch-llvm_tools_llvm-shlib_CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |-Bsymbolic-functions is not supported by our ld.bfd version. | |Index: llvm/tools/llvm-shlib/CMakeLists.txt |--- llvm/tools/llvm-shlib/CMakeLists.txt.orig |+++ llvm/tools/llvm-shlib/CMakeLists.txt -------------------------- Patching file llvm/tools/llvm-shlib/CMakeLists.txt using Plan A... Hunk #1 succeeded at 50. done ===> Compiler link: gcc -> /usr/local/bin/egcc ===> Compiler link: cc -> /usr/local/bin/egcc ===> Compiler link: c++ -> /usr/local/bin/eg++ ===> Compiler link: g++ -> /usr/local/bin/eg++ >>> Running configure in devel/llvm/13,-lldb at 1716138758.86 ===> devel/llvm/13,-lldb ===> Generating configure for llvm-13.0.0 ===> Configuring for llvm-13.0.0 /usr/bin/perl /usr/ports/infrastructure/bin/pkg_subst -DMODPY_PYCACHE=__pycache__/ -DMODPY_COMMENT= -DMODPY_ABI3SO=.abi3 -DMODPY_PYC_MAGIC_TAG=cpython-311. -DMODPY_BIN=/usr/local/bin/python3.11 -DMODPY_EGG_VERSION= -DMODPY_VERSION=3.11 -DMODPY_BIN_SUFFIX= -DMODPY_PY_PREFIX=py3- -DMODPY_PYOEXTENSION=opt-1.pyc -DLLVM_BASE=llvm13 -DLLVM_MAJOR=13 -DLLVM_VERSION=13.0.0 -DLLVM_PKGSPEC=\>=13,\<14 -DCLANG_INCLUDE_PATH=llvm13/lib/clang/13.0.0/include -DGCC_VER=8.4.0 -DGCC_CONFIG=sparc64-unknown-openbsd7.5 -DOPENBSD_LD_IS_LLD=FALSE -DMODCMAKE_BUILD_SUFFIX=-release.cmake -DLIBLTO_VERSION=6.0 -DLIBRemarks_VERSION=0.0 -DLIBclang-cpp_VERSION=1.0 -DLIBclang_VERSION=8.2 -DLIBlldb_VERSION=3.0 -DARCH=sparc64 -DBASE_PKGPATH=devel/llvm/13 -DFLAVOR_EXT= -DFULLPKGNAME=llvm-13.0.0 -DHOMEPAGE=https://www.llvm.org/ -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=sparc64 -DMAINTAINER=Sebastien\ Marie\ \,\ \ Robert\ Nagy\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=llvm-13 -i -B /usr/obj/ports/llvm-13.0.0 /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/OpenBSD.cpp /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-shlib/CMakeLists.txt /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-format/clang-format-sublime.py /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-format/clang-format.py /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-format/git-clang-format /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-shlib/CMakeLists.txt CMake Deprecation Warning at CMakeLists.txt:8 (cmake_policy): The OLD behavior for policy CMP0116 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. -- The C compiler identification is GNU 8.4.0 -- The CXX compiler identification is GNU 8.4.0 -- The ASM compiler identification is GNU -- Found assembler: /usr/obj/ports/llvm-13.0.0/bin/cc -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/obj/ports/llvm-13.0.0/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/obj/ports/llvm-13.0.0/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- clang project is enabled -- clang-tools-extra project is disabled -- compiler-rt project is disabled -- cross-project-tests project is disabled -- libc project is disabled -- libclc project is disabled -- libcxx project is disabled -- libcxxabi project is disabled -- libunwind project is disabled -- lld project is enabled -- lldb project is enabled -- mlir project is disabled -- openmp project is disabled -- parallel-libs project is disabled -- polly project is disabled -- pstl project is disabled -- flang project is disabled -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Looking for errno.h -- Looking for errno.h - found -- Looking for fcntl.h -- Looking for fcntl.h - found -- Looking for link.h -- Looking for link.h - found -- Looking for malloc/malloc.h -- Looking for malloc/malloc.h - not found -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for signal.h -- Looking for signal.h - found -- Looking for sys/ioctl.h -- Looking for sys/ioctl.h - found -- Looking for sys/mman.h -- Looking for sys/mman.h - found -- Looking for sys/param.h -- Looking for sys/param.h - found -- Looking for sys/resource.h -- Looking for sys/resource.h - found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for sys/time.h -- Looking for sys/time.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for sysexits.h -- Looking for sysexits.h - found -- Looking for termios.h -- Looking for termios.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for valgrind/valgrind.h -- Looking for valgrind/valgrind.h - not found -- Looking for fenv.h -- Looking for fenv.h - found -- Looking for FE_ALL_EXCEPT -- Looking for FE_ALL_EXCEPT - found -- Looking for FE_INEXACT -- Looking for FE_INEXACT - found -- Looking for mach/mach.h -- Looking for mach/mach.h - not found -- Looking for histedit.h -- Looking for histedit.h - found -- Looking for CrashReporterClient.h -- Looking for CrashReporterClient.h - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Looking for pthread_getspecific in pthread -- Looking for pthread_getspecific in pthread - found -- Looking for pthread_rwlock_init in pthread -- Looking for pthread_rwlock_init in pthread - found -- Looking for pthread_mutex_lock in pthread -- Looking for pthread_mutex_lock in pthread - found -- Looking for dlopen in dl -- Looking for dlopen in dl - not found -- Looking for clock_gettime in rt -- Looking for clock_gettime in rt - not found -- Looking for pfm_initialize in pfm -- Looking for pfm_initialize in pfm - not found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found ZLIB: /usr/lib/libz.so.7.0 (found version "1.3.1.1") -- Looking for compress2 -- Looking for compress2 - found -- Looking for el_init in edit -- Looking for el_init in edit - found -- Looking for xar_open in xar -- Looking for xar_open in xar - not found -- Looking for arc4random -- Looking for arc4random - found -- Looking for backtrace -- Looking for backtrace - not found -- Found Backtrace: /usr/lib/libexecinfo.so.3.0 -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed -- Looking for __register_frame -- Looking for __register_frame - found -- Looking for __deregister_frame -- Looking for __deregister_frame - found -- Looking for _Unwind_Backtrace -- Looking for _Unwind_Backtrace - found -- Looking for getpagesize -- Looking for getpagesize - found -- Looking for sysconf -- Looking for sysconf - found -- Looking for getrusage -- Looking for getrusage - found -- Looking for setrlimit -- Looking for setrlimit - found -- Looking for isatty -- Looking for isatty - found -- Looking for futimens -- Looking for futimens - found -- Looking for futimes -- Looking for futimes - found -- Looking for posix_fallocate -- Looking for posix_fallocate - not found -- Looking for sigaltstack -- Looking for sigaltstack - found -- Looking for lseek64 -- Looking for lseek64 - not found -- Looking for mallctl -- Looking for mallctl - not found -- Looking for mallinfo -- Looking for mallinfo - not found -- Looking for mallinfo2 -- Looking for mallinfo2 - not found -- Looking for malloc_zone_statistics -- Looking for malloc_zone_statistics - not found -- Looking for getrlimit -- Looking for getrlimit - found -- Looking for posix_spawn -- Looking for posix_spawn - found -- Looking for pread -- Looking for pread - found -- Looking for sbrk -- Looking for sbrk - found -- Looking for strerror -- Looking for strerror - found -- Looking for strerror_r -- Looking for strerror_r - found -- Looking for strerror_s -- Looking for strerror_s - not found -- Looking for setenv -- Looking for setenv - found -- Looking for dlopen -- Looking for dlopen - found -- Looking for dladdr -- Looking for dladdr - found -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Success -- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC -- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - Success -- Looking for __GLIBC__ -- Looking for __GLIBC__ - not found -- Looking for pthread_getname_np -- Looking for pthread_getname_np - not found -- Looking for pthread_setname_np -- Looking for pthread_setname_np - not found -- Looking for proc_pid_rusage -- Looking for proc_pid_rusage - not found -- Performing Test HAVE_STD_IS_TRIVIALLY_COPYABLE -- Performing Test HAVE_STD_IS_TRIVIALLY_COPYABLE - Success -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success -- Performing Test LLVM_HAS_ATOMICS -- Performing Test LLVM_HAS_ATOMICS - Success -- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG -- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG - Success -- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG -- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - Failed -- Performing Test HAS_MAYBE_UNINITIALIZED -- Performing Test HAS_MAYBE_UNINITIALIZED - Success -- Native target architecture is Sparc -- Threads enabled. -- Doxygen disabled. -- Go bindings disabled. -- Ninja version: 1.11.1 -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) -- OCaml bindings disabled. -- Found Python module pygments -- Found Python module pygments.lexers.c_cpp -- Found Python module yaml -- LLVM host triple: sparc64-unknown-openbsd7.5 -- LLVM default target triple: sparc64-unknown-openbsd7.5 -- Performing Test C_SUPPORTS_FPIC -- Performing Test C_SUPPORTS_FPIC - Success -- Performing Test CXX_SUPPORTS_FPIC -- Performing Test CXX_SUPPORTS_FPIC - Success -- Building with -fPIC -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success -- Performing Test C_SUPPORTS_WERROR_DATE_TIME -- Performing Test C_SUPPORTS_WERROR_DATE_TIME - Success -- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME -- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME - Success -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed -- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG -- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG - Success -- Performing Test C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG -- Performing Test C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - Failed -- Performing Test CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG -- Performing Test CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - Failed -- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG -- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success -- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG -- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed -- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG -- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG - Success -- Performing Test CXX_SUPPORTS_REDUNDANT_MOVE_FLAG -- Performing Test CXX_SUPPORTS_REDUNDANT_MOVE_FLAG - Failed -- Performing Test CXX_SUPPORTS_PESSIMIZING_MOVE_FLAG -- Performing Test CXX_SUPPORTS_PESSIMIZING_MOVE_FLAG - Failed -- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG -- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG - Success -- Performing Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG -- Performing Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG - Failed -- Performing Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG -- Performing Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG - Success -- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG -- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG - Success -- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL -- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL - Failed -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - Failed -- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG -- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG - Failed -- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG -- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG - Failed -- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG -- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success -- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG -- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success -- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS -- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS - Failed -- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS -- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS - Success -- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS -- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS - Success -- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS -- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS - Success -- Performing Test C_SUPPORTS_FDATA_SECTIONS -- Performing Test C_SUPPORTS_FDATA_SECTIONS - Success -- Performing Test CXX_SUPPORTS_FDATA_SECTIONS -- Performing Test CXX_SUPPORTS_FDATA_SECTIONS - Success -- Looking for os_signpost_interval_begin -- Looking for os_signpost_interval_begin - not found -- Found Python3: /usr/local/bin/python3.11 (found suitable version "3.11.9", minimum required is "3.6") found components: Interpreter -- Could NOT find Git (missing: GIT_EXECUTABLE) CMake Warning at cmake/modules/VersionFromVCS.cmake:49 (message): Git not found. Version cannot be determined. Call Stack (most recent call first): CMakeLists.txt:858 (get_source_info) -- Linker detection: GNU ld -- Performing Test HAS_WERROR_GLOBAL_CTORS -- Performing Test HAS_WERROR_GLOBAL_CTORS - Failed -- Could NOT find Git (missing: GIT_EXECUTABLE) -- LLVMHello ignored -- Loadable modules not supported on this platform. -- Targeting AArch64 -- Targeting AMDGPU -- Targeting ARM -- Targeting AVR -- Targeting BPF -- Targeting Hexagon -- Targeting Lanai -- Targeting Mips -- Targeting MSP430 -- Targeting NVPTX -- Targeting PowerPC -- Targeting RISCV -- Targeting Sparc -- Targeting SystemZ -- Targeting WebAssembly -- Targeting X86 -- Targeting XCore -- Looking for sys/resource.h -- Looking for sys/resource.h - found CMake Warning (dev) at /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/CMakeLists.txt:294 (find_package): Policy CMP0146 is not set: The FindCUDA module is removed. Run "cmake --help-policy CMP0146" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CUDA_TOOLKIT_ROOT_DIR not found or specified -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) -- Clang version: 13.0.0 -- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG -- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG - Failed -- Could NOT find Git (missing: GIT_EXECUTABLE) -- Could NOT find Git (missing: GIT_EXECUTABLE) -- Could NOT find hsa-runtime64 (missing: hsa-runtime64_DIR) -- Not building amdgpu-arch: hsa-runtime64 not found -- PrintFunctionNames ignored -- Loadable modules not supported on this platform. -- AnnotateFunctions ignored -- Loadable modules not supported on this platform. -- Attribute ignored -- Loadable modules not supported on this platform. -- CallSuperAttr ignored -- Loadable modules not supported on this platform. -- Sphinx enabled. -- Found Sphinx: /usr/local/bin/sphinx-build -- LLD version: 13.0.0 -- Could NOT find Git (missing: GIT_EXECUTABLE) -- Could NOT find Git (missing: GIT_EXECUTABLE) -- Sphinx enabled. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Found LibEdit: /usr/include (found version ".") -- Enable editline support in LLDB: TRUE -- Found Curses: /usr/lib/libcurses.so.15.0 -- Found CursesAndPanel: /usr/include -- Enable curses support in LLDB: TRUE -- Enable LZMA compression support in LLDB: FALSE -- Enable Lua scripting support in LLDB: FALSE -- Found SWIG: /usr/local/bin/swig (found suitable version "4.2.1", minimum required is "3.0") -- Found Python3: /usr/local/bin/python3.11 (found version "3.11.9") found components: Interpreter Development Development.Module Development.Embed -- Found PythonAndSwig: /usr/local/lib/libpython3.11.so.0.0 -- Enable Python scripting support in LLDB: TRUE -- Enable Libxml 2 support in LLDB: FALSE -- Looking for el_winsertstr -- Looking for el_winsertstr - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of el_rfunc_t -- Check size of el_rfunc_t - done -- Performing Test CXX_SUPPORTS_NO_DEPRECATED_DECLARATIONS -- Performing Test CXX_SUPPORTS_NO_DEPRECATED_DECLARATIONS - Success -- Performing Test CXX_SUPPORTS_NO_UNKNOWN_PRAGMAS -- Performing Test CXX_SUPPORTS_NO_UNKNOWN_PRAGMAS - Success -- Performing Test CXX_SUPPORTS_NO_STRICT_ALIASING -- Performing Test CXX_SUPPORTS_NO_STRICT_ALIASING - Success -- Performing Test CXX_SUPPORTS_NO_DEPRECATED_REGISTER -- Performing Test CXX_SUPPORTS_NO_DEPRECATED_REGISTER - Success -- Performing Test CXX_SUPPORTS_NO_VLA_EXTENSION -- Performing Test CXX_SUPPORTS_NO_VLA_EXTENSION - Success -- LLDB version: 13.0.0 -- Looking for ppoll -- Looking for ppoll - found -- Looking for ptsname_r -- Looking for ptsname_r - not found -- Looking for sigaction -- Looking for sigaction - found -- Looking for accept4 -- Looking for accept4 - found -- Looking for include files sys/types.h, sys/event.h -- Looking for include files sys/types.h, sys/event.h - found -- Looking for process_vm_readv -- Looking for process_vm_readv - not found -- Looking for __NR_process_vm_readv -- Looking for __NR_process_vm_readv - not found -- Looking for compression_encode_buffer in compression -- Looking for compression_encode_buffer in compression - not found -- Could NOT find Git (missing: GIT_EXECUTABLE) -- Symbols (liblldb): exporting all symbols from the lldb namespace -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Sphinx enabled. -- BugpointPasses ignored -- Loadable modules not supported on this platform. -- TestPlugin ignored -- Loadable modules not supported on this platform. -- DoublerPlugin ignored -- Loadable modules not supported on this platform. -- Sphinx enabled. -- Configuring done (225.1s) -- Generating done (57.7s) CMake Warning: Manually-specified variables were not used by the project: CMAKE_Fortran_COMPILER_AR CMAKE_Fortran_COMPILER_RANLIB CMAKE_OBJCXX_COMPILER_AR CMAKE_OBJCXX_COMPILER_RANLIB CMAKE_OBJC_COMPILER_AR CMAKE_OBJC_COMPILER_RANLIB LLVM_ENABLE_ZSTD PYTHON_EXECUTABLE PYTHON_INCLUDE_DIR PYTHON_LIBRARY_DIRS Python_EXECUTABLE Python_INCLUDE_DIR Python_LIBRARY_DIRS -- Build files have been written to: /usr/obj/ports/llvm-13.0.0/build-sparc64 >>> Running build in devel/llvm/13,-lldb at 1716139087.72 ===> devel/llvm/13,-lldb ===> Building for llvm-13.0.0 Change Dir: '/usr/obj/ports/llvm-13.0.0/build-sparc64' Run Build Command(s): /usr/local/bin/ninja -v -j 8 all docs-llvm-man docs-clang-man [1/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/ABIBreak.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/ABIBreak.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/ABIBreak.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/ABIBreak.cpp [2/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Demangle -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Demangle -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Demangle/CMakeFiles/LLVMDemangle.dir/Demangle.cpp.o -MF lib/Demangle/CMakeFiles/LLVMDemangle.dir/Demangle.cpp.o.d -o lib/Demangle/CMakeFiles/LLVMDemangle.dir/Demangle.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Demangle/Demangle.cpp [3/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Demangle -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Demangle -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Demangle/CMakeFiles/LLVMDemangle.dir/RustDemangle.cpp.o -MF lib/Demangle/CMakeFiles/LLVMDemangle.dir/RustDemangle.cpp.o.d -o lib/Demangle/CMakeFiles/LLVMDemangle.dir/RustDemangle.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Demangle/RustDemangle.cpp [4/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/AArch64TargetParser.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/AArch64TargetParser.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/AArch64TargetParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/AArch64TargetParser.cpp [5/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Demangle -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Demangle -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Demangle/CMakeFiles/LLVMDemangle.dir/MicrosoftDemangleNodes.cpp.o -MF lib/Demangle/CMakeFiles/LLVMDemangle.dir/MicrosoftDemangleNodes.cpp.o.d -o lib/Demangle/CMakeFiles/LLVMDemangle.dir/MicrosoftDemangleNodes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Demangle/MicrosoftDemangleNodes.cpp [6/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Demangle -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Demangle -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Demangle/CMakeFiles/LLVMDemangle.dir/MicrosoftDemangle.cpp.o -MF lib/Demangle/CMakeFiles/LLVMDemangle.dir/MicrosoftDemangle.cpp.o.d -o lib/Demangle/CMakeFiles/LLVMDemangle.dir/MicrosoftDemangle.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Demangle/MicrosoftDemangle.cpp [7/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/AMDGPUMetadata.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/AMDGPUMetadata.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/AMDGPUMetadata.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/AMDGPUMetadata.cpp [8/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/APSInt.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/APSInt.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/APSInt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/APSInt.cpp [9/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/APFixedPoint.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/APFixedPoint.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/APFixedPoint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/APFixedPoint.cpp [10/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/ARMTargetParser.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/ARMTargetParser.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/ARMTargetParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/ARMTargetParser.cpp [11/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/AutoConvert.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/AutoConvert.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/AutoConvert.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/AutoConvert.cpp [12/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/ARMBuildAttrs.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/ARMBuildAttrs.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/ARMBuildAttrs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/ARMBuildAttrs.cpp [13/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/ARMWinEH.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/ARMWinEH.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/ARMWinEH.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/ARMWinEH.cpp [14/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Demangle -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Demangle -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Demangle/CMakeFiles/LLVMDemangle.dir/ItaniumDemangle.cpp.o -MF lib/Demangle/CMakeFiles/LLVMDemangle.dir/ItaniumDemangle.cpp.o.d -o lib/Demangle/CMakeFiles/LLVMDemangle.dir/ItaniumDemangle.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Demangle/ItaniumDemangle.cpp [15/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Allocator.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Allocator.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Allocator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Allocator.cpp [16/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMDemangle.a && /usr/bin/ar qc lib/libLLVMDemangle.a lib/Demangle/CMakeFiles/LLVMDemangle.dir/Demangle.cpp.o lib/Demangle/CMakeFiles/LLVMDemangle.dir/ItaniumDemangle.cpp.o lib/Demangle/CMakeFiles/LLVMDemangle.dir/MicrosoftDemangle.cpp.o lib/Demangle/CMakeFiles/LLVMDemangle.dir/MicrosoftDemangleNodes.cpp.o lib/Demangle/CMakeFiles/LLVMDemangle.dir/RustDemangle.cpp.o && /usr/bin/ranlib lib/libLLVMDemangle.a && : [17/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/BlockFrequency.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/BlockFrequency.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/BlockFrequency.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/BlockFrequency.cpp [18/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/ARMAttributeParser.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/ARMAttributeParser.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/ARMAttributeParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/ARMAttributeParser.cpp [19/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamError.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamError.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamError.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/BinaryStreamError.cpp [20/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/BuryPointer.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/BuryPointer.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/BuryPointer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/BuryPointer.cpp [21/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/BranchProbability.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/BranchProbability.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/BranchProbability.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/BranchProbability.cpp [22/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamReader.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamReader.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamReader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/BinaryStreamReader.cpp [23/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/COM.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/COM.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/COM.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/COM.cpp [24/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/APInt.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/APInt.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/APInt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/APInt.cpp [25/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamRef.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamRef.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamRef.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/BinaryStreamRef.cpp [26/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/APFloat.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/APFloat.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/APFloat.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/APFloat.cpp [27/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/circular_raw_ostream.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/circular_raw_ostream.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/circular_raw_ostream.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/circular_raw_ostream.cpp [28/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Chrono.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Chrono.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Chrono.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Chrono.cpp [29/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamWriter.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamWriter.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/BinaryStreamWriter.cpp [30/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTF.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTF.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/ConvertUTF.cpp [31/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/CRC.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/CRC.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/CRC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/CRC.cpp [32/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTFWrapper.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTFWrapper.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTFWrapper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/ConvertUTFWrapper.cpp [33/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Compression.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Compression.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Compression.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Compression.cpp [34/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/CachePruning.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/CachePruning.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/CachePruning.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/CachePruning.cpp [35/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/CodeGenCoverage.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/CodeGenCoverage.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/CodeGenCoverage.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/CodeGenCoverage.cpp [36/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/CrashRecoveryContext.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/CrashRecoveryContext.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/CrashRecoveryContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/CrashRecoveryContext.cpp [37/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Debug.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Debug.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Debug.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Debug.cpp [38/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/DataExtractor.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/DataExtractor.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/DataExtractor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/DataExtractor.cpp [39/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/DeltaAlgorithm.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/DeltaAlgorithm.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/DeltaAlgorithm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/DeltaAlgorithm.cpp [40/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/DJB.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/DJB.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/DJB.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/DJB.cpp [41/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/ExtensibleRTTI.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/ExtensibleRTTI.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/ExtensibleRTTI.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/ExtensibleRTTI.cpp [42/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/ELFAttributes.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/ELFAttributes.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/ELFAttributes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/ELFAttributes.cpp [43/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/DAGDeltaAlgorithm.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/DAGDeltaAlgorithm.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/DAGDeltaAlgorithm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/DAGDeltaAlgorithm.cpp [44/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/ELFAttributeParser.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/ELFAttributeParser.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/ELFAttributeParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/ELFAttributeParser.cpp [45/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Error.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Error.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Error.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Error.cpp [46/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/ErrorHandling.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/ErrorHandling.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/ErrorHandling.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/ErrorHandling.cpp [47/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/DebugCounter.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/DebugCounter.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/DebugCounter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/DebugCounter.cpp [48/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/FileUtilities.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/FileUtilities.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/FileUtilities.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/FileUtilities.cpp [49/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/FormattedStream.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/FormattedStream.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/FormattedStream.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/FormattedStream.cpp [50/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/FormatVariadic.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/FormatVariadic.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/FormatVariadic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/FormatVariadic.cpp [51/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/FileOutputBuffer.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/FileOutputBuffer.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/FileOutputBuffer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/FileOutputBuffer.cpp [52/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/FileCollector.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/FileCollector.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/FileCollector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/FileCollector.cpp [53/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Hashing.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Hashing.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Hashing.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Hashing.cpp [54/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/FoldingSet.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/FoldingSet.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/FoldingSet.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/FoldingSet.cpp [55/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/GlobPattern.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/GlobPattern.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/GlobPattern.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/GlobPattern.cpp [56/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/IntEqClasses.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/IntEqClasses.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/IntEqClasses.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/IntEqClasses.cpp [57/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/InstructionCost.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/InstructionCost.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/InstructionCost.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/InstructionCost.cpp [58/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/InitLLVM.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/InitLLVM.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/InitLLVM.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/InitLLVM.cpp [59/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/GraphWriter.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/GraphWriter.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/GraphWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/GraphWriter.cpp [60/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/LEB128.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/LEB128.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/LEB128.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/LEB128.cpp [61/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/CommandLine.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/CommandLine.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/CommandLine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/CommandLine.cpp [62/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/IntervalMap.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/IntervalMap.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/IntervalMap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/IntervalMap.cpp [63/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/LineIterator.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/LineIterator.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/LineIterator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/LineIterator.cpp [64/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/MathExtras.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/MathExtras.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/MathExtras.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/MathExtras.cpp [65/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Locale.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Locale.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Locale.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Locale.cpp [66/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/MemAlloc.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/MemAlloc.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/MemAlloc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/MemAlloc.cpp [67/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/LowLevelType.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/LowLevelType.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/LowLevelType.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/LowLevelType.cpp [68/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/KnownBits.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/KnownBits.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/KnownBits.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/KnownBits.cpp [69/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/ManagedStatic.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/ManagedStatic.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/ManagedStatic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/ManagedStatic.cpp [70/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/MemoryBufferRef.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/MemoryBufferRef.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/MemoryBufferRef.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/MemoryBufferRef.cpp [71/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/OptimizedStructLayout.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/OptimizedStructLayout.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/OptimizedStructLayout.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/OptimizedStructLayout.cpp [72/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/NativeFormatting.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/NativeFormatting.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/NativeFormatting.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/NativeFormatting.cpp [73/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Optional.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Optional.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Optional.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Optional.cpp [74/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/MemoryBuffer.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/MemoryBuffer.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/MemoryBuffer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/MemoryBuffer.cpp [75/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/MD5.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/MD5.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/MD5.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/MD5.cpp [76/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/LockFileManager.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/LockFileManager.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/LockFileManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/LockFileManager.cpp [77/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/PluginLoader.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/PluginLoader.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/PluginLoader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/PluginLoader.cpp [78/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/PrettyStackTrace.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/PrettyStackTrace.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/PrettyStackTrace.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/PrettyStackTrace.cpp [79/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/RISCVAttributes.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/RISCVAttributes.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/RISCVAttributes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/RISCVAttributes.cpp [80/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Regex.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Regex.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Regex.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Regex.cpp [81/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Parallel.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Parallel.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Parallel.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Parallel.cpp [82/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/JSON.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/JSON.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/JSON.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/JSON.cpp [83/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/RandomNumberGenerator.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/RandomNumberGenerator.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/RandomNumberGenerator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/RandomNumberGenerator.cpp [84/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Signposts.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Signposts.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Signposts.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Signposts.cpp [85/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/RISCVAttributeParser.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/RISCVAttributeParser.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/RISCVAttributeParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/RISCVAttributeParser.cpp [86/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/SmallPtrSet.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/SmallPtrSet.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/SmallPtrSet.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/SmallPtrSet.cpp [87/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/SHA256.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/SHA256.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/SHA256.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/SHA256.cpp [88/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/SHA1.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/SHA1.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/SHA1.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/SHA1.cpp [89/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/SmallVector.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/SmallVector.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/SmallVector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/SmallVector.cpp [90/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/ScopedPrinter.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/ScopedPrinter.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/ScopedPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/ScopedPrinter.cpp [91/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/ScaledNumber.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/ScaledNumber.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/ScaledNumber.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/ScaledNumber.cpp [92/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/StringSaver.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/StringSaver.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/StringSaver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/StringSaver.cpp [93/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/StringMap.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/StringMap.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/StringMap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/StringMap.cpp [94/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/StringExtras.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/StringExtras.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/StringExtras.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/StringExtras.cpp [95/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/ItaniumManglingCanonicalizer.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/ItaniumManglingCanonicalizer.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/ItaniumManglingCanonicalizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/ItaniumManglingCanonicalizer.cpp [96/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/SourceMgr.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/SourceMgr.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/SourceMgr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/SourceMgr.cpp [97/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/SystemUtils.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/SystemUtils.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/SystemUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/SystemUtils.cpp [98/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/TargetParser.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/TargetParser.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/TargetParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/TargetParser.cpp [99/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Statistic.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Statistic.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Statistic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Statistic.cpp [100/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/StringRef.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/StringRef.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/StringRef.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/StringRef.cpp [101/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/SymbolRemappingReader.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/SymbolRemappingReader.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/SymbolRemappingReader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/SymbolRemappingReader.cpp [102/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/TarWriter.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/TarWriter.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/TarWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/TarWriter.cpp [103/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/SuffixTree.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/SuffixTree.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/SuffixTree.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/SuffixTree.cpp [104/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/SpecialCaseList.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/SpecialCaseList.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/SpecialCaseList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/SpecialCaseList.cpp [105/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Twine.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Twine.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Twine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Twine.cpp [106/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/ThreadPool.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/ThreadPool.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/ThreadPool.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/ThreadPool.cpp [107/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/UnicodeCaseFold.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/UnicodeCaseFold.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/UnicodeCaseFold.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/UnicodeCaseFold.cpp [108/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/ToolOutputFile.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/ToolOutputFile.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/ToolOutputFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/ToolOutputFile.cpp [109/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/TrigramIndex.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/TrigramIndex.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/TrigramIndex.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/TrigramIndex.cpp [110/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Unicode.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Unicode.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Unicode.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Unicode.cpp [111/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/TypeSize.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/TypeSize.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/TypeSize.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/TypeSize.cpp [112/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/VersionTuple.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/VersionTuple.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/VersionTuple.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/VersionTuple.cpp [113/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/TimeProfiler.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/TimeProfiler.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/TimeProfiler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/TimeProfiler.cpp [114/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/X86TargetParser.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/X86TargetParser.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/X86TargetParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/X86TargetParser.cpp [115/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/WithColor.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/WithColor.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/WithColor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/WithColor.cpp [116/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/raw_os_ostream.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/raw_os_ostream.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/raw_os_ostream.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/raw_os_ostream.cpp [117/5255] /usr/obj/ports/llvm-13.0.0/bin/cc -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/regerror.c.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/regerror.c.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/regerror.c.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/regerror.c [118/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Timer.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Timer.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Timer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Timer.cpp [119/5255] /usr/obj/ports/llvm-13.0.0/bin/cc -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/regfree.c.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/regfree.c.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/regfree.c.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/regfree.c [120/5255] /usr/obj/ports/llvm-13.0.0/bin/cc -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/regstrlcpy.c.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/regstrlcpy.c.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/regstrlcpy.c.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/regstrlcpy.c [121/5255] /usr/obj/ports/llvm-13.0.0/bin/cc -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/regcomp.c.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/regcomp.c.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/regcomp.c.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/regcomp.c [122/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Triple.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Triple.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Triple.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Triple.cpp [123/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Atomic.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Atomic.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Atomic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Atomic.cpp [124/5255] /usr/obj/ports/llvm-13.0.0/bin/cc -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/regexec.c.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/regexec.c.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/regexec.c.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/regexec.c [125/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/xxhash.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/xxhash.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/xxhash.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/xxhash.cpp [126/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/YAMLTraits.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/YAMLTraits.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/YAMLTraits.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/YAMLTraits.cpp [127/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Errno.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Errno.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Errno.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Errno.cpp [128/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Z3Solver.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Z3Solver.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Z3Solver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Z3Solver.cpp [129/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/YAMLParser.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/YAMLParser.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/YAMLParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/YAMLParser.cpp [130/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/DynamicLibrary.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/DynamicLibrary.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/DynamicLibrary.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/DynamicLibrary.cpp [131/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/raw_ostream.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/raw_ostream.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/raw_ostream.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/raw_ostream.cpp [132/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Memory.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Memory.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Memory.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Memory.cpp [133/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/RWMutex.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/RWMutex.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/RWMutex.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/RWMutex.cpp [134/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Host.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Host.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Host.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Host.cpp [135/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/VirtualFileSystem.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/VirtualFileSystem.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/VirtualFileSystem.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/VirtualFileSystem.cpp [136/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Valgrind.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Valgrind.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Valgrind.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Valgrind.cpp [137/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Watchdog.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Watchdog.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Watchdog.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Watchdog.cpp [138/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Process.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Process.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Process.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Process.cpp [139/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/ThreadLocal.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/ThreadLocal.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/ThreadLocal.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/ThreadLocal.cpp [140/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Path.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Path.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Path.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Path.cpp [141/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/TargetRegistry.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/TargetRegistry.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/TargetRegistry.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/TargetRegistry.cpp [142/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Program.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Program.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Program.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Program.cpp [143/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Threading.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Threading.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Threading.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Threading.cpp [144/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Support/Signals.cpp [145/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMSupport.a && /usr/bin/ar qc lib/libLLVMSupport.a lib/Support/CMakeFiles/LLVMSupport.dir/AArch64TargetParser.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/ABIBreak.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/ARMTargetParser.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/AMDGPUMetadata.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/APFixedPoint.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/APFloat.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/APInt.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/APSInt.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/ARMBuildAttrs.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/ARMAttributeParser.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/ARMWinEH.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Allocator.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/AutoConvert.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamError.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamReader.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamRef.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/BinaryStreamWriter.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/BlockFrequency.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/BranchProbability.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/BuryPointer.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/CachePruning.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/circular_raw_ostream.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Chrono.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/COM.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/CodeGenCoverage.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/CommandLine.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Compression.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/CRC.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTF.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTFWrapper.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/CrashRecoveryContext.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/DataExtractor.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Debug.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/DebugCounter.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/DeltaAlgorithm.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/DAGDeltaAlgorithm.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/DJB.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/ELFAttributeParser.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/ELFAttributes.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Error.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/ErrorHandling.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/ExtensibleRTTI.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/FileCollector.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/FileUtilities.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/FileOutputBuffer.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/FoldingSet.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/FormattedStream.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/FormatVariadic.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/GlobPattern.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/GraphWriter.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Hashing.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/InitLLVM.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/InstructionCost.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/IntEqClasses.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/IntervalMap.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/ItaniumManglingCanonicalizer.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/JSON.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/KnownBits.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/LEB128.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/LineIterator.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Locale.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/LockFileManager.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/LowLevelType.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/ManagedStatic.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/MathExtras.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/MemAlloc.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/MemoryBuffer.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/MemoryBufferRef.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/MD5.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/NativeFormatting.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/OptimizedStructLayout.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Optional.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Parallel.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/PluginLoader.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/PrettyStackTrace.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/RandomNumberGenerator.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Regex.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/RISCVAttributes.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/RISCVAttributeParser.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/ScaledNumber.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/ScopedPrinter.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/SHA1.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/SHA256.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Signposts.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/SmallPtrSet.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/SmallVector.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/SourceMgr.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/SpecialCaseList.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Statistic.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/StringExtras.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/StringMap.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/StringSaver.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/StringRef.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/SuffixTree.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/SymbolRemappingReader.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/SystemUtils.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/TarWriter.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/TargetParser.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/ThreadPool.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/TimeProfiler.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Timer.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/ToolOutputFile.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/TrigramIndex.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Triple.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Twine.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/TypeSize.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Unicode.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/UnicodeCaseFold.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/VersionTuple.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/VirtualFileSystem.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/WithColor.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/X86TargetParser.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/YAMLParser.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/YAMLTraits.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/raw_os_ostream.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/raw_ostream.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/regcomp.c.o lib/Support/CMakeFiles/LLVMSupport.dir/regerror.c.o lib/Support/CMakeFiles/LLVMSupport.dir/regexec.c.o lib/Support/CMakeFiles/LLVMSupport.dir/regfree.c.o lib/Support/CMakeFiles/LLVMSupport.dir/regstrlcpy.c.o lib/Support/CMakeFiles/LLVMSupport.dir/xxhash.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Z3Solver.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Atomic.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/DynamicLibrary.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Errno.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Host.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Memory.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Path.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Process.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Program.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/RWMutex.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/TargetRegistry.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/ThreadLocal.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Threading.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Valgrind.cpp.o lib/Support/CMakeFiles/LLVMSupport.dir/Watchdog.cpp.o && /usr/bin/ranlib lib/libLLVMSupport.a && : [146/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/TableGen/CMakeFiles/LLVMTableGen.dir/Error.cpp.o -MF lib/TableGen/CMakeFiles/LLVMTableGen.dir/Error.cpp.o.d -o lib/TableGen/CMakeFiles/LLVMTableGen.dir/Error.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen/Error.cpp [147/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/TableGen/CMakeFiles/LLVMTableGen.dir/TableGenBackend.cpp.o -MF lib/TableGen/CMakeFiles/LLVMTableGen.dir/TableGenBackend.cpp.o.d -o lib/TableGen/CMakeFiles/LLVMTableGen.dir/TableGenBackend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen/TableGenBackend.cpp [148/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/TableGen/CMakeFiles/LLVMTableGen.dir/StringMatcher.cpp.o -MF lib/TableGen/CMakeFiles/LLVMTableGen.dir/StringMatcher.cpp.o.d -o lib/TableGen/CMakeFiles/LLVMTableGen.dir/StringMatcher.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen/StringMatcher.cpp [149/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/TableGen/CMakeFiles/LLVMTableGen.dir/DetailedRecordsBackend.cpp.o -MF lib/TableGen/CMakeFiles/LLVMTableGen.dir/DetailedRecordsBackend.cpp.o.d -o lib/TableGen/CMakeFiles/LLVMTableGen.dir/DetailedRecordsBackend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen/DetailedRecordsBackend.cpp [150/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/TableGen/CMakeFiles/LLVMTableGen.dir/TableGenBackendSkeleton.cpp.o -MF lib/TableGen/CMakeFiles/LLVMTableGen.dir/TableGenBackendSkeleton.cpp.o.d -o lib/TableGen/CMakeFiles/LLVMTableGen.dir/TableGenBackendSkeleton.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen/TableGenBackendSkeleton.cpp [151/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/TableGen/CMakeFiles/LLVMTableGen.dir/Main.cpp.o -MF lib/TableGen/CMakeFiles/LLVMTableGen.dir/Main.cpp.o.d -o lib/TableGen/CMakeFiles/LLVMTableGen.dir/Main.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen/Main.cpp [152/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/TableGen/CMakeFiles/LLVMTableGen.dir/JSONBackend.cpp.o -MF lib/TableGen/CMakeFiles/LLVMTableGen.dir/JSONBackend.cpp.o.d -o lib/TableGen/CMakeFiles/LLVMTableGen.dir/JSONBackend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen/JSONBackend.cpp [153/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGLexer.cpp.o -MF lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGLexer.cpp.o.d -o lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGLexer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen/TGLexer.cpp [154/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/TableGen/CMakeFiles/LLVMTableGen.dir/SetTheory.cpp.o -MF lib/TableGen/CMakeFiles/LLVMTableGen.dir/SetTheory.cpp.o.d -o lib/TableGen/CMakeFiles/LLVMTableGen.dir/SetTheory.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen/SetTheory.cpp [155/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/Attributes.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/Attributes.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/Attributes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/Attributes.cpp [156/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/CallingConvEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/CallingConvEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CallingConvEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/CallingConvEmitter.cpp [157/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/AsmWriterInst.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/AsmWriterInst.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/AsmWriterInst.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/AsmWriterInst.cpp [158/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeBeadsGen.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeBeadsGen.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeBeadsGen.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/CodeBeadsGen.cpp [159/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/TableGen/CMakeFiles/LLVMTableGen.dir/Record.cpp.o -MF lib/TableGen/CMakeFiles/LLVMTableGen.dir/Record.cpp.o.d -o lib/TableGen/CMakeFiles/LLVMTableGen.dir/Record.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen/Record.cpp [160/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGParser.cpp.o -MF lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGParser.cpp.o.d -o lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TableGen/TGParser.cpp [161/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMTableGen.a && /usr/bin/ar qc lib/libLLVMTableGen.a lib/TableGen/CMakeFiles/LLVMTableGen.dir/DetailedRecordsBackend.cpp.o lib/TableGen/CMakeFiles/LLVMTableGen.dir/Error.cpp.o lib/TableGen/CMakeFiles/LLVMTableGen.dir/JSONBackend.cpp.o lib/TableGen/CMakeFiles/LLVMTableGen.dir/Main.cpp.o lib/TableGen/CMakeFiles/LLVMTableGen.dir/Record.cpp.o lib/TableGen/CMakeFiles/LLVMTableGen.dir/SetTheory.cpp.o lib/TableGen/CMakeFiles/LLVMTableGen.dir/StringMatcher.cpp.o lib/TableGen/CMakeFiles/LLVMTableGen.dir/TableGenBackend.cpp.o lib/TableGen/CMakeFiles/LLVMTableGen.dir/TableGenBackendSkeleton.cpp.o lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGLexer.cpp.o lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGParser.cpp.o && /usr/bin/ranlib lib/libLLVMTableGen.a && : [162/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenHwModes.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenHwModes.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenHwModes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/CodeGenHwModes.cpp [163/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/AsmWriterEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/AsmWriterEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/AsmWriterEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/AsmWriterEmitter.cpp [164/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeEmitterGen.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeEmitterGen.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeEmitterGen.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/CodeEmitterGen.cpp [165/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenMapTable.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenMapTable.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenMapTable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/CodeGenMapTable.cpp [166/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/AsmMatcherEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/AsmMatcherEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/AsmMatcherEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/AsmMatcherEmitter.cpp [167/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenInstruction.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenInstruction.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenInstruction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/CodeGenInstruction.cpp [168/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/DAGISelEmitter.cpp [169/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcherOpt.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcherOpt.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcherOpt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/DAGISelMatcherOpt.cpp [170/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcherEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcherEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcherEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp [171/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcher.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcher.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcher.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/DAGISelMatcher.cpp [172/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcherGen.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcherGen.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcherGen.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/DAGISelMatcherGen.cpp [173/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenSchedule.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenSchedule.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenSchedule.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/CodeGenSchedule.cpp [174/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenTarget.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenTarget.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenTarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/CodeGenTarget.cpp [175/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenRegisters.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenRegisters.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenRegisters.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/CodeGenRegisters.cpp [176/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/DFAEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/DFAEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/DFAEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/DFAEmitter.cpp [177/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/ExegesisEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/ExegesisEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/ExegesisEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/ExegesisEmitter.cpp [178/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/DisassemblerEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/DisassemblerEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/DisassemblerEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/DisassemblerEmitter.cpp [179/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/DirectiveEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/DirectiveEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/DirectiveEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/DirectiveEmitter.cpp [180/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenDAGPatterns.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenDAGPatterns.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenDAGPatterns.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/CodeGenDAGPatterns.cpp [181/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/DFAPacketizerEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/DFAPacketizerEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/DFAPacketizerEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/DFAPacketizerEmitter.cpp [182/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/FastISelEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/FastISelEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/FastISelEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/FastISelEmitter.cpp [183/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/InfoByHwMode.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/InfoByHwMode.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/InfoByHwMode.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/InfoByHwMode.cpp [184/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/OptEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/OptEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/OptEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/OptEmitter.cpp [185/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/InstrDocsEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/InstrDocsEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/InstrDocsEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/InstrDocsEmitter.cpp [186/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/GICombinerEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/GICombinerEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/GICombinerEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/GICombinerEmitter.cpp [187/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/IntrinsicEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/IntrinsicEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/IntrinsicEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/IntrinsicEmitter.cpp [188/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/FixedLenDecoderEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/FixedLenDecoderEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/FixedLenDecoderEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp [189/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/InstrInfoEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/InstrInfoEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/InstrInfoEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/InstrInfoEmitter.cpp [190/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/OptParserEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/OptParserEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/OptParserEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/OptParserEmitter.cpp [191/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/OptRSTEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/OptRSTEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/OptRSTEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/OptRSTEmitter.cpp [192/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/SDNodeProperties.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/SDNodeProperties.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/SDNodeProperties.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/SDNodeProperties.cpp [193/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/PredicateExpander.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/PredicateExpander.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/PredicateExpander.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/PredicateExpander.cpp [194/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/PseudoLoweringEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/PseudoLoweringEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/PseudoLoweringEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/PseudoLoweringEmitter.cpp [195/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/RegisterBankEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/RegisterBankEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/RegisterBankEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/RegisterBankEmitter.cpp [196/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/Types.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/Types.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/Types.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/Types.cpp [197/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/SubtargetFeatureInfo.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/SubtargetFeatureInfo.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/SubtargetFeatureInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/SubtargetFeatureInfo.cpp [198/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/TableGen.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/TableGen.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/TableGen.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/TableGen.cpp [199/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/RISCVCompressInstEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/RISCVCompressInstEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/RISCVCompressInstEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/RISCVCompressInstEmitter.cpp [200/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86ModRMFilters.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86ModRMFilters.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86ModRMFilters.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/X86ModRMFilters.cpp [201/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/SearchableTableEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/SearchableTableEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/SearchableTableEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/SearchableTableEmitter.cpp [202/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/WebAssemblyDisassemblerEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/WebAssemblyDisassemblerEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/WebAssemblyDisassemblerEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/WebAssemblyDisassemblerEmitter.cpp [203/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86DisassemblerTables.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86DisassemblerTables.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86DisassemblerTables.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/X86DisassemblerTables.cpp [204/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86EVEX2VEXTablesEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86EVEX2VEXTablesEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86EVEX2VEXTablesEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp [205/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86FoldTablesEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86FoldTablesEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86FoldTablesEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/X86FoldTablesEmitter.cpp [206/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/CodeExpander.cpp.o -MF utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/CodeExpander.cpp.o.d -o utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/CodeExpander.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/GlobalISel/CodeExpander.cpp [207/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86RecognizableInstr.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86RecognizableInstr.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86RecognizableInstr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/X86RecognizableInstr.cpp [208/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/CTagsEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/CTagsEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CTagsEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/CTagsEmitter.cpp [209/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagEdge.cpp.o -MF utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagEdge.cpp.o.d -o utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagEdge.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/GlobalISel/GIMatchDagEdge.cpp [210/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagInstr.cpp.o -MF utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagInstr.cpp.o.d -o utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagInstr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/GlobalISel/GIMatchDagInstr.cpp [211/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/SubtargetEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/SubtargetEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/SubtargetEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/SubtargetEmitter.cpp [212/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/include/llvm/Support && /usr/local/bin/cmake -DNAMES=LLVM -DLLVM_SOURCE_DIR=/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm -DHEADER_FILE=/usr/obj/ports/llvm-13.0.0/build-sparc64/include/llvm/Support/VCSRevision.h -P /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/cmake/modules/GenerateVersionFromVCS.cmake -- Could NOT find Git (missing: GIT_EXECUTABLE) CMake Warning at /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/cmake/modules/VersionFromVCS.cmake:49 (message): Git not found. Version cannot be determined. Call Stack (most recent call first): /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/cmake/modules/GenerateVersionFromVCS.cmake:23 (get_source_info) /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/cmake/modules/GenerateVersionFromVCS.cmake:45 (append_info) [213/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/RegisterInfoEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/RegisterInfoEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/RegisterInfoEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/RegisterInfoEmitter.cpp [214/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/CMakeFiles/llvm-tblgen.dir/GlobalISelEmitter.cpp.o -MF utils/TableGen/CMakeFiles/llvm-tblgen.dir/GlobalISelEmitter.cpp.o.d -o utils/TableGen/CMakeFiles/llvm-tblgen.dir/GlobalISelEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/GlobalISelEmitter.cpp [215/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagOperands.cpp.o -MF utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagOperands.cpp.o.d -o utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagOperands.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/GlobalISel/GIMatchDagOperands.cpp [216/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDag.cpp.o -MF utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDag.cpp.o.d -o utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDag.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/GlobalISel/GIMatchDag.cpp [217/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagPredicateDependencyEdge.cpp.o -MF utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagPredicateDependencyEdge.cpp.o.d -o utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagPredicateDependencyEdge.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/GlobalISel/GIMatchDagPredicateDependencyEdge.cpp [218/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagPredicate.cpp.o -MF utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagPredicate.cpp.o.d -o utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagPredicate.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp [219/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Minidump.cpp.o -MF lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Minidump.cpp.o.d -o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Minidump.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat/Minidump.cpp [220/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MachO.cpp.o -MF lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MachO.cpp.o.d -o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MachO.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat/MachO.cpp [221/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Magic.cpp.o -MF lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Magic.cpp.o.d -o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Magic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat/Magic.cpp [222/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/AMDGPUMetadataVerifier.cpp.o -MF lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/AMDGPUMetadataVerifier.cpp.o.d -o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/AMDGPUMetadataVerifier.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat/AMDGPUMetadataVerifier.cpp [223/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/ELF.cpp.o -MF lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/ELF.cpp.o.d -o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/ELF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat/ELF.cpp [224/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackWriter.cpp.o -MF lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackWriter.cpp.o.d -o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat/MsgPackWriter.cpp [225/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackReader.cpp.o -MF lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackReader.cpp.o.d -o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackReader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat/MsgPackReader.cpp [226/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackDocument.cpp.o -MF lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackDocument.cpp.o.d -o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackDocument.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat/MsgPackDocument.cpp [227/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Wasm.cpp.o -MF lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Wasm.cpp.o.d -o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Wasm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat/Wasm.cpp [228/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackDocumentYAML.cpp.o -MF lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackDocumentYAML.cpp.o.d -o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackDocumentYAML.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat/MsgPackDocumentYAML.cpp [229/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Extensions -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Extensions -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Extensions/CMakeFiles/LLVMExtensions.dir/Extensions.cpp.o -MF lib/Extensions/CMakeFiles/LLVMExtensions.dir/Extensions.cpp.o.d -o lib/Extensions/CMakeFiles/LLVMExtensions.dir/Extensions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Extensions/Extensions.cpp [230/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMExtensions.a && /usr/bin/ar qc lib/libLLVMExtensions.a lib/Extensions/CMakeFiles/LLVMExtensions.dir/Extensions.cpp.o && /usr/bin/ranlib lib/libLLVMExtensions.a && : [231/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/XCOFF.cpp.o -MF lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/XCOFF.cpp.o.d -o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/XCOFF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat/XCOFF.cpp [232/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/TableGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchTree.cpp.o -MF utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchTree.cpp.o.d -o utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchTree.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/TableGen/GlobalISel/GIMatchTree.cpp [233/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMTableGenGlobalISel.a && /usr/bin/ar qc lib/libLLVMTableGenGlobalISel.a utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/CodeExpander.cpp.o utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDag.cpp.o utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagEdge.cpp.o utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagInstr.cpp.o utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagOperands.cpp.o utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagPredicate.cpp.o utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchDagPredicateDependencyEdge.cpp.o utils/TableGen/GlobalISel/CMakeFiles/LLVMTableGenGlobalISel.dir/GIMatchTree.cpp.o && /usr/bin/ranlib lib/libLLVMTableGenGlobalISel.a && : [234/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Dwarf.cpp.o -MF lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Dwarf.cpp.o.d -o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Dwarf.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/BinaryFormat/Dwarf.cpp [235/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMBinaryFormat.a && /usr/bin/ar qc lib/libLLVMBinaryFormat.a lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/AMDGPUMetadataVerifier.cpp.o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Dwarf.cpp.o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/ELF.cpp.o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MachO.cpp.o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Magic.cpp.o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Minidump.cpp.o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackDocument.cpp.o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackDocumentYAML.cpp.o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackReader.cpp.o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/MsgPackWriter.cpp.o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/Wasm.cpp.o lib/BinaryFormat/CMakeFiles/LLVMBinaryFormat.dir/XCOFF.cpp.o && /usr/bin/ranlib lib/libLLVMBinaryFormat.a && : [236/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 utils/TableGen/CMakeFiles/llvm-tblgen.dir/AsmMatcherEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/AsmWriterEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/AsmWriterInst.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/Attributes.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CallingConvEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeBeadsGen.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeEmitterGen.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenDAGPatterns.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenHwModes.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenInstruction.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenMapTable.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenRegisters.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenSchedule.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CodeGenTarget.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcherEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcherGen.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcherOpt.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/DAGISelMatcher.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/DFAEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/DFAPacketizerEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/DirectiveEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/DisassemblerEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/ExegesisEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/FastISelEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/FixedLenDecoderEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/GICombinerEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/GlobalISelEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/InfoByHwMode.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/InstrInfoEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/InstrDocsEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/IntrinsicEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/OptEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/OptParserEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/OptRSTEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/PredicateExpander.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/PseudoLoweringEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/RISCVCompressInstEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/RegisterBankEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/RegisterInfoEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/SDNodeProperties.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/SearchableTableEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/SubtargetEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/SubtargetFeatureInfo.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/TableGen.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/Types.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86DisassemblerTables.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86EVEX2VEXTablesEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86FoldTablesEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86ModRMFilters.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/X86RecognizableInstr.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/WebAssemblyDisassemblerEmitter.cpp.o utils/TableGen/CMakeFiles/llvm-tblgen.dir/CTagsEmitter.cpp.o -o bin/llvm-tblgen -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVMSupport.a lib/libLLVMTableGen.a -lpthread lib/libLLVMTableGenGlobalISel.a lib/libLLVMTableGen.a lib/libLLVMSupport.a -lexecinfo -lpthread -lm /usr/lib/libz.so.7.0 lib/libLLVMDemangle.a -Wl,-rpath-link,/usr/X11R6/lib && : [237/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-attrs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Attributes.td --write-if-changed -o include/llvm/IR/Attributes.inc -d include/llvm/IR/Attributes.inc.d [238/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoCOFF.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoCOFF.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoCOFF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCAsmInfoCOFF.cpp [239/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-intrinsic-enums -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Intrinsics.td --write-if-changed -o include/llvm/IR/IntrinsicEnums.inc -d include/llvm/IR/IntrinsicEnums.inc.d [240/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-intrinsic-impl -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Intrinsics.td --write-if-changed -o include/llvm/IR/IntrinsicImpl.inc -d include/llvm/IR/IntrinsicImpl.inc.d [241/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=aarch64 -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Intrinsics.td --write-if-changed -o include/llvm/IR/IntrinsicsAArch64.h -d include/llvm/IR/IntrinsicsAArch64.h.d [242/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=amdgcn -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Intrinsics.td --write-if-changed -o include/llvm/IR/IntrinsicsAMDGPU.h -d include/llvm/IR/IntrinsicsAMDGPU.h.d [243/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/ConstantPools.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/ConstantPools.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/ConstantPools.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/ConstantPools.cpp [244/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=arm -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Intrinsics.td --write-if-changed -o include/llvm/IR/IntrinsicsARM.h -d include/llvm/IR/IntrinsicsARM.h.d [245/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCAsmBackend.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCAsmBackend.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCAsmBackend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCAsmBackend.cpp [246/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=bpf -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Intrinsics.td --write-if-changed -o include/llvm/IR/IntrinsicsBPF.h -d include/llvm/IR/IntrinsicsBPF.h.d [247/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=mips -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Intrinsics.td --write-if-changed -o include/llvm/IR/IntrinsicsMips.h -d include/llvm/IR/IntrinsicsMips.h.d [248/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=hexagon -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Intrinsics.td --write-if-changed -o include/llvm/IR/IntrinsicsHexagon.h -d include/llvm/IR/IntrinsicsHexagon.h.d [249/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/FileCheck -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/FileCheck -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/FileCheck/CMakeFiles/LLVMFileCheck.dir/FileCheck.cpp.o -MF lib/FileCheck/CMakeFiles/LLVMFileCheck.dir/FileCheck.cpp.o.d -o lib/FileCheck/CMakeFiles/LLVMFileCheck.dir/FileCheck.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/FileCheck/FileCheck.cpp [250/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=nvvm -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Intrinsics.td --write-if-changed -o include/llvm/IR/IntrinsicsNVPTX.h -d include/llvm/IR/IntrinsicsNVPTX.h.d [251/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=r600 -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Intrinsics.td --write-if-changed -o include/llvm/IR/IntrinsicsR600.h -d include/llvm/IR/IntrinsicsR600.h.d [252/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=riscv -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Intrinsics.td --write-if-changed -o include/llvm/IR/IntrinsicsRISCV.h -d include/llvm/IR/IntrinsicsRISCV.h.d [253/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=ppc -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Intrinsics.td --write-if-changed -o include/llvm/IR/IntrinsicsPowerPC.h -d include/llvm/IR/IntrinsicsPowerPC.h.d [254/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=s390 -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Intrinsics.td --write-if-changed -o include/llvm/IR/IntrinsicsS390.h -d include/llvm/IR/IntrinsicsS390.h.d [255/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=ve -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Intrinsics.td --write-if-changed -o include/llvm/IR/IntrinsicsVE.h -d include/llvm/IR/IntrinsicsVE.h.d [256/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen --gen-directive-decl -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Frontend/OpenACC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Frontend/OpenACC/ACC.td --write-if-changed -o include/llvm/Frontend/OpenACC/ACC.h.inc -d include/llvm/Frontend/OpenACC/ACC.h.inc.d [257/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen --gen-directive-impl -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Frontend/OpenACC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Frontend/OpenACC/ACC.td --write-if-changed -o include/llvm/Frontend/OpenACC/ACC.inc -d include/llvm/Frontend/OpenACC/ACC.inc.d [258/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen --gen-directive-decl -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Frontend/OpenMP -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Frontend/OpenMP/OMP.td --write-if-changed -o include/llvm/Frontend/OpenMP/OMP.h.inc -d include/llvm/Frontend/OpenMP/OMP.h.inc.d [259/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen --gen-directive-impl -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Frontend/OpenMP -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Frontend/OpenMP/OMP.td --write-if-changed -o include/llvm/Frontend/OpenMP/OMP.inc -d include/llvm/Frontend/OpenMP/OMP.inc.d [260/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMFileCheck.a && /usr/bin/ar qc lib/libLLVMFileCheck.a lib/FileCheck/CMakeFiles/LLVMFileCheck.dir/FileCheck.cpp.o && /usr/bin/ranlib lib/libLLVMFileCheck.a && : [261/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=wasm -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Intrinsics.td --write-if-changed -o include/llvm/IR/IntrinsicsWebAssembly.h -d include/llvm/IR/IntrinsicsWebAssembly.h.d [262/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=xcore -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Intrinsics.td --write-if-changed -o include/llvm/IR/IntrinsicsXCore.h -d include/llvm/IR/IntrinsicsXCore.h.d [263/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-intrinsic-enums -intrinsic-prefix=x86 -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Intrinsics.td --write-if-changed -o include/llvm/IR/IntrinsicsX86.h -d include/llvm/IR/IntrinsicsX86.h.d [264/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfo.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfo.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCAsmInfo.cpp [265/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Frontend/OpenACC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Frontend/OpenACC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Frontend/OpenACC/CMakeFiles/LLVMFrontendOpenACC.dir/ACC.cpp.o -MF lib/Frontend/OpenACC/CMakeFiles/LLVMFrontendOpenACC.dir/ACC.cpp.o.d -o lib/Frontend/OpenACC/CMakeFiles/LLVMFrontendOpenACC.dir/ACC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Frontend/OpenACC/ACC.cpp [266/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoWasm.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoWasm.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoWasm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCAsmInfoWasm.cpp [267/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Bitstream/Reader -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Bitstream/Reader -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Bitstream/Reader/CMakeFiles/LLVMBitstreamReader.dir/BitstreamReader.cpp.o -MF lib/Bitstream/Reader/CMakeFiles/LLVMBitstreamReader.dir/BitstreamReader.cpp.o.d -o lib/Bitstream/Reader/CMakeFiles/LLVMBitstreamReader.dir/BitstreamReader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Bitstream/Reader/BitstreamReader.cpp [268/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoDarwin.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoDarwin.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoDarwin.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCAsmInfoDarwin.cpp [269/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/ELFObjectWriter.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/ELFObjectWriter.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/ELFObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/ELFObjectWriter.cpp [270/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoELF.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoELF.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoELF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCAsmInfoELF.cpp [271/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/Assumptions.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Assumptions.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Assumptions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Assumptions.cpp [272/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/BuiltinGCs.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/BuiltinGCs.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/BuiltinGCs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/BuiltinGCs.cpp [273/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/AbstractCallSite.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/AbstractCallSite.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/AbstractCallSite.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/AbstractCallSite.cpp [274/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/Comdat.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Comdat.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Comdat.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Comdat.cpp [275/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/BasicBlock.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/BasicBlock.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/BasicBlock.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/BasicBlock.cpp [276/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/Attributes.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Attributes.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Attributes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Attributes.cpp [277/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/ConstantRange.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/ConstantRange.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/ConstantRange.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/ConstantRange.cpp [278/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/DataLayout.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/DataLayout.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/DataLayout.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/DataLayout.cpp [279/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/ConstantFold.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/ConstantFold.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/ConstantFold.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/ConstantFold.cpp [280/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/AsmWriter.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/AsmWriter.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/AsmWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/AsmWriter.cpp [281/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/Core.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Core.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Core.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Core.cpp /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Core.cpp: In function 'void LLVMContextSetDiagnosticHandler(LLVMContextRef, LLVMDiagnosticHandler, void*)': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Core.cpp:88:18: warning: cast between incompatible function types from 'LLVMDiagnosticHandler' {aka 'void (*)(LLVMOpaqueDiagnosticInfo*, void*)'} to 'llvm::DiagnosticHandler::DiagnosticHandlerTy' {aka 'void (*)(const llvm::DiagnosticInfo&, void*)'} [-Wcast-function-type] Handler), ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Core.cpp: In function 'void (* LLVMContextGetDiagnosticHandler(LLVMContextRef))(LLVMDiagnosticInfoRef, void*)': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Core.cpp:94:48: warning: cast between incompatible function types from 'llvm::DiagnosticHandler::DiagnosticHandlerTy' {aka 'void (*)(const llvm::DiagnosticInfo&, void*)'} to 'LLVMDiagnosticHandler' {aka 'void (*)(LLVMOpaqueDiagnosticInfo*, void*)'} [-Wcast-function-type] unwrap(C)->getDiagnosticHandlerCallBack()); ^ [282/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/DIBuilder.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/DIBuilder.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/DIBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/DIBuilder.cpp [283/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/AutoUpgrade.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/AutoUpgrade.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/AutoUpgrade.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/AutoUpgrade.cpp [284/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticHandler.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticHandler.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticHandler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/DiagnosticHandler.cpp [285/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticPrinter.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticPrinter.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/DiagnosticPrinter.cpp [286/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/Constants.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Constants.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Constants.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Constants.cpp [287/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/FPEnv.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/FPEnv.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/FPEnv.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/FPEnv.cpp [288/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/GVMaterializer.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/GVMaterializer.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/GVMaterializer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/GVMaterializer.cpp [289/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/GCStrategy.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/GCStrategy.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/GCStrategy.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/GCStrategy.cpp [290/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/DebugLoc.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/DebugLoc.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/DebugLoc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/DebugLoc.cpp [291/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/DebugInfo.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/DebugInfo.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/DebugInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/DebugInfo.cpp [292/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticInfo.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticInfo.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/DiagnosticInfo.cpp [293/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/IRPrintingPasses.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/IRPrintingPasses.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/IRPrintingPasses.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/IRPrintingPasses.cpp [294/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/InlineAsm.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/InlineAsm.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/InlineAsm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/InlineAsm.cpp [295/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/Instruction.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Instruction.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Instruction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Instruction.cpp [296/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/IRBuilder.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/IRBuilder.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/IRBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/IRBuilder.cpp [297/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/Globals.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Globals.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Globals.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Globals.cpp [298/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/DebugInfoMetadata.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/DebugInfoMetadata.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/DebugInfoMetadata.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/DebugInfoMetadata.cpp [299/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/Dominators.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Dominators.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Dominators.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Dominators.cpp [300/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/Function.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Function.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Function.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Function.cpp [301/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/Instructions.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Instructions.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Instructions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Instructions.cpp [302/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/IntrinsicInst.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/IntrinsicInst.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/IntrinsicInst.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/IntrinsicInst.cpp [303/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/MDBuilder.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/MDBuilder.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/MDBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/MDBuilder.cpp [304/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/LLVMRemarkStreamer.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/LLVMRemarkStreamer.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/LLVMRemarkStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/LLVMRemarkStreamer.cpp [305/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/LLVMContext.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/LLVMContext.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/LLVMContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/LLVMContext.cpp [306/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/Mangler.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Mangler.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Mangler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Mangler.cpp [307/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/OptBisect.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/OptBisect.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/OptBisect.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/OptBisect.cpp [308/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/LegacyPassManager.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/LegacyPassManager.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/LegacyPassManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/LegacyPassManager.cpp [309/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/Operator.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Operator.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Operator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Operator.cpp [310/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/PassInstrumentation.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/PassInstrumentation.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/PassInstrumentation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/PassInstrumentation.cpp [311/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/PassRegistry.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/PassRegistry.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/PassRegistry.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/PassRegistry.cpp [312/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/Pass.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Pass.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Pass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Pass.cpp [313/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/Module.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Module.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Module.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Module.cpp [314/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/ModuleSummaryIndex.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/ModuleSummaryIndex.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/ModuleSummaryIndex.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/ModuleSummaryIndex.cpp [315/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/LLVMContextImpl.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/LLVMContextImpl.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/LLVMContextImpl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/LLVMContextImpl.cpp [316/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/PrintPasses.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/PrintPasses.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/PrintPasses.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/PrintPasses.cpp [317/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/PassTimingInfo.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/PassTimingInfo.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/PassTimingInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/PassTimingInfo.cpp [318/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/StructuralHash.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/StructuralHash.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/StructuralHash.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/StructuralHash.cpp [319/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/ProfileSummary.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/ProfileSummary.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/ProfileSummary.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/ProfileSummary.cpp [320/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/PassManager.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/PassManager.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/PassManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/PassManager.cpp [321/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/Statepoint.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Statepoint.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Statepoint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Statepoint.cpp [322/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/Use.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Use.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Use.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Use.cpp [323/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/PseudoProbe.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/PseudoProbe.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/PseudoProbe.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/PseudoProbe.cpp [324/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/User.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/User.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/User.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/User.cpp [325/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/ValueSymbolTable.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/ValueSymbolTable.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/ValueSymbolTable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/ValueSymbolTable.cpp [326/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/ReplaceConstant.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/ReplaceConstant.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/ReplaceConstant.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/ReplaceConstant.cpp [327/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/TypeFinder.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/TypeFinder.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/TypeFinder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/TypeFinder.cpp [328/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/SafepointIRVerifier.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/SafepointIRVerifier.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/SafepointIRVerifier.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/SafepointIRVerifier.cpp [329/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/Metadata.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Metadata.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Metadata.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Metadata.cpp [330/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/Type.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Type.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Type.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Type.cpp [331/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/FuzzMutate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/FuzzMutate -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/OpDescriptor.cpp.o -MF lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/OpDescriptor.cpp.o.d -o lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/OpDescriptor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/FuzzMutate/OpDescriptor.cpp [332/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/Value.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Value.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Value.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Value.cpp [333/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/FuzzMutate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/FuzzMutate -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/FuzzerCLI.cpp.o -MF lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/FuzzerCLI.cpp.o.d -o lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/FuzzerCLI.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/FuzzMutate/FuzzerCLI.cpp [334/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/FuzzMutate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/FuzzMutate -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/Operations.cpp.o -MF lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/Operations.cpp.o.d -o lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/Operations.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/FuzzMutate/Operations.cpp [335/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/InterfaceStub -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/InterfaceStub -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/IFSHandler.cpp.o -MF lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/IFSHandler.cpp.o.d -o lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/IFSHandler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/InterfaceStub/IFSHandler.cpp [336/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/InterfaceStub -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/InterfaceStub -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/IFSStub.cpp.o -MF lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/IFSStub.cpp.o.d -o lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/IFSStub.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/InterfaceStub/IFSStub.cpp /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/InterfaceStub/IFSStub.cpp: In copy constructor 'llvm::ifs::IFSStubTriple::IFSStubTriple(const llvm::ifs::IFSStubTriple&)': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/InterfaceStub/IFSStub.cpp:32:1: warning: base class 'struct llvm::ifs::IFSStub' should be explicitly initialized in the copy constructor [-Wextra] IFSStubTriple::IFSStubTriple(IFSStubTriple const &Stub) { ^~~~~~~~~~~~~ [337/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/FuzzMutate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/FuzzMutate -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/RandomIRBuilder.cpp.o -MF lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/RandomIRBuilder.cpp.o.d -o lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/RandomIRBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/FuzzMutate/RandomIRBuilder.cpp [338/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/FuzzMutate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/FuzzMutate -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/IRMutator.cpp.o -MF lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/IRMutator.cpp.o.d -o lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/IRMutator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/FuzzMutate/IRMutator.cpp [339/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/InterfaceStub -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/InterfaceStub -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/ELFObjHandler.cpp.o -MF lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/ELFObjHandler.cpp.o.d -o lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/ELFObjHandler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/InterfaceStub/ELFObjHandler.cpp [340/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AllocationOrder.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AllocationOrder.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AllocationOrder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AllocationOrder.cpp [341/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IRReader -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IRReader -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IRReader/CMakeFiles/LLVMIRReader.dir/IRReader.cpp.o -MF lib/IRReader/CMakeFiles/LLVMIRReader.dir/IRReader.cpp.o.d -o lib/IRReader/CMakeFiles/LLVMIRReader.dir/IRReader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IRReader/IRReader.cpp [342/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AggressiveAntiDepBreaker.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AggressiveAntiDepBreaker.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AggressiveAntiDepBreaker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp [343/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BreakFalseDeps.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BreakFalseDeps.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BreakFalseDeps.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/BreakFalseDeps.cpp [344/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/IR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/Verifier.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Verifier.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Verifier.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/IR/Verifier.cpp [345/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BasicTargetTransformInfo.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BasicTargetTransformInfo.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BasicTargetTransformInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/BasicTargetTransformInfo.cpp [346/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BranchRelaxation.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BranchRelaxation.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BranchRelaxation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/BranchRelaxation.cpp [347/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AtomicExpandPass.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AtomicExpandPass.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AtomicExpandPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AtomicExpandPass.cpp [348/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/Analysis.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/Analysis.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/Analysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/Analysis.cpp [349/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BranchFolding.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BranchFolding.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BranchFolding.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/BranchFolding.cpp [350/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGen.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGen.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGen.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/CodeGen.cpp [351/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CFGuardLongjmp.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CFGuardLongjmp.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CFGuardLongjmp.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/CFGuardLongjmp.cpp [352/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BasicBlockSections.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BasicBlockSections.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BasicBlockSections.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/BasicBlockSections.cpp [353/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CallingConvLower.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CallingConvLower.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CallingConvLower.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/CallingConvLower.cpp [354/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CalcSpillWeights.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CalcSpillWeights.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CalcSpillWeights.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/CalcSpillWeights.cpp [355/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DetectDeadLanes.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DetectDeadLanes.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DetectDeadLanes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/DetectDeadLanes.cpp [356/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGenPassBuilder.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGenPassBuilder.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGenPassBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/CodeGenPassBuilder.cpp [357/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CFIInstrInserter.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CFIInstrInserter.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CFIInstrInserter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/CFIInstrInserter.cpp [358/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DeadMachineInstructionElim.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DeadMachineInstructionElim.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DeadMachineInstructionElim.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp [359/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CommandFlags.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CommandFlags.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CommandFlags.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/CommandFlags.cpp [360/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CriticalAntiDepBreaker.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CriticalAntiDepBreaker.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CriticalAntiDepBreaker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp [361/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EdgeBundles.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EdgeBundles.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EdgeBundles.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/EdgeBundles.cpp [362/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DFAPacketizer.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DFAPacketizer.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DFAPacketizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/DFAPacketizer.cpp [363/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EHContGuardCatchret.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EHContGuardCatchret.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EHContGuardCatchret.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/EHContGuardCatchret.cpp [364/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExecutionDomainFix.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExecutionDomainFix.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExecutionDomainFix.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ExecutionDomainFix.cpp [365/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DwarfEHPrepare.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DwarfEHPrepare.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DwarfEHPrepare.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/DwarfEHPrepare.cpp [366/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandPostRAPseudos.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandPostRAPseudos.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandPostRAPseudos.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ExpandPostRAPseudos.cpp [367/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandReductions.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandReductions.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandReductions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ExpandReductions.cpp [368/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EarlyIfConversion.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EarlyIfConversion.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EarlyIfConversion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/EarlyIfConversion.cpp [369/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandVectorPredication.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandVectorPredication.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandVectorPredication.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ExpandVectorPredication.cpp [370/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FaultMaps.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FaultMaps.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FaultMaps.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/FaultMaps.cpp [371/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FEntryInserter.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FEntryInserter.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FEntryInserter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/FEntryInserter.cpp [372/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandMemCmp.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandMemCmp.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandMemCmp.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ExpandMemCmp.cpp [373/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCMetadataPrinter.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCMetadataPrinter.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCMetadataPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GCMetadataPrinter.cpp [374/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FinalizeISel.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FinalizeISel.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FinalizeISel.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/FinalizeISel.cpp [375/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FuncletLayout.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FuncletLayout.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FuncletLayout.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/FuncletLayout.cpp [376/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCMetadata.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCMetadata.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCMetadata.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GCMetadata.cpp [377/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FixupStatepointCallerSaved.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FixupStatepointCallerSaved.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FixupStatepointCallerSaved.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/FixupStatepointCallerSaved.cpp [378/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGenPrepare.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGenPrepare.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGenPrepare.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/CodeGenPrepare.cpp [379/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GlobalMerge.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GlobalMerge.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GlobalMerge.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalMerge.cpp [380/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/HardwareLoops.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/HardwareLoops.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/HardwareLoops.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/HardwareLoops.cpp [381/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCRootLowering.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCRootLowering.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCRootLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GCRootLowering.cpp [382/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ImplicitNullChecks.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ImplicitNullChecks.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ImplicitNullChecks.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ImplicitNullChecks.cpp [383/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterferenceCache.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterferenceCache.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterferenceCache.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/InterferenceCache.cpp [384/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IndirectBrExpandPass.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IndirectBrExpandPass.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IndirectBrExpandPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/IndirectBrExpandPass.cpp [385/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LatencyPriorityQueue.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LatencyPriorityQueue.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LatencyPriorityQueue.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LatencyPriorityQueue.cpp [386/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IntrinsicLowering.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IntrinsicLowering.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IntrinsicLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/IntrinsicLowering.cpp [387/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterleavedAccessPass.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterleavedAccessPass.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterleavedAccessPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/InterleavedAccessPass.cpp [388/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LexicalScopes.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LexicalScopes.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LexicalScopes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LexicalScopes.cpp [389/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InlineSpiller.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InlineSpiller.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InlineSpiller.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/InlineSpiller.cpp [390/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IfConversion.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IfConversion.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IfConversion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/IfConversion.cpp [391/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LazyMachineBlockFrequencyInfo.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LazyMachineBlockFrequencyInfo.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LazyMachineBlockFrequencyInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LazyMachineBlockFrequencyInfo.cpp [392/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterleavedLoadCombinePass.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterleavedLoadCombinePass.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterleavedLoadCombinePass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp [393/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervalUnion.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervalUnion.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervalUnion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LiveIntervalUnion.cpp [394/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveInterval.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveInterval.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveInterval.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LiveInterval.cpp [395/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervalCalc.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervalCalc.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervalCalc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LiveIntervalCalc.cpp [396/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LivePhysRegs.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LivePhysRegs.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LivePhysRegs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LivePhysRegs.cpp [397/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeCalc.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeCalc.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeCalc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LiveRangeCalc.cpp [398/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugVariables.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugVariables.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugVariables.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LiveDebugVariables.cpp [399/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervals.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervals.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervals.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LiveIntervals.cpp [400/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeShrink.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeShrink.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeShrink.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LiveRangeShrink.cpp [401/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeEdit.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeEdit.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeEdit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LiveRangeEdit.cpp [402/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRegUnits.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRegUnits.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRegUnits.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LiveRegUnits.cpp [403/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRegMatrix.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRegMatrix.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRegMatrix.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LiveRegMatrix.cpp [404/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveStacks.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveStacks.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveStacks.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LiveStacks.cpp [405/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LowLevelType.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LowLevelType.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LowLevelType.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LowLevelType.cpp [406/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LoopTraversal.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LoopTraversal.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LoopTraversal.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LoopTraversal.cpp [407/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LowerEmuTLS.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LowerEmuTLS.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LowerEmuTLS.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LowerEmuTLS.cpp [408/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LocalStackSlotAllocation.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LocalStackSlotAllocation.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LocalStackSlotAllocation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp [409/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveVariables.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveVariables.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveVariables.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LiveVariables.cpp [410/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBranchProbabilityInfo.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBranchProbabilityInfo.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBranchProbabilityInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineBranchProbabilityInfo.cpp [411/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCombiner.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCombiner.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCombiner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineCombiner.cpp [412/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBlockFrequencyInfo.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBlockFrequencyInfo.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBlockFrequencyInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineBlockFrequencyInfo.cpp [413/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LLVMTargetMachine.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LLVMTargetMachine.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LLVMTargetMachine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LLVMTargetMachine.cpp [414/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCSE.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCSE.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCSE.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineCSE.cpp [415/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBlockPlacement.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBlockPlacement.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBlockPlacement.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineBlockPlacement.cpp [416/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCheckDebugify.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCheckDebugify.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCheckDebugify.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineCheckDebugify.cpp [417/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBasicBlock.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBasicBlock.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBasicBlock.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineBasicBlock.cpp [418/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCopyPropagation.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCopyPropagation.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCopyPropagation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineCopyPropagation.cpp [419/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDominanceFrontier.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDominanceFrontier.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDominanceFrontier.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineDominanceFrontier.cpp [420/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDebugify.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDebugify.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDebugify.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineDebugify.cpp [421/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFrameInfo.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFrameInfo.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFrameInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineFrameInfo.cpp [422/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionPrinterPass.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionPrinterPass.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionPrinterPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineFunctionPrinterPass.cpp [423/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDominators.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDominators.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDominators.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineDominators.cpp [424/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionPass.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionPass.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineFunctionPass.cpp [425/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionSplitter.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionSplitter.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionSplitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineFunctionSplitter.cpp [426/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineInstrBundle.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineInstrBundle.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineInstrBundle.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineInstrBundle.cpp [427/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleInfoImpls.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleInfoImpls.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleInfoImpls.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineModuleInfoImpls.cpp [428/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleSlotTracker.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleSlotTracker.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleSlotTracker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineModuleSlotTracker.cpp [429/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLoopUtils.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLoopUtils.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLoopUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineLoopUtils.cpp [430/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLoopInfo.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLoopInfo.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLoopInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineLoopInfo.cpp [431/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunction.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunction.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineFunction.cpp [432/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineInstr.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineInstr.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineInstr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineInstr.cpp [433/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleInfo.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleInfo.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineModuleInfo.cpp [434/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLICM.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLICM.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLICM.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineLICM.cpp [435/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOptimizationRemarkEmitter.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOptimizationRemarkEmitter.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOptimizationRemarkEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineOptimizationRemarkEmitter.cpp [436/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOperand.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOperand.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOperand.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineOperand.cpp [437/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePassManager.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePassManager.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePassManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachinePassManager.cpp [438/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSizeOpts.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSizeOpts.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSizeOpts.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineSizeOpts.cpp [439/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePostDominators.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePostDominators.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePostDominators.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachinePostDominators.cpp [440/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOutliner.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOutliner.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOutliner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineOutliner.cpp [441/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineRegisterInfo.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineRegisterInfo.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineRegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineRegisterInfo.cpp [442/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineRegionInfo.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineRegionInfo.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineRegionInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineRegionInfo.cpp [443/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineStripDebug.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineStripDebug.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineStripDebug.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineStripDebug.cpp [444/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineScheduler.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineScheduler.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineScheduler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineScheduler.cpp [445/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSSAUpdater.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSSAUpdater.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSSAUpdater.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineSSAUpdater.cpp [446/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePipeliner.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePipeliner.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePipeliner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachinePipeliner.cpp [447/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MultiHazardRecognizer.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MultiHazardRecognizer.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MultiHazardRecognizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MultiHazardRecognizer.cpp [448/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSink.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSink.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSink.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineSink.cpp [449/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineTraceMetrics.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineTraceMetrics.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineTraceMetrics.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineTraceMetrics.cpp [450/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRYamlMapping.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRYamlMapping.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRYamlMapping.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MIRYamlMapping.cpp [451/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PatchableFunction.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PatchableFunction.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PatchableFunction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/PatchableFunction.cpp [452/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MBFIWrapper.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MBFIWrapper.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MBFIWrapper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MBFIWrapper.cpp [453/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/NonRelocatableStringpool.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/NonRelocatableStringpool.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/NonRelocatableStringpool.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/NonRelocatableStringpool.cpp [454/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRFSDiscriminator.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRFSDiscriminator.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRFSDiscriminator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MIRFSDiscriminator.cpp [455/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRPrintingPass.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRPrintingPass.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRPrintingPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MIRPrintingPass.cpp [456/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineVerifier.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineVerifier.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineVerifier.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineVerifier.cpp [457/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/OptimizePHIs.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/OptimizePHIs.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/OptimizePHIs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/OptimizePHIs.cpp [458/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MacroFusion.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MacroFusion.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MacroFusion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MacroFusion.cpp [459/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PHIEliminationUtils.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PHIEliminationUtils.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PHIEliminationUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/PHIEliminationUtils.cpp [460/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ModuloSchedule.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ModuloSchedule.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ModuloSchedule.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ModuloSchedule.cpp [461/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ParallelCG.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ParallelCG.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ParallelCG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ParallelCG.cpp [462/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PostRAHazardRecognizer.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PostRAHazardRecognizer.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PostRAHazardRecognizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/PostRAHazardRecognizer.cpp [463/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PeepholeOptimizer.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PeepholeOptimizer.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PeepholeOptimizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/PeepholeOptimizer.cpp [464/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PreISelIntrinsicLowering.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PreISelIntrinsicLowering.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PreISelIntrinsicLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp [465/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ProcessImplicitDefs.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ProcessImplicitDefs.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ProcessImplicitDefs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ProcessImplicitDefs.cpp [466/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PostRASchedulerList.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PostRASchedulerList.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PostRASchedulerList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/PostRASchedulerList.cpp [467/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRPrinter.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRPrinter.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MIRPrinter.cpp [468/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PHIElimination.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PHIElimination.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PHIElimination.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/PHIElimination.cpp [469/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PseudoSourceValue.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PseudoSourceValue.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PseudoSourceValue.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/PseudoSourceValue.cpp [470/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PseudoProbeInserter.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PseudoProbeInserter.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PseudoProbeInserter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/PseudoProbeInserter.cpp [471/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RDFRegisters.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RDFRegisters.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RDFRegisters.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/RDFRegisters.cpp [472/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PrologEpilogInserter.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PrologEpilogInserter.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PrologEpilogInserter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/PrologEpilogInserter.cpp [473/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReachingDefAnalysis.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReachingDefAnalysis.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReachingDefAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ReachingDefAnalysis.cpp [474/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RDFGraph.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RDFGraph.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RDFGraph.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/RDFGraph.cpp [475/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocBasic.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocBasic.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocBasic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/RegAllocBasic.cpp [476/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocFast.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocFast.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocFast.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/RegAllocFast.cpp [477/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterClassInfo.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterClassInfo.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterClassInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/RegisterClassInfo.cpp [478/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocBase.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocBase.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocBase.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/RegAllocBase.cpp [479/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterScavenging.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterScavenging.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterScavenging.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/RegisterScavenging.cpp [480/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterPressure.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterPressure.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterPressure.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/RegisterPressure.cpp [481/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RDFLiveness.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RDFLiveness.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RDFLiveness.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/RDFLiveness.cpp [482/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RemoveRedundantDebugValues.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RemoveRedundantDebugValues.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RemoveRedundantDebugValues.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/RemoveRedundantDebugValues.cpp [483/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RenameIndependentSubregs.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RenameIndependentSubregs.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RenameIndependentSubregs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/RenameIndependentSubregs.cpp [484/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocPBQP.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocPBQP.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocPBQP.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/RegAllocPBQP.cpp [485/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocGreedy.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocGreedy.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocGreedy.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/RegAllocGreedy.cpp [486/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRVRegNamerUtils.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRVRegNamerUtils.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRVRegNamerUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MIRVRegNamerUtils.cpp [487/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRNamerPass.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRNamerPass.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRNamerPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MIRNamerPass.cpp [488/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterUsageInfo.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterUsageInfo.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterUsageInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/RegisterUsageInfo.cpp [489/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterCoalescer.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterCoalescer.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterCoalescer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/RegisterCoalescer.cpp [490/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegUsageInfoCollector.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegUsageInfoCollector.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegUsageInfoCollector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/RegUsageInfoCollector.cpp [491/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineStableHash.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineStableHash.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineStableHash.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MachineStableHash.cpp [492/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRCanonicalizerPass.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRCanonicalizerPass.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRCanonicalizerPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MIRCanonicalizerPass.cpp [493/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReturnProtectorPass.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReturnProtectorPass.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReturnProtectorPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ReturnProtectorPass.cpp [494/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegUsageInfoPropagate.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegUsageInfoPropagate.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegUsageInfoPropagate.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/RegUsageInfoPropagate.cpp [495/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ResetMachineFunctionPass.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ResetMachineFunctionPass.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ResetMachineFunctionPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ResetMachineFunctionPass.cpp [496/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReturnProtectorLowering.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReturnProtectorLowering.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReturnProtectorLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ReturnProtectorLowering.cpp /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ReturnProtectorLowering.cpp: In function 'bool containsProtectableData(llvm::Type*)': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ReturnProtectorLowering.cpp:55:18: warning: unused variable 'AT' [-Wunused-variable] if (ArrayType *AT = dyn_cast(Ty)) ^~ [497/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SafeStackLayout.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SafeStackLayout.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SafeStackLayout.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SafeStackLayout.cpp [498/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReplaceWithVeclib.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReplaceWithVeclib.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReplaceWithVeclib.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ReplaceWithVeclib.cpp [499/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAGPrinter.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAGPrinter.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAGPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp [500/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScoreboardHazardRecognizer.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScoreboardHazardRecognizer.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScoreboardHazardRecognizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ScoreboardHazardRecognizer.cpp [501/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAG.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAG.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ScheduleDAG.cpp [502/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SlotIndexes.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SlotIndexes.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SlotIndexes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SlotIndexes.cpp [503/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ShadowStackGCLowering.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ShadowStackGCLowering.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ShadowStackGCLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ShadowStackGCLowering.cpp [504/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ShrinkWrap.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ShrinkWrap.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ShrinkWrap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ShrinkWrap.cpp [505/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SafeStack.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SafeStack.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SafeStack.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SafeStack.cpp [506/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SjLjEHPrepare.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SjLjEHPrepare.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SjLjEHPrepare.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SjLjEHPrepare.cpp [507/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SpillPlacement.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SpillPlacement.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SpillPlacement.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SpillPlacement.cpp [508/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAGInstrs.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAGInstrs.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAGInstrs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp [509/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackMapLivenessAnalysis.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackMapLivenessAnalysis.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackMapLivenessAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/StackMapLivenessAnalysis.cpp [510/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SwiftErrorValueTracking.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SwiftErrorValueTracking.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SwiftErrorValueTracking.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SwiftErrorValueTracking.cpp [511/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackMaps.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackMaps.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackMaps.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/StackMaps.cpp [512/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SplitKit.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SplitKit.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SplitKit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SplitKit.cpp [513/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SwitchLoweringUtils.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SwitchLoweringUtils.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SwitchLoweringUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SwitchLoweringUtils.cpp [514/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TailDuplication.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TailDuplication.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TailDuplication.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/TailDuplication.cpp [515/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackColoring.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackColoring.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackColoring.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/StackColoring.cpp [516/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackSlotColoring.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackSlotColoring.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackSlotColoring.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/StackSlotColoring.cpp [517/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetFrameLoweringImpl.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetFrameLoweringImpl.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetFrameLoweringImpl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp [518/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetOptionsImpl.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetOptionsImpl.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetOptionsImpl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/TargetOptionsImpl.cpp [519/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TailDuplicator.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TailDuplicator.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TailDuplicator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/TailDuplicator.cpp [520/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetSubtargetInfo.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetSubtargetInfo.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetSubtargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/TargetSubtargetInfo.cpp [521/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackProtector.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackProtector.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackProtector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/StackProtector.cpp [522/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetLoweringObjectFileImpl.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetLoweringObjectFileImpl.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetLoweringObjectFileImpl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp [523/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetInstrInfo.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetInstrInfo.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetInstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/TargetInstrInfo.cpp [524/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetSchedule.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetSchedule.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetSchedule.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/TargetSchedule.cpp [525/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetRegisterInfo.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetRegisterInfo.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetRegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/TargetRegisterInfo.cpp [526/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ValueTypes.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ValueTypes.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ValueTypes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/ValueTypes.cpp [527/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetLoweringBase.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetLoweringBase.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetLoweringBase.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/TargetLoweringBase.cpp [528/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetPassConfig.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetPassConfig.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetPassConfig.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/TargetPassConfig.cpp [529/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/UnreachableBlockElim.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/UnreachableBlockElim.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/UnreachableBlockElim.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/UnreachableBlockElim.cpp [530/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/VirtRegMap.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/VirtRegMap.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/VirtRegMap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/VirtRegMap.cpp [531/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/LiveDebugValues.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/LiveDebugValues.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/LiveDebugValues.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LiveDebugValues/LiveDebugValues.cpp [532/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/WasmEHPrepare.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/WasmEHPrepare.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/WasmEHPrepare.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/WasmEHPrepare.cpp [533/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TwoAddressInstructionPass.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TwoAddressInstructionPass.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TwoAddressInstructionPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp [534/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TypePromotion.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TypePromotion.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TypePromotion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/TypePromotion.cpp [535/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/WinEHPrepare.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/WinEHPrepare.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/WinEHPrepare.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/WinEHPrepare.cpp [536/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/XRayInstrumentation.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/XRayInstrumentation.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/XRayInstrumentation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/XRayInstrumentation.cpp [537/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/InstrEmitter.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/InstrEmitter.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/InstrEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp [538/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/FastISel.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/FastISel.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/FastISel.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp [539/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/VarLocBasedImpl.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/VarLocBasedImpl.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/VarLocBasedImpl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp [540/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/FunctionLoweringInfo.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/FunctionLoweringInfo.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/FunctionLoweringInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp [541/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeFloatTypes.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeFloatTypes.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeFloatTypes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp [542/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeDAG.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeDAG.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp [543/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypesGeneric.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypesGeneric.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypesGeneric.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp [544/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypes.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypes.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp [545/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/InstrRefBasedImpl.cpp.o -MF lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/InstrRefBasedImpl.cpp.o.d -o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/InstrRefBasedImpl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp [546/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeIntegerTypes.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeIntegerTypes.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeIntegerTypes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp [547/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorOps.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorOps.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorOps.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp [548/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ResourcePriorityQueue.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ResourcePriorityQueue.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ResourcePriorityQueue.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp [549/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGVLIW.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGVLIW.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGVLIW.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp [550/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGFast.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGFast.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGFast.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp [551/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorTypes.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorTypes.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorTypes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp [552/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGRRList.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGRRList.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGRRList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp [553/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGSDNodes.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGSDNodes.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGSDNodes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp [554/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGAddressAnalysis.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGAddressAnalysis.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGAddressAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp [555/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGTargetInfo.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGTargetInfo.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGTargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp [556/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGDumper.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGDumper.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp [557/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGPrinter.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGPrinter.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp [558/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AddressPool.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AddressPool.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AddressPool.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp [559/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/StatepointLowering.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/StatepointLowering.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/StatepointLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp [560/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/DAGCombiner.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/DAGCombiner.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/DAGCombiner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp [561/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGISel.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGISel.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGISel.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp [562/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AccelTable.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AccelTable.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AccelTable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp [563/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AIXException.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AIXException.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AIXException.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/AIXException.cpp [564/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/ARMException.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/ARMException.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/ARMException.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/ARMException.cpp [565/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterDwarf.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterDwarf.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterDwarf.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp [566/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAG.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAG.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp [567/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGBuilder.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGBuilder.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp [568/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/TargetLowering.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/TargetLowering.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/TargetLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp [569/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterInlineAsm.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterInlineAsm.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterInlineAsm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp [570/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DebugLocStream.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DebugLocStream.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DebugLocStream.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/DebugLocStream.cpp [571/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DebugHandlerBase.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DebugHandlerBase.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DebugHandlerBase.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp [572/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfCFIException.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfCFIException.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfCFIException.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp [573/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DbgEntityHistoryCalculator.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DbgEntityHistoryCalculator.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DbgEntityHistoryCalculator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp [574/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DIE.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DIE.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DIE.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/DIE.cpp [575/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DIEHash.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DIEHash.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DIEHash.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp [576/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfStringPool.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfStringPool.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfStringPool.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp [577/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfExpression.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfExpression.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfExpression.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp [578/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfFile.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfFile.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp [579/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinter.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinter.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp [580/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfCompileUnit.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfCompileUnit.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfCompileUnit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp [581/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/ErlangGCPrinter.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/ErlangGCPrinter.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/ErlangGCPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp [582/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/EHStreamer.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/EHStreamer.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/EHStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp [583/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/OcamlGCPrinter.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/OcamlGCPrinter.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/OcamlGCPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp [584/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfUnit.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfUnit.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfUnit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp [585/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/PseudoProbePrinter.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/PseudoProbePrinter.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/PseudoProbePrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp [586/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WinCFGuard.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WinCFGuard.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WinCFGuard.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/WinCFGuard.cpp [587/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/MIRParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MIRParser -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MILexer.cpp.o -MF lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MILexer.cpp.o.d -o lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MILexer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MIRParser/MILexer.cpp [588/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WasmException.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WasmException.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WasmException.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/WasmException.cpp [589/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WinException.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WinException.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WinException.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/WinException.cpp [590/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfDebug.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfDebug.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfDebug.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp [591/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CSEInfo.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CSEInfo.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CSEInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/CSEInfo.cpp [592/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GlobalISel.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GlobalISel.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GlobalISel.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/GlobalISel.cpp [593/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CSEMIRBuilder.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CSEMIRBuilder.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CSEMIRBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp [594/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GISelKnownBits.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GISelKnownBits.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GISelKnownBits.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp [595/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GISelChangeObserver.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GISelChangeObserver.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GISelChangeObserver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/GISelChangeObserver.cpp [596/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/MIRParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MIRParser -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MIParser.cpp.o -MF lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MIParser.cpp.o.d -o lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MIParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MIRParser/MIParser.cpp [597/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Combiner.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Combiner.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Combiner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/Combiner.cpp [598/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CallLowering.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CallLowering.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CallLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/CallLowering.cpp [599/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/MIRParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MIRParser -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MIRParser.cpp.o -MF lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MIRParser.cpp.o.d -o lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MIRParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/MIRParser/MIRParser.cpp [600/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/CodeViewDebug.cpp.o -MF lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/CodeViewDebug.cpp.o.d -o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/CodeViewDebug.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp [601/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InstructionSelector.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InstructionSelector.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InstructionSelector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/InstructionSelector.cpp [602/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizeMutations.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizeMutations.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizeMutations.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/LegalizeMutations.cpp [603/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalityPredicates.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalityPredicates.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalityPredicates.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/LegalityPredicates.cpp [604/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InlineAsmLowering.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InlineAsmLowering.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InlineAsmLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp [605/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InstructionSelect.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InstructionSelect.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InstructionSelect.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp [606/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CombinerHelper.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CombinerHelper.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CombinerHelper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp [607/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizerInfo.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizerInfo.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizerInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp [608/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LostDebugLocObserver.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LostDebugLocObserver.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LostDebugLocObserver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/LostDebugLocObserver.cpp [609/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegacyLegalizerInfo.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegacyLegalizerInfo.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegacyLegalizerInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/LegacyLegalizerInfo.cpp [610/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Legalizer.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Legalizer.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Legalizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/Legalizer.cpp [611/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/RegisterBank.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/RegisterBank.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/RegisterBank.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/RegisterBank.cpp [612/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/IRTranslator.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/IRTranslator.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/IRTranslator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp [613/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Localizer.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Localizer.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Localizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/Localizer.cpp [614/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Bitcode/Reader -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Bitcode/Reader -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitReader.cpp.o -MF lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitReader.cpp.o.d -o lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitReader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Bitcode/Reader/BitReader.cpp [615/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/RegBankSelect.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/RegBankSelect.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/RegBankSelect.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp [616/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/RegisterBankInfo.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/RegisterBankInfo.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/RegisterBankInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/RegisterBankInfo.cpp [617/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Bitcode/Reader -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Bitcode/Reader -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/ValueList.cpp.o -MF lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/ValueList.cpp.o.d -o lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/ValueList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Bitcode/Reader/ValueList.cpp [618/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/MachineIRBuilder.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/MachineIRBuilder.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/MachineIRBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp [619/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Bitcode/Reader -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Bitcode/Reader -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitcodeAnalyzer.cpp.o -MF lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitcodeAnalyzer.cpp.o.d -o lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitcodeAnalyzer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp [620/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizerHelper.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizerHelper.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizerHelper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp [621/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMBitstreamReader.a && /usr/bin/ar qc lib/libLLVMBitstreamReader.a lib/Bitstream/Reader/CMakeFiles/LLVMBitstreamReader.dir/BitstreamReader.cpp.o && /usr/bin/ranlib lib/libLLVMBitstreamReader.a && : [622/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Utils.cpp.o -MF lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Utils.cpp.o.d -o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Utils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/CodeGen/GlobalISel/Utils.cpp [623/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Bitcode/Writer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Bitcode/Writer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitWriter.cpp.o -MF lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitWriter.cpp.o.d -o lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Bitcode/Writer/BitWriter.cpp [624/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Bitcode/Writer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Bitcode/Writer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitcodeWriterPass.cpp.o -MF lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitcodeWriterPass.cpp.o.d -o lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitcodeWriterPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp [625/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DWARFLinker -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DWARFLinker -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFLinkerDeclContext.cpp.o -MF lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFLinkerDeclContext.cpp.o.d -o lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFLinkerDeclContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DWARFLinker/DWARFLinkerDeclContext.cpp [626/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMFrontendOpenACC.a && /usr/bin/ar qc lib/libLLVMFrontendOpenACC.a lib/Frontend/OpenACC/CMakeFiles/LLVMFrontendOpenACC.dir/ACC.cpp.o && /usr/bin/ranlib lib/libLLVMFrontendOpenACC.a && : [627/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DWARFLinker -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DWARFLinker -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFLinkerCompileUnit.cpp.o -MF lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFLinkerCompileUnit.cpp.o.d -o lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFLinkerCompileUnit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DWARFLinker/DWARFLinkerCompileUnit.cpp [628/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Bitcode/Reader -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Bitcode/Reader -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/MetadataLoader.cpp.o -MF lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/MetadataLoader.cpp.o.d -o lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/MetadataLoader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Bitcode/Reader/MetadataLoader.cpp [629/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Frontend/OpenMP -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Frontend/OpenMP -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Frontend/OpenMP/CMakeFiles/LLVMFrontendOpenMP.dir/OMP.cpp.o -MF lib/Frontend/OpenMP/CMakeFiles/LLVMFrontendOpenMP.dir/OMP.cpp.o.d -o lib/Frontend/OpenMP/CMakeFiles/LLVMFrontendOpenMP.dir/OMP.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Frontend/OpenMP/OMP.cpp [630/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Frontend/OpenMP -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Frontend/OpenMP -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Frontend/OpenMP/CMakeFiles/LLVMFrontendOpenMP.dir/OMPContext.cpp.o -MF lib/Frontend/OpenMP/CMakeFiles/LLVMFrontendOpenMP.dir/OMPContext.cpp.o.d -o lib/Frontend/OpenMP/CMakeFiles/LLVMFrontendOpenMP.dir/OMPContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Frontend/OpenMP/OMPContext.cpp [631/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Bitcode/Writer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Bitcode/Writer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/ValueEnumerator.cpp.o -MF lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/ValueEnumerator.cpp.o.d -o lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/ValueEnumerator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp [632/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DWARFLinker -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DWARFLinker -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFStreamer.cpp.o -MF lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFStreamer.cpp.o.d -o lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DWARFLinker/DWARFStreamer.cpp [633/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ASanStackFrameLayout.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ASanStackFrameLayout.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ASanStackFrameLayout.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/ASanStackFrameLayout.cpp [634/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Bitcode/Writer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Bitcode/Writer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitcodeWriter.cpp.o -MF lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitcodeWriter.cpp.o.d -o lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitcodeWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp [635/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AMDGPUEmitPrintf.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AMDGPUEmitPrintf.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AMDGPUEmitPrintf.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/AMDGPUEmitPrintf.cpp [636/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AddDiscriminators.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AddDiscriminators.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AddDiscriminators.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/AddDiscriminators.cpp [637/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DWARFLinker -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DWARFLinker -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFLinker.cpp.o -MF lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFLinker.cpp.o.d -o lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFLinker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DWARFLinker/DWARFLinker.cpp [638/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Bitcode/Reader -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Bitcode/Reader -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitcodeReader.cpp.o -MF lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitcodeReader.cpp.o.d -o lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitcodeReader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Bitcode/Reader/BitcodeReader.cpp [639/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CallPromotionUtils.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CallPromotionUtils.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CallPromotionUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/CallPromotionUtils.cpp [640/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BuildLibCalls.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BuildLibCalls.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BuildLibCalls.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/BuildLibCalls.cpp [641/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BypassSlowDivision.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BypassSlowDivision.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BypassSlowDivision.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/BypassSlowDivision.cpp [642/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CallGraphUpdater.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CallGraphUpdater.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CallGraphUpdater.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/CallGraphUpdater.cpp [643/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Frontend/OpenMP -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Frontend/OpenMP -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Frontend/OpenMP/CMakeFiles/LLVMFrontendOpenMP.dir/OMPIRBuilder.cpp.o -MF lib/Frontend/OpenMP/CMakeFiles/LLVMFrontendOpenMP.dir/OMPIRBuilder.cpp.o.d -o lib/Frontend/OpenMP/CMakeFiles/LLVMFrontendOpenMP.dir/OMPIRBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp [644/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BasicBlockUtils.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BasicBlockUtils.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BasicBlockUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp [645/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AssumeBundleBuilder.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AssumeBundleBuilder.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AssumeBundleBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp [646/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CanonicalizeAliases.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CanonicalizeAliases.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CanonicalizeAliases.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/CanonicalizeAliases.cpp [647/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BreakCriticalEdges.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BreakCriticalEdges.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BreakCriticalEdges.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp [648/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CtorUtils.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CtorUtils.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CtorUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/CtorUtils.cpp [649/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CanonicalizeFreezeInLoops.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CanonicalizeFreezeInLoops.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CanonicalizeFreezeInLoops.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/CanonicalizeFreezeInLoops.cpp [650/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CloneModule.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CloneModule.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CloneModule.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/CloneModule.cpp [651/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CodeMoverUtils.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CodeMoverUtils.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CodeMoverUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/CodeMoverUtils.cpp [652/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/DemoteRegToStack.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/DemoteRegToStack.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/DemoteRegToStack.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp [653/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/EntryExitInstrumenter.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/EntryExitInstrumenter.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/EntryExitInstrumenter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/EntryExitInstrumenter.cpp [654/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/EscapeEnumerator.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/EscapeEnumerator.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/EscapeEnumerator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/EscapeEnumerator.cpp [655/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CloneFunction.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CloneFunction.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CloneFunction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/CloneFunction.cpp [656/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Evaluator.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Evaluator.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Evaluator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/Evaluator.cpp [657/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CodeExtractor.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CodeExtractor.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CodeExtractor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/CodeExtractor.cpp [658/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FunctionImportUtils.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FunctionImportUtils.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FunctionImportUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/FunctionImportUtils.cpp [659/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Debugify.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Debugify.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Debugify.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/Debugify.cpp [660/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FunctionComparator.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FunctionComparator.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FunctionComparator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/FunctionComparator.cpp [661/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FixIrreducible.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FixIrreducible.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FixIrreducible.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/FixIrreducible.cpp [662/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FlattenCFG.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FlattenCFG.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FlattenCFG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/FlattenCFG.cpp [663/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/HelloWorld.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/HelloWorld.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/HelloWorld.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/HelloWorld.cpp [664/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/GlobalStatus.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/GlobalStatus.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/GlobalStatus.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/GlobalStatus.cpp [665/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InstructionNamer.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InstructionNamer.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InstructionNamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/InstructionNamer.cpp [666/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/GuardUtils.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/GuardUtils.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/GuardUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/GuardUtils.cpp [667/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InjectTLIMappings.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InjectTLIMappings.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InjectTLIMappings.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/InjectTLIMappings.cpp [668/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LibCallsShrinkWrap.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LibCallsShrinkWrap.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LibCallsShrinkWrap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/LibCallsShrinkWrap.cpp [669/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/IntegerDivision.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/IntegerDivision.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/IntegerDivision.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/IntegerDivision.cpp [670/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LCSSA.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LCSSA.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LCSSA.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/LCSSA.cpp [671/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InlineFunction.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InlineFunction.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InlineFunction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/InlineFunction.cpp [672/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopPeel.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopPeel.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopPeel.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/LoopPeel.cpp [673/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopSimplify.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopSimplify.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopSimplify.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/LoopSimplify.cpp [674/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopRotationUtils.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopRotationUtils.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopRotationUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/LoopRotationUtils.cpp [675/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Local.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Local.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Local.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/Local.cpp [676/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnroll.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnroll.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnroll.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/LoopUnroll.cpp [677/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnrollAndJam.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnrollAndJam.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnrollAndJam.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/LoopUnrollAndJam.cpp [678/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnrollRuntime.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnrollRuntime.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnrollRuntime.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp [679/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerInvoke.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerInvoke.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerInvoke.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/LowerInvoke.cpp [680/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerSwitch.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerSwitch.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerSwitch.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/LowerSwitch.cpp [681/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Mem2Reg.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Mem2Reg.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Mem2Reg.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/Mem2Reg.cpp [682/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopVersioning.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopVersioning.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopVersioning.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/LoopVersioning.cpp [683/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MetaRenamer.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MetaRenamer.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MetaRenamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/MetaRenamer.cpp [684/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MatrixUtils.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MatrixUtils.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MatrixUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/MatrixUtils.cpp [685/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerMemIntrinsics.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerMemIntrinsics.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerMemIntrinsics.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/LowerMemIntrinsics.cpp [686/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MemoryOpRemark.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MemoryOpRemark.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MemoryOpRemark.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/MemoryOpRemark.cpp [687/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUtils.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUtils.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/LoopUtils.cpp [688/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/NameAnonGlobals.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/NameAnonGlobals.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/NameAnonGlobals.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/NameAnonGlobals.cpp [689/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/StripGCRelocates.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/StripGCRelocates.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/StripGCRelocates.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/StripGCRelocates.cpp [690/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ModuleUtils.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ModuleUtils.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ModuleUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/ModuleUtils.cpp [691/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/RelLookupTableConverter.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/RelLookupTableConverter.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/RelLookupTableConverter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/RelLookupTableConverter.cpp [692/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/PredicateInfo.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/PredicateInfo.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/PredicateInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/PredicateInfo.cpp [693/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/PromoteMemoryToRegister.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/PromoteMemoryToRegister.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/PromoteMemoryToRegister.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp [694/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SCCPSolver.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SCCPSolver.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SCCPSolver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/SCCPSolver.cpp [695/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SampleProfileLoaderBaseUtil.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SampleProfileLoaderBaseUtil.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SampleProfileLoaderBaseUtil.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/SampleProfileLoaderBaseUtil.cpp [696/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SanitizerStats.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SanitizerStats.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SanitizerStats.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/SanitizerStats.cpp [697/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ScalarEvolutionExpander.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ScalarEvolutionExpander.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ScalarEvolutionExpander.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp [698/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SSAUpdater.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SSAUpdater.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SSAUpdater.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/SSAUpdater.cpp [699/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SizeOpts.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SizeOpts.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SizeOpts.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/SizeOpts.cpp [700/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SSAUpdaterBulk.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SSAUpdaterBulk.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SSAUpdaterBulk.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/SSAUpdaterBulk.cpp [701/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/StripNonLineTableDebugInfo.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/StripNonLineTableDebugInfo.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/StripNonLineTableDebugInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp [702/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Utils.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Utils.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Utils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/Utils.cpp [703/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SymbolRewriter.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SymbolRewriter.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SymbolRewriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/SymbolRewriter.cpp [704/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/UnifyFunctionExitNodes.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/UnifyFunctionExitNodes.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/UnifyFunctionExitNodes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp [705/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SplitModule.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SplitModule.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SplitModule.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/SplitModule.cpp [706/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/UnifyLoopExits.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/UnifyLoopExits.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/UnifyLoopExits.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/UnifyLoopExits.cpp [707/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyIndVar.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyIndVar.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyIndVar.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp [708/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyLibCalls.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyLibCalls.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyLibCalls.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp [709/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ValueMapper.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ValueMapper.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ValueMapper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/ValueMapper.cpp [710/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/CGProfile.cpp.o -MF lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/CGProfile.cpp.o.d -o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/CGProfile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation/CGProfile.cpp [711/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/BoundsChecking.cpp.o -MF lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/BoundsChecking.cpp.o.d -o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/BoundsChecking.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp [712/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/VNCoercion.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/VNCoercion.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/VNCoercion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/VNCoercion.cpp [713/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyCFG.cpp.o -MF lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyCFG.cpp.o.d -o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyCFG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Utils/SimplifyCFG.cpp [714/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/AddressSanitizer.cpp.o -MF lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/AddressSanitizer.cpp.o.d -o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/AddressSanitizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp [715/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ControlHeightReduction.cpp.o -MF lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ControlHeightReduction.cpp.o.d -o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ControlHeightReduction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp [716/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/Instrumentation.cpp.o -MF lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/Instrumentation.cpp.o.d -o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/Instrumentation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation/Instrumentation.cpp [717/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/IndirectCallPromotion.cpp.o -MF lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/IndirectCallPromotion.cpp.o.d -o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/IndirectCallPromotion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp [718/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/MemProfiler.cpp.o -MF lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/MemProfiler.cpp.o.d -o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/MemProfiler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation/MemProfiler.cpp [719/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/GCOVProfiling.cpp.o -MF lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/GCOVProfiling.cpp.o.d -o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/GCOVProfiling.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp [720/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/DataFlowSanitizer.cpp.o -MF lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/DataFlowSanitizer.cpp.o.d -o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/DataFlowSanitizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp [721/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/MemorySanitizer.cpp.o -MF lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/MemorySanitizer.cpp.o.d -o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/MemorySanitizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp [722/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/InstrOrderFile.cpp.o -MF lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/InstrOrderFile.cpp.o.d -o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/InstrOrderFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp [723/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PoisonChecking.cpp.o -MF lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PoisonChecking.cpp.o.d -o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PoisonChecking.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation/PoisonChecking.cpp [724/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ValueProfileCollector.cpp.o -MF lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ValueProfileCollector.cpp.o.d -o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ValueProfileCollector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation/ValueProfileCollector.cpp [725/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOMemOPSizeOpt.cpp.o -MF lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOMemOPSizeOpt.cpp.o.d -o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOMemOPSizeOpt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp [726/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/InstrProfiling.cpp.o -MF lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/InstrProfiling.cpp.o.d -o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/InstrProfiling.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp [727/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/SanitizerCoverage.cpp.o -MF lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/SanitizerCoverage.cpp.o.d -o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/SanitizerCoverage.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp [728/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ThreadSanitizer.cpp.o -MF lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ThreadSanitizer.cpp.o.d -o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ThreadSanitizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp [729/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOInstrumentation.cpp.o -MF lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOInstrumentation.cpp.o.d -o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOInstrumentation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp [730/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/AggressiveInstCombine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/AggressiveInstCombine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/AggressiveInstCombine/CMakeFiles/LLVMAggressiveInstCombine.dir/TruncInstCombine.cpp.o -MF lib/Transforms/AggressiveInstCombine/CMakeFiles/LLVMAggressiveInstCombine.dir/TruncInstCombine.cpp.o.d -o lib/Transforms/AggressiveInstCombine/CMakeFiles/LLVMAggressiveInstCombine.dir/TruncInstCombine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp [731/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/AggressiveInstCombine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/AggressiveInstCombine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/AggressiveInstCombine/CMakeFiles/LLVMAggressiveInstCombine.dir/AggressiveInstCombine.cpp.o -MF lib/Transforms/AggressiveInstCombine/CMakeFiles/LLVMAggressiveInstCombine.dir/AggressiveInstCombine.cpp.o.d -o lib/Transforms/AggressiveInstCombine/CMakeFiles/LLVMAggressiveInstCombine.dir/AggressiveInstCombine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp [732/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/HWAddressSanitizer.cpp.o -MF lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/HWAddressSanitizer.cpp.o.d -o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/HWAddressSanitizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp [733/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAtomicRMW.cpp.o -MF lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAtomicRMW.cpp.o.d -o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAtomicRMW.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine/InstCombineAtomicRMW.cpp [734/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAddSub.cpp.o -MF lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAddSub.cpp.o.d -o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAddSub.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp [735/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstructionCombining.cpp.o -MF lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstructionCombining.cpp.o.d -o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstructionCombining.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp [736/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineLoadStoreAlloca.cpp.o -MF lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineLoadStoreAlloca.cpp.o.d -o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineLoadStoreAlloca.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp [737/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCasts.cpp.o -MF lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCasts.cpp.o.d -o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCasts.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp [738/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineMulDivRem.cpp.o -MF lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineMulDivRem.cpp.o.d -o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineMulDivRem.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp [739/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAndOrXor.cpp.o -MF lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAndOrXor.cpp.o.d -o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAndOrXor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp [740/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCalls.cpp.o -MF lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCalls.cpp.o.d -o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCalls.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp [741/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineNegator.cpp.o -MF lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineNegator.cpp.o.d -o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineNegator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp [742/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombinePHI.cpp.o -MF lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombinePHI.cpp.o.d -o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombinePHI.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp [743/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCompares.cpp.o -MF lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCompares.cpp.o.d -o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCompares.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp [744/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineShifts.cpp.o -MF lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineShifts.cpp.o.d -o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineShifts.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp [745/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineSimplifyDemanded.cpp.o -MF lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineSimplifyDemanded.cpp.o.d -o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineSimplifyDemanded.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp [746/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineSelect.cpp.o -MF lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineSelect.cpp.o.d -o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineSelect.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp [747/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/AlignmentFromAssumptions.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/AlignmentFromAssumptions.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/AlignmentFromAssumptions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp [748/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineVectorOps.cpp.o -MF lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineVectorOps.cpp.o.d -o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineVectorOps.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp [749/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/BDCE.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/BDCE.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/BDCE.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/BDCE.cpp [750/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/AnnotationRemarks.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/AnnotationRemarks.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/AnnotationRemarks.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/AnnotationRemarks.cpp [751/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ADCE.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ADCE.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ADCE.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/ADCE.cpp [752/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ConstantHoisting.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ConstantHoisting.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ConstantHoisting.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp [753/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/CallSiteSplitting.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/CallSiteSplitting.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/CallSiteSplitting.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp [754/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DCE.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DCE.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DCE.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/DCE.cpp [755/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/CorrelatedValuePropagation.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/CorrelatedValuePropagation.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/CorrelatedValuePropagation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp [756/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ConstraintElimination.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ConstraintElimination.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ConstraintElimination.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/ConstraintElimination.cpp [757/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DivRemPairs.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DivRemPairs.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DivRemPairs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/DivRemPairs.cpp [758/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/FlattenCFGPass.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/FlattenCFGPass.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/FlattenCFGPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/FlattenCFGPass.cpp [759/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DeadStoreElimination.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DeadStoreElimination.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DeadStoreElimination.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp [760/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DFAJumpThreading.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DFAJumpThreading.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DFAJumpThreading.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp [761/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GuardWidening.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GuardWidening.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GuardWidening.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/GuardWidening.cpp [762/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Float2Int.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Float2Int.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Float2Int.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/Float2Int.cpp [763/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/EarlyCSE.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/EarlyCSE.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/EarlyCSE.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/EarlyCSE.cpp [764/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/IVUsersPrinter.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/IVUsersPrinter.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/IVUsersPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/IVUsersPrinter.cpp [765/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVNSink.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVNSink.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVNSink.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/GVNSink.cpp [766/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVNHoist.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVNHoist.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVNHoist.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/GVNHoist.cpp [767/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVN.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVN.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVN.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/GVN.cpp [768/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InstSimplifyPass.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InstSimplifyPass.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InstSimplifyPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/InstSimplifyPass.cpp [769/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InferAddressSpaces.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InferAddressSpaces.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InferAddressSpaces.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp [770/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InductiveRangeCheckElimination.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InductiveRangeCheckElimination.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InductiveRangeCheckElimination.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp [771/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopAccessAnalysisPrinter.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopAccessAnalysisPrinter.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopAccessAnalysisPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopAccessAnalysisPrinter.cpp [772/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/IndVarSimplify.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/IndVarSimplify.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/IndVarSimplify.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp [773/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/JumpThreading.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/JumpThreading.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/JumpThreading.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/JumpThreading.cpp [774/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopSink.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopSink.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopSink.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopSink.cpp [775/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopBoundSplit.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopBoundSplit.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopBoundSplit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopBoundSplit.cpp [776/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDataPrefetch.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDataPrefetch.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDataPrefetch.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp [777/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDeletion.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDeletion.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDeletion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopDeletion.cpp [778/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LICM.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LICM.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LICM.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LICM.cpp [779/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopInstSimplify.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopInstSimplify.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopInstSimplify.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp [780/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDistribute.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDistribute.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDistribute.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopDistribute.cpp [781/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopFuse.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopFuse.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopFuse.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopFuse.cpp [782/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopIdiomRecognize.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopIdiomRecognize.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopIdiomRecognize.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp [783/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopFlatten.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopFlatten.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopFlatten.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopFlatten.cpp [784/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopInterchange.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopInterchange.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopInterchange.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopInterchange.cpp [785/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopPassManager.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopPassManager.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopPassManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopPassManager.cpp [786/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopLoadElimination.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopLoadElimination.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopLoadElimination.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp [787/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopPredication.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopPredication.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopPredication.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopPredication.cpp [788/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopRotation.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopRotation.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopRotation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopRotation.cpp [789/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnrollAndJamPass.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnrollAndJamPass.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnrollAndJamPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp [790/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopSimplifyCFG.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopSimplifyCFG.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopSimplifyCFG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp [791/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopRerollPass.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopRerollPass.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopRerollPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopRerollPass.cpp [792/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerAtomic.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerAtomic.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerAtomic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LowerAtomic.cpp [793/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopVersioningLICM.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopVersioningLICM.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopVersioningLICM.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopVersioningLICM.cpp [794/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerExpectIntrinsic.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerExpectIntrinsic.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerExpectIntrinsic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp [795/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerGuardIntrinsic.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerGuardIntrinsic.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerGuardIntrinsic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LowerGuardIntrinsic.cpp [796/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnrollPass.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnrollPass.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnrollPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp [797/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnswitch.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnswitch.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnswitch.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp [798/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerWidenableCondition.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerWidenableCondition.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerWidenableCondition.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LowerWidenableCondition.cpp [799/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerConstantIntrinsics.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerConstantIntrinsics.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerConstantIntrinsics.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LowerConstantIntrinsics.cpp [800/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopStrengthReduce.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopStrengthReduce.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopStrengthReduce.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp [801/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MakeGuardsExplicit.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MakeGuardsExplicit.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MakeGuardsExplicit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/MakeGuardsExplicit.cpp [802/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MergedLoadStoreMotion.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MergedLoadStoreMotion.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MergedLoadStoreMotion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp [803/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MemCpyOptimizer.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MemCpyOptimizer.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MemCpyOptimizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp [804/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/PartiallyInlineLibCalls.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/PartiallyInlineLibCalls.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/PartiallyInlineLibCalls.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp [805/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/NaryReassociate.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/NaryReassociate.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/NaryReassociate.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/NaryReassociate.cpp [806/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MergeICmps.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MergeICmps.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MergeICmps.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/MergeICmps.cpp [807/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/PlaceSafepoints.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/PlaceSafepoints.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/PlaceSafepoints.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/PlaceSafepoints.cpp [808/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerMatrixIntrinsics.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerMatrixIntrinsics.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerMatrixIntrinsics.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp [809/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Reg2Mem.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Reg2Mem.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Reg2Mem.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/Reg2Mem.cpp [810/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Reassociate.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Reassociate.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Reassociate.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/Reassociate.cpp [811/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SCCP.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SCCP.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SCCP.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/SCCP.cpp [812/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Scalar.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Scalar.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Scalar.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/Scalar.cpp [813/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/NewGVN.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/NewGVN.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/NewGVN.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/NewGVN.cpp [814/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ScalarizeMaskedMemIntrin.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ScalarizeMaskedMemIntrin.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ScalarizeMaskedMemIntrin.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/ScalarizeMaskedMemIntrin.cpp [815/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Scalarizer.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Scalarizer.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Scalarizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/Scalarizer.cpp [816/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/RewriteStatepointsForGC.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/RewriteStatepointsForGC.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/RewriteStatepointsForGC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp [817/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Sink.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Sink.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Sink.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/Sink.cpp [818/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SimplifyCFGPass.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SimplifyCFGPass.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SimplifyCFGPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp [819/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SeparateConstOffsetFromGEP.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SeparateConstOffsetFromGEP.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SeparateConstOffsetFromGEP.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp [820/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SROA.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SROA.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SROA.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/SROA.cpp [821/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SpeculativeExecution.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SpeculativeExecution.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SpeculativeExecution.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp [822/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Annotation2Metadata.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Annotation2Metadata.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Annotation2Metadata.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/Annotation2Metadata.cpp [823/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/StraightLineStrengthReduce.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/StraightLineStrengthReduce.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/StraightLineStrengthReduce.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp [824/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/WarnMissedTransforms.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/WarnMissedTransforms.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/WarnMissedTransforms.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/WarnMissedTransforms.cpp [825/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/BarrierNoopPass.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/BarrierNoopPass.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/BarrierNoopPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/BarrierNoopPass.cpp [826/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/AlwaysInliner.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/AlwaysInliner.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/AlwaysInliner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/AlwaysInliner.cpp [827/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/TailRecursionElimination.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/TailRecursionElimination.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/TailRecursionElimination.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp [828/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/StructurizeCFG.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/StructurizeCFG.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/StructurizeCFG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp [829/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SimpleLoopUnswitch.cpp.o -MF lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SimpleLoopUnswitch.cpp.o.d -o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SimpleLoopUnswitch.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp [830/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ConstantMerge.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ConstantMerge.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ConstantMerge.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/ConstantMerge.cpp [831/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/BlockExtractor.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/BlockExtractor.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/BlockExtractor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/BlockExtractor.cpp [832/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ArgumentPromotion.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ArgumentPromotion.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ArgumentPromotion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp [833/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/CalledValuePropagation.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/CalledValuePropagation.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/CalledValuePropagation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/CalledValuePropagation.cpp [834/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ElimAvailExtern.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ElimAvailExtern.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ElimAvailExtern.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/ElimAvailExtern.cpp [835/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ExtractGV.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ExtractGV.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ExtractGV.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/ExtractGV.cpp [836/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/CrossDSOCFI.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/CrossDSOCFI.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/CrossDSOCFI.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/CrossDSOCFI.cpp [837/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ForceFunctionAttrs.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ForceFunctionAttrs.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ForceFunctionAttrs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/ForceFunctionAttrs.cpp [838/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/DeadArgumentElimination.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/DeadArgumentElimination.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/DeadArgumentElimination.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp [839/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalSplit.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalSplit.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalSplit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/GlobalSplit.cpp [840/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalDCE.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalDCE.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalDCE.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/GlobalDCE.cpp [841/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionSpecialization.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionSpecialization.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionSpecialization.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/FunctionSpecialization.cpp [842/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionAttrs.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionAttrs.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionAttrs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/FunctionAttrs.cpp [843/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionImport.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionImport.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionImport.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/FunctionImport.cpp [844/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Attributor.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Attributor.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Attributor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/Attributor.cpp [845/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalOpt.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalOpt.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalOpt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/GlobalOpt.cpp [846/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/IPO.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/IPO.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/IPO.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/IPO.cpp [847/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/InferFunctionAttrs.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/InferFunctionAttrs.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/InferFunctionAttrs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/InferFunctionAttrs.cpp [848/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/InlineSimple.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/InlineSimple.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/InlineSimple.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/InlineSimple.cpp [849/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/LoopExtractor.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/LoopExtractor.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/LoopExtractor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/LoopExtractor.cpp [850/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Internalize.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Internalize.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Internalize.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/Internalize.cpp [851/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/HotColdSplitting.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/HotColdSplitting.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/HotColdSplitting.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/HotColdSplitting.cpp [852/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/IROutliner.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/IROutliner.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/IROutliner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/IROutliner.cpp [853/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/AttributorAttributes.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/AttributorAttributes.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/AttributorAttributes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/AttributorAttributes.cpp [854/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Inliner.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Inliner.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Inliner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/Inliner.cpp [855/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/MergeFunctions.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/MergeFunctions.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/MergeFunctions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/MergeFunctions.cpp [856/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PruneEH.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PruneEH.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PruneEH.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/PruneEH.cpp [857/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleContextTracker.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleContextTracker.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleContextTracker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/SampleContextTracker.cpp [858/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PassManagerBuilder.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PassManagerBuilder.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PassManagerBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp [859/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/LowerTypeTests.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/LowerTypeTests.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/LowerTypeTests.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/LowerTypeTests.cpp [860/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/StripDeadPrototypes.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/StripDeadPrototypes.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/StripDeadPrototypes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/StripDeadPrototypes.cpp [861/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SCCP.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SCCP.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SCCP.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/SCCP.cpp [862/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleProfileProbe.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleProfileProbe.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleProfileProbe.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/SampleProfileProbe.cpp [863/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PartialInlining.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PartialInlining.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PartialInlining.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/PartialInlining.cpp [864/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SyntheticCountsPropagation.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SyntheticCountsPropagation.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SyntheticCountsPropagation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/SyntheticCountsPropagation.cpp [865/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/StripSymbols.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/StripSymbols.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/StripSymbols.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/StripSymbols.cpp [866/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleProfile.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleProfile.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleProfile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/SampleProfile.cpp [867/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/Vectorize.cpp.o -MF lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/Vectorize.cpp.o.d -o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/Vectorize.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize/Vectorize.cpp [868/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoadStoreVectorizer.cpp.o -MF lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoadStoreVectorizer.cpp.o.d -o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoadStoreVectorizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp [869/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ThinLTOBitcodeWriter.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ThinLTOBitcodeWriter.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ThinLTOBitcodeWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp [870/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoopVectorizationLegality.cpp.o -MF lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoopVectorizationLegality.cpp.o.d -o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoopVectorizationLegality.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp [871/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/OpenMPOpt.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/OpenMPOpt.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/OpenMPOpt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/OpenMPOpt.cpp [872/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/WholeProgramDevirt.cpp.o -MF lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/WholeProgramDevirt.cpp.o.d -o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/WholeProgramDevirt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp [873/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VectorCombine.cpp.o -MF lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VectorCombine.cpp.o.d -o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VectorCombine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize/VectorCombine.cpp [874/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanHCFGBuilder.cpp.o -MF lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanHCFGBuilder.cpp.o.d -o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanHCFGBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp [875/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanPredicator.cpp.o -MF lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanPredicator.cpp.o.d -o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanPredicator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize/VPlanPredicator.cpp [876/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlan.cpp.o -MF lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlan.cpp.o.d -o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlan.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize/VPlan.cpp [877/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanSLP.cpp.o -MF lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanSLP.cpp.o.d -o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanSLP.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize/VPlanSLP.cpp [878/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanVerifier.cpp.o -MF lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanVerifier.cpp.o.d -o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanVerifier.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp [879/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/ObjCARC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/ObjCARC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARC.cpp.o -MF lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARC.cpp.o.d -o lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/ObjCARC/ObjCARC.cpp [880/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/ObjCARC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/ObjCARC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCExpand.cpp.o -MF lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCExpand.cpp.o.d -o lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCExpand.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/ObjCARC/ObjCARCExpand.cpp [881/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/ObjCARC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/ObjCARC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCAPElim.cpp.o -MF lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCAPElim.cpp.o.d -o lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCAPElim.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/ObjCARC/ObjCARCAPElim.cpp [882/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanTransforms.cpp.o -MF lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanTransforms.cpp.o.d -o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanTransforms.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp [883/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SLPVectorizer.cpp.o -MF lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SLPVectorizer.cpp.o.d -o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SLPVectorizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp [884/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/ObjCARC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/ObjCARC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/DependencyAnalysis.cpp.o -MF lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/DependencyAnalysis.cpp.o.d -o lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/DependencyAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.cpp [885/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/ObjCARC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/ObjCARC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysis.cpp.o -MF lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysis.cpp.o.d -o lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp [886/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoopVectorize.cpp.o -MF lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoopVectorize.cpp.o.d -o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoopVectorize.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp [887/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/ObjCARC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/ObjCARC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCOpts.cpp.o -MF lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCOpts.cpp.o.d -o lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCOpts.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp [888/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/ObjCARC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/ObjCARC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCContract.cpp.o -MF lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCContract.cpp.o.d -o lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCContract.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp [889/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/ObjCARC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/ObjCARC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysisEvaluator.cpp.o -MF lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysisEvaluator.cpp.o.d -o lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysisEvaluator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp [890/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/ObjCARC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/ObjCARC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/PtrState.cpp.o -MF lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/PtrState.cpp.o.d -o lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/PtrState.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/ObjCARC/PtrState.cpp [891/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Coroutines -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Coroutines -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroCleanup.cpp.o -MF lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroCleanup.cpp.o.d -o lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroCleanup.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Coroutines/CoroCleanup.cpp [892/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Coroutines -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Coroutines -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/Coroutines.cpp.o -MF lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/Coroutines.cpp.o.d -o lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/Coroutines.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Coroutines/Coroutines.cpp [893/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Coroutines -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Coroutines -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroEarly.cpp.o -MF lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroEarly.cpp.o.d -o lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroEarly.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Coroutines/CoroEarly.cpp [894/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Coroutines -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Coroutines -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroElide.cpp.o -MF lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroElide.cpp.o.d -o lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroElide.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Coroutines/CoroElide.cpp [895/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/CFGuard -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/CFGuard -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/CFGuard/CMakeFiles/LLVMCFGuard.dir/CFGuard.cpp.o -MF lib/Transforms/CFGuard/CMakeFiles/LLVMCFGuard.dir/CFGuard.cpp.o.d -o lib/Transforms/CFGuard/CMakeFiles/LLVMCFGuard.dir/CFGuard.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/CFGuard/CFGuard.cpp [896/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Linker -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Linker -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Linker/CMakeFiles/LLVMLinker.dir/LinkModules.cpp.o -MF lib/Linker/CMakeFiles/LLVMLinker.dir/LinkModules.cpp.o.d -o lib/Linker/CMakeFiles/LLVMLinker.dir/LinkModules.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Linker/LinkModules.cpp [897/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysisSummary.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysisSummary.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysisSummary.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/AliasAnalysisSummary.cpp [898/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Linker -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Linker -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Linker/CMakeFiles/LLVMLinker.dir/IRMover.cpp.o -MF lib/Linker/CMakeFiles/LLVMLinker.dir/IRMover.cpp.o.d -o lib/Linker/CMakeFiles/LLVMLinker.dir/IRMover.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Linker/IRMover.cpp [899/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysisEvaluator.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysisEvaluator.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysisEvaluator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/AliasAnalysisEvaluator.cpp [900/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Analysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Analysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Analysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/Analysis.cpp [901/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Coroutines -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Coroutines -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroSplit.cpp.o -MF lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroSplit.cpp.o.d -o lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroSplit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Coroutines/CoroSplit.cpp [902/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/AliasAnalysis.cpp [903/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Transforms/Coroutines -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Coroutines -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroFrame.cpp.o -MF lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroFrame.cpp.o.d -o lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroFrame.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Transforms/Coroutines/CoroFrame.cpp [904/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasSetTracker.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasSetTracker.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasSetTracker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/AliasSetTracker.cpp [905/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AssumeBundleQueries.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AssumeBundleQueries.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AssumeBundleQueries.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/AssumeBundleQueries.cpp [906/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfoImpl.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfoImpl.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfoImpl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp [907/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFG.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFG.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/CFG.cpp [908/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AssumptionCache.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AssumptionCache.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AssumptionCache.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/AssumptionCache.cpp [909/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BasicAliasAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BasicAliasAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BasicAliasAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/BasicAliasAnalysis.cpp [910/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BranchProbabilityInfo.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BranchProbabilityInfo.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BranchProbabilityInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/BranchProbabilityInfo.cpp [911/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfo.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfo.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/BlockFrequencyInfo.cpp [912/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFGPrinter.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFGPrinter.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFGPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/CFGPrinter.cpp [913/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallGraphSCCPass.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallGraphSCCPass.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallGraphSCCPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/CallGraphSCCPass.cpp [914/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallGraph.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallGraph.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallGraph.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/CallGraph.cpp [915/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFLAndersAliasAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFLAndersAliasAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFLAndersAliasAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/CFLAndersAliasAnalysis.cpp [916/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CGSCCPassManager.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CGSCCPassManager.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CGSCCPassManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/CGSCCPassManager.cpp [917/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallPrinter.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallPrinter.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/CallPrinter.cpp [918/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFLSteensAliasAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFLSteensAliasAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFLSteensAliasAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/CFLSteensAliasAnalysis.cpp [919/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CmpInstAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CmpInstAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CmpInstAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/CmpInstAnalysis.cpp [920/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CaptureTracking.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CaptureTracking.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CaptureTracking.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/CaptureTracking.cpp [921/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CostModel.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CostModel.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CostModel.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/CostModel.cpp [922/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CodeMetrics.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CodeMetrics.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CodeMetrics.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/CodeMetrics.cpp [923/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ConstraintSystem.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ConstraintSystem.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ConstraintSystem.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/ConstraintSystem.cpp [924/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DevelopmentModeInlineAdvisor.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DevelopmentModeInlineAdvisor.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DevelopmentModeInlineAdvisor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp [925/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DDGPrinter.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DDGPrinter.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DDGPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/DDGPrinter.cpp [926/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Delinearization.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Delinearization.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Delinearization.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/Delinearization.cpp [927/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DDG.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DDG.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DDG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/DDG.cpp [928/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ConstantFolding.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ConstantFolding.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ConstantFolding.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/ConstantFolding.cpp [929/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DemandedBits.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DemandedBits.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DemandedBits.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/DemandedBits.cpp [930/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DivergenceAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DivergenceAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DivergenceAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/DivergenceAnalysis.cpp [931/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DependenceAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DependenceAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DependenceAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/DependenceAnalysis.cpp [932/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DomPrinter.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DomPrinter.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DomPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/DomPrinter.cpp [933/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/EHPersonalities.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/EHPersonalities.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/EHPersonalities.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/EHPersonalities.cpp [934/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DependenceGraphBuilder.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DependenceGraphBuilder.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DependenceGraphBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/DependenceGraphBuilder.cpp [935/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DomTreeUpdater.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DomTreeUpdater.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DomTreeUpdater.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/DomTreeUpdater.cpp [936/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DominanceFrontier.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DominanceFrontier.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DominanceFrontier.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/DominanceFrontier.cpp [937/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/FunctionPropertiesAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/FunctionPropertiesAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/FunctionPropertiesAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp [938/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/HeatUtils.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/HeatUtils.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/HeatUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/HeatUtils.cpp [939/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/GuardUtils.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/GuardUtils.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/GuardUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/GuardUtils.cpp [940/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ImportedFunctionsInliningStatistics.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ImportedFunctionsInliningStatistics.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ImportedFunctionsInliningStatistics.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/ImportedFunctionsInliningStatistics.cpp [941/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IVUsers.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IVUsers.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IVUsers.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/IVUsers.cpp [942/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IndirectCallPromotionAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IndirectCallPromotionAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IndirectCallPromotionAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/IndirectCallPromotionAnalysis.cpp [943/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IVDescriptors.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IVDescriptors.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IVDescriptors.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/IVDescriptors.cpp [944/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IRSimilarityIdentifier.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IRSimilarityIdentifier.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IRSimilarityIdentifier.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/IRSimilarityIdentifier.cpp [945/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineSizeEstimatorAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineSizeEstimatorAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineSizeEstimatorAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/InlineSizeEstimatorAnalysis.cpp [946/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/GlobalsModRef.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/GlobalsModRef.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/GlobalsModRef.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/GlobalsModRef.cpp [947/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstCount.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstCount.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstCount.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/InstCount.cpp [948/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineAdvisor.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineAdvisor.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineAdvisor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/InlineAdvisor.cpp [949/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Interval.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Interval.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Interval.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/Interval.cpp [950/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstructionPrecedenceTracking.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstructionPrecedenceTracking.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstructionPrecedenceTracking.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/InstructionPrecedenceTracking.cpp [951/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IntervalPartition.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IntervalPartition.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IntervalPartition.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/IntervalPartition.cpp [952/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyBranchProbabilityInfo.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyBranchProbabilityInfo.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyBranchProbabilityInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/LazyBranchProbabilityInfo.cpp [953/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineCost.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineCost.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineCost.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/InlineCost.cpp [954/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyBlockFrequencyInfo.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyBlockFrequencyInfo.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyBlockFrequencyInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/LazyBlockFrequencyInfo.cpp [955/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LegacyDivergenceAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LegacyDivergenceAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LegacyDivergenceAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/LegacyDivergenceAnalysis.cpp [956/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyValueInfo.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyValueInfo.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyValueInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/LazyValueInfo.cpp [957/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Lint.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Lint.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Lint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/Lint.cpp [958/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyCallGraph.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyCallGraph.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyCallGraph.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/LazyCallGraph.cpp [959/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Loads.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Loads.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Loads.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/Loads.cpp [960/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopAnalysisManager.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopAnalysisManager.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopAnalysisManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/LoopAnalysisManager.cpp [961/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MLInlineAdvisor.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MLInlineAdvisor.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MLInlineAdvisor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/MLInlineAdvisor.cpp [962/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopAccessAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopAccessAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopAccessAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/LoopAccessAnalysis.cpp [963/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopCacheAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopCacheAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopCacheAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/LoopCacheAnalysis.cpp [964/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstructionSimplify.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstructionSimplify.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstructionSimplify.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/InstructionSimplify.cpp [965/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopUnrollAnalyzer.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopUnrollAnalyzer.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopUnrollAnalyzer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/LoopUnrollAnalyzer.cpp [966/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopNestAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopNestAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopNestAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/LoopNestAnalysis.cpp [967/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopPass.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopPass.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/LoopPass.cpp [968/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemDerefPrinter.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemDerefPrinter.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemDerefPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/MemDerefPrinter.cpp [969/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemDepPrinter.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemDepPrinter.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemDepPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/MemDepPrinter.cpp [970/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopInfo.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopInfo.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/LoopInfo.cpp [971/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ModuleDebugInfoPrinter.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ModuleDebugInfoPrinter.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ModuleDebugInfoPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp [972/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryLocation.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryLocation.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryLocation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/MemoryLocation.cpp [973/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryBuiltins.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryBuiltins.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryBuiltins.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/MemoryBuiltins.cpp [974/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryDependenceAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryDependenceAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryDependenceAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp [975/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCAliasAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCAliasAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCAliasAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/ObjCARCAliasAnalysis.cpp [976/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCInstKind.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCInstKind.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCInstKind.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/ObjCARCInstKind.cpp [977/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCAnalysisUtils.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCAnalysisUtils.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCAnalysisUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/ObjCARCAnalysisUtils.cpp [978/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemorySSA.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemorySSA.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemorySSA.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/MemorySSA.cpp [979/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/OverflowInstAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/OverflowInstAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/OverflowInstAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/OverflowInstAnalysis.cpp [980/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemorySSAUpdater.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemorySSAUpdater.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemorySSAUpdater.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/MemorySSAUpdater.cpp [981/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/OptimizationRemarkEmitter.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/OptimizationRemarkEmitter.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/OptimizationRemarkEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/OptimizationRemarkEmitter.cpp [982/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MustExecute.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MustExecute.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MustExecute.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/MustExecute.cpp [983/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PostDominators.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PostDominators.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PostDominators.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/PostDominators.cpp [984/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PHITransAddr.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PHITransAddr.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PHITransAddr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/PHITransAddr.cpp [985/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ReleaseModeModelRunner.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ReleaseModeModelRunner.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ReleaseModeModelRunner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/ReleaseModeModelRunner.cpp [986/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ModuleSummaryAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ModuleSummaryAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ModuleSummaryAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp [987/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PhiValues.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PhiValues.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PhiValues.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/PhiValues.cpp [988/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PtrUseVisitor.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PtrUseVisitor.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PtrUseVisitor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/PtrUseVisitor.cpp [989/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ProfileSummaryInfo.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ProfileSummaryInfo.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ProfileSummaryInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/ProfileSummaryInfo.cpp [990/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionPass.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionPass.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/RegionPass.cpp [991/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionAliasAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionAliasAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionAliasAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp [992/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ReplayInlineAdvisor.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ReplayInlineAdvisor.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ReplayInlineAdvisor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/ReplayInlineAdvisor.cpp [993/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionInfo.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionInfo.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/RegionInfo.cpp [994/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionPrinter.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionPrinter.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/RegionPrinter.cpp [995/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TFUtils.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TFUtils.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TFUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/TFUtils.cpp [996/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionNormalization.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionNormalization.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionNormalization.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/ScalarEvolutionNormalization.cpp [997/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionDivision.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionDivision.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionDivision.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/ScalarEvolutionDivision.cpp [998/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Trace.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Trace.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Trace.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/Trace.cpp [999/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/SyncDependenceAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/SyncDependenceAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/SyncDependenceAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/SyncDependenceAnalysis.cpp [1000/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/StackLifetime.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/StackLifetime.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/StackLifetime.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/StackLifetime.cpp [1001/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TypeBasedAliasAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TypeBasedAliasAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TypeBasedAliasAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp [1002/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/SyntheticCountsUtils.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/SyntheticCountsUtils.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/SyntheticCountsUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/SyntheticCountsUtils.cpp [1003/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TargetLibraryInfo.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TargetLibraryInfo.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TargetLibraryInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/TargetLibraryInfo.cpp [1004/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScopedNoAliasAA.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScopedNoAliasAA.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScopedNoAliasAA.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/ScopedNoAliasAA.cpp [1005/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueLattice.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueLattice.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueLattice.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/ValueLattice.cpp [1006/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueLatticeUtils.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueLatticeUtils.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueLatticeUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/ValueLatticeUtils.cpp [1007/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TargetTransformInfo.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TargetTransformInfo.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TargetTransformInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/TargetTransformInfo.cpp [1008/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/StackSafetyAnalysis.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/StackSafetyAnalysis.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/StackSafetyAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/StackSafetyAnalysis.cpp [1009/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TypeMetadataUtils.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TypeMetadataUtils.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TypeMetadataUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/TypeMetadataUtils.cpp [1010/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/VFABIDemangling.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/VFABIDemangling.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/VFABIDemangling.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/VFABIDemangling.cpp [1011/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/LTO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/LTO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/LTO/CMakeFiles/LLVMLTO.dir/Caching.cpp.o -MF lib/LTO/CMakeFiles/LLVMLTO.dir/Caching.cpp.o.d -o lib/LTO/CMakeFiles/LLVMLTO.dir/Caching.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/LTO/Caching.cpp [1012/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/LTO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/LTO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/LTO/CMakeFiles/LLVMLTO.dir/LTOModule.cpp.o -MF lib/LTO/CMakeFiles/LLVMLTO.dir/LTOModule.cpp.o.d -o lib/LTO/CMakeFiles/LLVMLTO.dir/LTOModule.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/LTO/LTOModule.cpp [1013/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolution.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolution.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolution.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/ScalarEvolution.cpp [1014/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/LTO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/LTO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/LTO/CMakeFiles/LLVMLTO.dir/LTOBackend.cpp.o -MF lib/LTO/CMakeFiles/LLVMLTO.dir/LTOBackend.cpp.o.d -o lib/LTO/CMakeFiles/LLVMLTO.dir/LTOBackend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/LTO/LTOBackend.cpp [1015/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/LTO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/LTO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/LTO/CMakeFiles/LLVMLTO.dir/SummaryBasedOptimizations.cpp.o -MF lib/LTO/CMakeFiles/LLVMLTO.dir/SummaryBasedOptimizations.cpp.o.d -o lib/LTO/CMakeFiles/LLVMLTO.dir/SummaryBasedOptimizations.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/LTO/SummaryBasedOptimizations.cpp [1016/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/LTO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/LTO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/LTO/CMakeFiles/LLVMLTO.dir/LTO.cpp.o -MF lib/LTO/CMakeFiles/LLVMLTO.dir/LTO.cpp.o.d -o lib/LTO/CMakeFiles/LLVMLTO.dir/LTO.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/LTO/LTO.cpp [1017/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/VectorUtils.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/VectorUtils.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/VectorUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/VectorUtils.cpp [1018/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCAsmMacro.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCAsmMacro.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCAsmMacro.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCAsmMacro.cpp [1019/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCCodeEmitter.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCCodeEmitter.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCCodeEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCCodeEmitter.cpp [1020/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoXCOFF.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoXCOFF.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoXCOFF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCAsmInfoXCOFF.cpp [1021/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/LTO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/LTO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/LTO/CMakeFiles/LLVMLTO.dir/UpdateCompilerUsed.cpp.o -MF lib/LTO/CMakeFiles/LLVMLTO.dir/UpdateCompilerUsed.cpp.o.d -o lib/LTO/CMakeFiles/LLVMLTO.dir/UpdateCompilerUsed.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/LTO/UpdateCompilerUsed.cpp [1022/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueTracking.cpp.o -MF lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueTracking.cpp.o.d -o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueTracking.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/ValueTracking.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringSwitch.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/FloatingPointMode.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/APFloat.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Constants.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Analysis/ValueTracking.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/ValueTracking.cpp:14: In member function 'size_t llvm::StringRef::find(char, size_t) const', inlined from 'bool llvm::getConstantStringInfo(const llvm::Value*, llvm::StringRef&, uint64_t, bool)' at /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Analysis/ValueTracking.cpp:4217:39: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:319:37: warning: 'void* memchr(const void*, int, size_t)' specified size 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] if (const void *P = ::memchr(Data + FindBegin, C, Length - FindBegin)) ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [1023/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCELFObjectTargetWriter.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCELFObjectTargetWriter.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCELFObjectTargetWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCELFObjectTargetWriter.cpp [1024/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCAssembler.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCAssembler.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCAssembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCAssembler.cpp [1025/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCCodeView.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCCodeView.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCCodeView.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCCodeView.cpp [1026/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCAsmStreamer.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCAsmStreamer.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCAsmStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCAsmStreamer.cpp [1027/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCELFStreamer.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCELFStreamer.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCELFStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCELFStreamer.cpp [1028/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/LTO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/LTO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/LTO/CMakeFiles/LLVMLTO.dir/LTOCodeGenerator.cpp.o -MF lib/LTO/CMakeFiles/LLVMLTO.dir/LTOCodeGenerator.cpp.o.d -o lib/LTO/CMakeFiles/LLVMLTO.dir/LTOCodeGenerator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/LTO/LTOCodeGenerator.cpp [1029/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCFragment.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCFragment.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCFragment.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCFragment.cpp [1030/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCInst.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCInst.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCInst.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCInst.cpp [1031/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCExpr.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCExpr.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCExpr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCExpr.cpp [1032/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCContext.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCContext.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCContext.cpp [1033/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCInstrAnalysis.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCInstrAnalysis.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCInstrAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCInstrAnalysis.cpp [1034/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCInstPrinter.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCInstPrinter.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCInstPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCInstPrinter.cpp [1035/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCDwarf.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCDwarf.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCDwarf.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCDwarf.cpp [1036/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCInstrInfo.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCInstrInfo.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCInstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCInstrInfo.cpp [1037/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCInstrDesc.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCInstrDesc.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCInstrDesc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCInstrDesc.cpp [1038/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCLabel.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCLabel.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCLabel.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCLabel.cpp [1039/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCMachObjectTargetWriter.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCMachObjectTargetWriter.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCMachObjectTargetWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCMachObjectTargetWriter.cpp [1040/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCLinkerOptimizationHint.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCLinkerOptimizationHint.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCLinkerOptimizationHint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCLinkerOptimizationHint.cpp [1041/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCObjectWriter.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCObjectWriter.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCObjectWriter.cpp [1042/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCNullStreamer.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCNullStreamer.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCNullStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCNullStreamer.cpp [1043/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCRegisterInfo.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCRegisterInfo.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCRegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCRegisterInfo.cpp [1044/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCSchedule.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCSchedule.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCSchedule.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCSchedule.cpp [1045/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCMachOStreamer.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCMachOStreamer.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCMachOStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCMachOStreamer.cpp [1046/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCObjectFileInfo.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCObjectFileInfo.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCObjectFileInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCObjectFileInfo.cpp [1047/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCSectionCOFF.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCSectionCOFF.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCSectionCOFF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCSectionCOFF.cpp [1048/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCPseudoProbe.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCPseudoProbe.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCPseudoProbe.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCPseudoProbe.cpp [1049/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/LTO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/LTO -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/LTO/CMakeFiles/LLVMLTO.dir/ThinLTOCodeGenerator.cpp.o -MF lib/LTO/CMakeFiles/LLVMLTO.dir/ThinLTOCodeGenerator.cpp.o.d -o lib/LTO/CMakeFiles/LLVMLTO.dir/ThinLTOCodeGenerator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/LTO/ThinLTOCodeGenerator.cpp [1050/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCSection.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCSection.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCSection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCSection.cpp [1051/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCObjectStreamer.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCObjectStreamer.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCObjectStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCObjectStreamer.cpp [1052/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCSectionELF.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCSectionELF.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCSectionELF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCSectionELF.cpp [1053/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCSectionWasm.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCSectionWasm.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCSectionWasm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCSectionWasm.cpp [1054/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCSectionXCOFF.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCSectionXCOFF.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCSectionXCOFF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCSectionXCOFF.cpp [1055/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCTargetOptions.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCTargetOptions.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCTargetOptions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCTargetOptions.cpp [1056/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCSymbolELF.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCSymbolELF.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCSymbolELF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCSymbolELF.cpp [1057/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCSectionMachO.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCSectionMachO.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCSectionMachO.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCSectionMachO.cpp [1058/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCSubtargetInfo.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCSubtargetInfo.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCSubtargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCSubtargetInfo.cpp [1059/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCSymbolXCOFF.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCSymbolXCOFF.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCSymbolXCOFF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCSymbolXCOFF.cpp [1060/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCWasmObjectTargetWriter.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCWasmObjectTargetWriter.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCWasmObjectTargetWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCWasmObjectTargetWriter.cpp [1061/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCValue.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCValue.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCValue.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCValue.cpp [1062/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCTargetOptionsCommandFlags.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCTargetOptionsCommandFlags.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCTargetOptionsCommandFlags.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCTargetOptionsCommandFlags.cpp [1063/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCSymbol.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCSymbol.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCSymbol.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCSymbol.cpp [1064/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCXCOFFObjectTargetWriter.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCXCOFFObjectTargetWriter.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCXCOFFObjectTargetWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCXCOFFObjectTargetWriter.cpp [1065/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCWinEH.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCWinEH.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCWinEH.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCWinEH.cpp [1066/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCWasmStreamer.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCWasmStreamer.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCWasmStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCWasmStreamer.cpp [1067/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCXCOFFStreamer.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCXCOFFStreamer.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCXCOFFStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCXCOFFStreamer.cpp [1068/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCWinCOFFStreamer.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCWinCOFFStreamer.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCWinCOFFStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCWinCOFFStreamer.cpp [1069/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCWin64EH.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCWin64EH.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCWin64EH.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCWin64EH.cpp [1070/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/StringTableBuilder.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/StringTableBuilder.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/StringTableBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/StringTableBuilder.cpp [1071/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MCStreamer.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MCStreamer.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MCStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCStreamer.cpp [1072/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/SubtargetFeature.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/SubtargetFeature.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/SubtargetFeature.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/SubtargetFeature.cpp [1073/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/MachObjectWriter.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/MachObjectWriter.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/MachObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MachObjectWriter.cpp [1074/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmLexer.cpp.o -MF lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmLexer.cpp.o.d -o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmLexer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser/AsmLexer.cpp [1075/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/COFFMasmParser.cpp.o -MF lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/COFFMasmParser.cpp.o.d -o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/COFFMasmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser/COFFMasmParser.cpp [1076/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/COFFAsmParser.cpp.o -MF lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/COFFAsmParser.cpp.o.d -o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/COFFAsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser/COFFAsmParser.cpp [1077/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/XCOFFObjectWriter.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/XCOFFObjectWriter.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/XCOFFObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/XCOFFObjectWriter.cpp [1078/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmLexer.cpp.o -MF lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmLexer.cpp.o.d -o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmLexer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser/MCAsmLexer.cpp [1079/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/WinCOFFObjectWriter.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/WinCOFFObjectWriter.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/WinCOFFObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/WinCOFFObjectWriter.cpp [1080/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmParser.cpp.o -MF lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmParser.cpp.o.d -o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser/MCAsmParser.cpp [1081/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/ELFAsmParser.cpp.o -MF lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/ELFAsmParser.cpp.o.d -o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/ELFAsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser/ELFAsmParser.cpp [1082/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/CMakeFiles/LLVMMC.dir/WasmObjectWriter.cpp.o -MF lib/MC/CMakeFiles/LLVMMC.dir/WasmObjectWriter.cpp.o.d -o lib/MC/CMakeFiles/LLVMMC.dir/WasmObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/WasmObjectWriter.cpp [1083/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/DarwinAsmParser.cpp.o -MF lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/DarwinAsmParser.cpp.o.d -o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/DarwinAsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser/DarwinAsmParser.cpp [1084/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCTargetAsmParser.cpp.o -MF lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCTargetAsmParser.cpp.o.d -o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCTargetAsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser/MCTargetAsmParser.cpp [1085/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmParserExtension.cpp.o -MF lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmParserExtension.cpp.o.d -o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmParserExtension.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser/MCAsmParserExtension.cpp [1086/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC/MCDisassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCDisassembler -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCDisassembler.cpp.o -MF lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCDisassembler.cpp.o.d -o lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCDisassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCDisassembler/MCDisassembler.cpp [1087/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/XCOFFAsmParser.cpp.o -MF lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/XCOFFAsmParser.cpp.o.d -o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/XCOFFAsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser/XCOFFAsmParser.cpp [1088/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/WasmAsmParser.cpp.o -MF lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/WasmAsmParser.cpp.o.d -o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/WasmAsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser/WasmAsmParser.cpp [1089/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC/MCDisassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCDisassembler -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/Disassembler.cpp.o -MF lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/Disassembler.cpp.o.d -o lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/Disassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCDisassembler/Disassembler.cpp [1090/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC/MCDisassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCDisassembler -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCSymbolizer.cpp.o -MF lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCSymbolizer.cpp.o.d -o lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCSymbolizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCDisassembler/MCSymbolizer.cpp [1091/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC/MCDisassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCDisassembler -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCRelocationInfo.cpp.o -MF lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCRelocationInfo.cpp.o.d -o lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCRelocationInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCDisassembler/MCRelocationInfo.cpp [1092/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/HardwareUnit.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/HardwareUnit.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/HardwareUnit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/HardwareUnits/HardwareUnit.cpp [1093/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC/MCDisassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCDisassembler -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCExternalSymbolizer.cpp.o -MF lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCExternalSymbolizer.cpp.o.d -o lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCExternalSymbolizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCDisassembler/MCExternalSymbolizer.cpp [1094/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/CodeEmitter.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/CodeEmitter.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/CodeEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/CodeEmitter.cpp [1095/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/CustomBehaviour.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/CustomBehaviour.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/CustomBehaviour.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/CustomBehaviour.cpp [1096/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/HWEventListener.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/HWEventListener.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/HWEventListener.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/HWEventListener.cpp [1097/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/RetireControlUnit.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/RetireControlUnit.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/RetireControlUnit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/HardwareUnits/RetireControlUnit.cpp [1098/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/Context.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/Context.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/Context.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/Context.cpp [1099/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/LSUnit.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/LSUnit.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/LSUnit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/HardwareUnits/LSUnit.cpp [1100/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmParser.cpp.o -MF lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmParser.cpp.o.d -o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser/AsmParser.cpp [1101/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/RegisterFile.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/RegisterFile.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/RegisterFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/HardwareUnits/RegisterFile.cpp [1102/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/ResourceManager.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/ResourceManager.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/ResourceManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/HardwareUnits/ResourceManager.cpp [1103/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/Scheduler.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/Scheduler.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/Scheduler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/HardwareUnits/Scheduler.cpp [1104/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/Instruction.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/Instruction.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/Instruction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/Instruction.cpp [1105/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/Pipeline.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/Pipeline.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/Pipeline.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/Pipeline.cpp [1106/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/DispatchStage.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/DispatchStage.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/DispatchStage.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/Stages/DispatchStage.cpp [1107/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/EntryStage.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/EntryStage.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/EntryStage.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/Stages/EntryStage.cpp [1108/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/InstructionTables.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/InstructionTables.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/InstructionTables.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/Stages/InstructionTables.cpp [1109/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/ExecuteStage.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/ExecuteStage.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/ExecuteStage.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/Stages/ExecuteStage.cpp [1110/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/InstrBuilder.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/InstrBuilder.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/InstrBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/InstrBuilder.cpp [1111/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/MicroOpQueueStage.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/MicroOpQueueStage.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/MicroOpQueueStage.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/Stages/MicroOpQueueStage.cpp [1112/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/InOrderIssueStage.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/InOrderIssueStage.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/InOrderIssueStage.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/Stages/InOrderIssueStage.cpp [1113/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/RetireStage.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/RetireStage.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/RetireStage.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/Stages/RetireStage.cpp [1114/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/Stage.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/Stage.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/Stage.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/Stages/Stage.cpp [1115/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MCA -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MCA/CMakeFiles/LLVMMCA.dir/Support.cpp.o -MF lib/MCA/CMakeFiles/LLVMMCA.dir/Support.cpp.o.d -o lib/MCA/CMakeFiles/LLVMMCA.dir/Support.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MCA/Support.cpp [1116/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/ArchiveWriter.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/ArchiveWriter.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/ArchiveWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/ArchiveWriter.cpp [1117/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/Archive.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/Archive.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/Archive.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/Archive.cpp [1118/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/COFFModuleDefinition.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/COFFModuleDefinition.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/COFFModuleDefinition.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/COFFModuleDefinition.cpp [1119/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/Decompressor.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/Decompressor.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/Decompressor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/Decompressor.cpp [1120/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/Binary.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/Binary.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/Binary.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/Binary.cpp [1121/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/COFFImportFile.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/COFFImportFile.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/COFFImportFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/COFFImportFile.cpp [1122/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/FaultMapParser.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/FaultMapParser.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/FaultMapParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/FaultMapParser.cpp [1123/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/Error.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/Error.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/Error.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/Error.cpp [1124/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MasmParser.cpp.o -MF lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MasmParser.cpp.o.d -o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MasmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/MC/MCParser/MasmParser.cpp [1125/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/COFFObjectFile.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/COFFObjectFile.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/COFFObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/COFFObjectFile.cpp [1126/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/MachOUniversal.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/MachOUniversal.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/MachOUniversal.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/MachOUniversal.cpp [1127/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/Minidump.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/Minidump.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/Minidump.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/Minidump.cpp [1128/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/IRObjectFile.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/IRObjectFile.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/IRObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/IRObjectFile.cpp [1129/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/IRSymtab.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/IRSymtab.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/IRSymtab.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/IRSymtab.cpp [1130/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/Object.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/Object.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/Object.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/Object.cpp [1131/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/ObjectFile.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/ObjectFile.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/ObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/ObjectFile.cpp [1132/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/ModuleSymbolTable.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/ModuleSymbolTable.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/ModuleSymbolTable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/ModuleSymbolTable.cpp [1133/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/MachOObjectFile.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/MachOObjectFile.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/MachOObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/MachOObjectFile.cpp [1134/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/RecordStreamer.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/RecordStreamer.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/RecordStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/RecordStreamer.cpp [1135/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/SymbolicFile.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/SymbolicFile.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/SymbolicFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/SymbolicFile.cpp [1136/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/RelocationResolver.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/RelocationResolver.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/RelocationResolver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/RelocationResolver.cpp [1137/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/SymbolSize.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/SymbolSize.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/SymbolSize.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/SymbolSize.cpp [1138/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/TapiFile.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/TapiFile.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/TapiFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/TapiFile.cpp [1139/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/TapiUniversal.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/TapiUniversal.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/TapiUniversal.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/TapiUniversal.cpp [1140/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/WindowsMachineFlag.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/WindowsMachineFlag.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/WindowsMachineFlag.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/WindowsMachineFlag.cpp [1141/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/ELFObjectFile.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/ELFObjectFile.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/ELFObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/ELFObjectFile.cpp [1142/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ArchiveEmitter.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ArchiveEmitter.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ArchiveEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/ArchiveEmitter.cpp [1143/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/MachOUniversalWriter.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/MachOUniversalWriter.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/MachOUniversalWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/MachOUniversalWriter.cpp [1144/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/XCOFFObjectFile.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/XCOFFObjectFile.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/XCOFFObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/XCOFFObjectFile.cpp [1145/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ArchiveYAML.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ArchiveYAML.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ArchiveYAML.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/ArchiveYAML.cpp [1146/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/WindowsResource.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/WindowsResource.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/WindowsResource.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/WindowsResource.cpp [1147/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/WasmObjectFile.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/WasmObjectFile.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/WasmObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/WasmObjectFile.cpp [1148/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLTypeHashing.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLTypeHashing.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLTypeHashing.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/CodeViewYAMLTypeHashing.cpp [1149/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Object -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Object/CMakeFiles/LLVMObject.dir/ELF.cpp.o -MF lib/Object/CMakeFiles/LLVMObject.dir/ELF.cpp.o.d -o lib/Object/CMakeFiles/LLVMObject.dir/ELF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Object/ELF.cpp [1150/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLDebugSections.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLDebugSections.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLDebugSections.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/CodeViewYAMLDebugSections.cpp [1151/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/COFFEmitter.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/COFFEmitter.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/COFFEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/COFFEmitter.cpp [1152/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DWARFEmitter.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DWARFEmitter.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DWARFEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/DWARFEmitter.cpp [1153/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/COFFYAML.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/COFFYAML.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/COFFYAML.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/COFFYAML.cpp [1154/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLSymbols.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLSymbols.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLSymbols.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp [1155/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLTypes.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLTypes.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLTypes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/CodeViewYAMLTypes.cpp [1156/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DWARFYAML.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DWARFYAML.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DWARFYAML.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/DWARFYAML.cpp [1157/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MinidumpEmitter.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MinidumpEmitter.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MinidumpEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/MinidumpEmitter.cpp [1158/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MachOEmitter.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MachOEmitter.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MachOEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/MachOEmitter.cpp [1159/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ObjectYAML.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ObjectYAML.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ObjectYAML.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/ObjectYAML.cpp [1160/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MachOYAML.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MachOYAML.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MachOYAML.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/MachOYAML.cpp [1161/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MinidumpYAML.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MinidumpYAML.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MinidumpYAML.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/MinidumpYAML.cpp [1162/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/YAML.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/YAML.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/YAML.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/YAML.cpp [1163/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/XCOFFYAML.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/XCOFFYAML.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/XCOFFYAML.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/XCOFFYAML.cpp [1164/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/XCOFFEmitter.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/XCOFFEmitter.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/XCOFFEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/XCOFFEmitter.cpp [1165/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Option -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Option -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Option/CMakeFiles/LLVMOption.dir/Arg.cpp.o -MF lib/Option/CMakeFiles/LLVMOption.dir/Arg.cpp.o.d -o lib/Option/CMakeFiles/LLVMOption.dir/Arg.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Option/Arg.cpp [1166/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/WasmYAML.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/WasmYAML.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/WasmYAML.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/WasmYAML.cpp [1167/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/WasmEmitter.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/WasmEmitter.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/WasmEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/WasmEmitter.cpp [1168/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Option -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Option -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Option/CMakeFiles/LLVMOption.dir/ArgList.cpp.o -MF lib/Option/CMakeFiles/LLVMOption.dir/ArgList.cpp.o.d -o lib/Option/CMakeFiles/LLVMOption.dir/ArgList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Option/ArgList.cpp [1169/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Option -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Option -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Option/CMakeFiles/LLVMOption.dir/Option.cpp.o -MF lib/Option/CMakeFiles/LLVMOption.dir/Option.cpp.o.d -o lib/Option/CMakeFiles/LLVMOption.dir/Option.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Option/Option.cpp [1170/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Remarks/CMakeFiles/LLVMRemarks.dir/Remark.cpp.o -MF lib/Remarks/CMakeFiles/LLVMRemarks.dir/Remark.cpp.o.d -o lib/Remarks/CMakeFiles/LLVMRemarks.dir/Remark.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks/Remark.cpp [1171/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ELFEmitter.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ELFEmitter.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ELFEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/ELFEmitter.cpp [1172/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Option -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Option -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Option/CMakeFiles/LLVMOption.dir/OptTable.cpp.o -MF lib/Option/CMakeFiles/LLVMOption.dir/OptTable.cpp.o.d -o lib/Option/CMakeFiles/LLVMOption.dir/OptTable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Option/OptTable.cpp [1173/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkFormat.cpp.o -MF lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkFormat.cpp.o.d -o lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkFormat.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks/RemarkFormat.cpp [1174/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMOption.a && /usr/bin/ar qc lib/libLLVMOption.a lib/Option/CMakeFiles/LLVMOption.dir/Arg.cpp.o lib/Option/CMakeFiles/LLVMOption.dir/ArgList.cpp.o lib/Option/CMakeFiles/LLVMOption.dir/Option.cpp.o lib/Option/CMakeFiles/LLVMOption.dir/OptTable.cpp.o && /usr/bin/ranlib lib/libLLVMOption.a && : [1175/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/yaml2obj.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/yaml2obj.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/yaml2obj.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/yaml2obj.cpp [1176/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Remarks/CMakeFiles/LLVMRemarks.dir/BitstreamRemarkSerializer.cpp.o -MF lib/Remarks/CMakeFiles/LLVMRemarks.dir/BitstreamRemarkSerializer.cpp.o.d -o lib/Remarks/CMakeFiles/LLVMRemarks.dir/BitstreamRemarkSerializer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks/BitstreamRemarkSerializer.cpp [1177/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkStreamer.cpp.o -MF lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkStreamer.cpp.o.d -o lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks/RemarkStreamer.cpp [1178/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkLinker.cpp.o -MF lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkLinker.cpp.o.d -o lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkLinker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks/RemarkLinker.cpp [1179/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkStringTable.cpp.o -MF lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkStringTable.cpp.o.d -o lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkStringTable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks/RemarkStringTable.cpp [1180/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ELFYAML.cpp.o -MF lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ELFYAML.cpp.o.d -o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ELFYAML.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ObjectYAML/ELFYAML.cpp [1181/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkSerializer.cpp.o -MF lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkSerializer.cpp.o.d -o lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkSerializer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks/RemarkSerializer.cpp [1182/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Remarks/CMakeFiles/LLVMRemarks.dir/BitstreamRemarkParser.cpp.o -MF lib/Remarks/CMakeFiles/LLVMRemarks.dir/BitstreamRemarkParser.cpp.o.d -o lib/Remarks/CMakeFiles/LLVMRemarks.dir/BitstreamRemarkParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks/BitstreamRemarkParser.cpp [1183/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkParser.cpp.o -MF lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkParser.cpp.o.d -o lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks/RemarkParser.cpp [1184/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAddressRange.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAddressRange.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAddressRange.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFAddressRange.cpp [1185/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Remarks/CMakeFiles/LLVMRemarks.dir/YAMLRemarkSerializer.cpp.o -MF lib/Remarks/CMakeFiles/LLVMRemarks.dir/YAMLRemarkSerializer.cpp.o.d -o lib/Remarks/CMakeFiles/LLVMRemarks.dir/YAMLRemarkSerializer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks/YAMLRemarkSerializer.cpp [1186/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Remarks/CMakeFiles/LLVMRemarks.dir/YAMLRemarkParser.cpp.o -MF lib/Remarks/CMakeFiles/LLVMRemarks.dir/YAMLRemarkParser.cpp.o.d -o lib/Remarks/CMakeFiles/LLVMRemarks.dir/YAMLRemarkParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Remarks/YAMLRemarkParser.cpp [1187/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMRemarks.a && /usr/bin/ar qc lib/libLLVMRemarks.a lib/Remarks/CMakeFiles/LLVMRemarks.dir/BitstreamRemarkParser.cpp.o lib/Remarks/CMakeFiles/LLVMRemarks.dir/BitstreamRemarkSerializer.cpp.o lib/Remarks/CMakeFiles/LLVMRemarks.dir/Remark.cpp.o lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkFormat.cpp.o lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkLinker.cpp.o lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkParser.cpp.o lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkSerializer.cpp.o lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkStreamer.cpp.o lib/Remarks/CMakeFiles/LLVMRemarks.dir/RemarkStringTable.cpp.o lib/Remarks/CMakeFiles/LLVMRemarks.dir/YAMLRemarkParser.cpp.o lib/Remarks/CMakeFiles/LLVMRemarks.dir/YAMLRemarkSerializer.cpp.o && /usr/bin/ranlib lib/libLLVMRemarks.a && : [1188/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMCore.a && /usr/bin/ar qc lib/libLLVMCore.a lib/IR/CMakeFiles/LLVMCore.dir/AbstractCallSite.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/AsmWriter.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/Assumptions.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/Attributes.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/AutoUpgrade.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/BasicBlock.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/BuiltinGCs.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/Comdat.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/ConstantFold.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/ConstantRange.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/Constants.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/Core.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/DIBuilder.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/DataLayout.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/DebugInfo.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/DebugInfoMetadata.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/DebugLoc.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticHandler.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticInfo.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/DiagnosticPrinter.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/Dominators.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/FPEnv.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/Function.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/GCStrategy.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/GVMaterializer.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/Globals.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/IRBuilder.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/IRPrintingPasses.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/InlineAsm.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/Instruction.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/Instructions.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/IntrinsicInst.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/LLVMContext.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/LLVMContextImpl.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/LLVMRemarkStreamer.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/LegacyPassManager.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/MDBuilder.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/Mangler.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/Metadata.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/Module.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/ModuleSummaryIndex.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/Operator.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/OptBisect.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/Pass.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/PassInstrumentation.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/PassManager.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/PassRegistry.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/PassTimingInfo.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/PrintPasses.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/SafepointIRVerifier.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/ProfileSummary.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/PseudoProbe.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/ReplaceConstant.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/Statepoint.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/StructuralHash.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/Type.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/TypeFinder.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/Use.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/User.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/Value.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/ValueSymbolTable.cpp.o lib/IR/CMakeFiles/LLVMCore.dir/Verifier.cpp.o && /usr/bin/ranlib lib/libLLVMCore.a && : [1189/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMBitReader.a && /usr/bin/ar qc lib/libLLVMBitReader.a lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitcodeAnalyzer.cpp.o lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitReader.cpp.o lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/BitcodeReader.cpp.o lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/MetadataLoader.cpp.o lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/ValueList.cpp.o && /usr/bin/ranlib lib/libLLVMBitReader.a && : [1190/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMCFGuard.a && /usr/bin/ar qc lib/libLLVMCFGuard.a lib/Transforms/CFGuard/CMakeFiles/LLVMCFGuard.dir/CFGuard.cpp.o && /usr/bin/ranlib lib/libLLVMCFGuard.a && : [1191/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAbbreviationDeclaration.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAbbreviationDeclaration.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAbbreviationDeclaration.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp [1192/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFCompileUnit.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFCompileUnit.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFCompileUnit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp [1193/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAbbrev.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAbbrev.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAbbrev.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp [1194/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDataExtractor.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDataExtractor.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDataExtractor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFDataExtractor.cpp [1195/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugArangeSet.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugArangeSet.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugArangeSet.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp [1196/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAddr.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAddr.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAddr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFDebugAddr.cpp [1197/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAcceleratorTable.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAcceleratorTable.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAcceleratorTable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp [1198/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAranges.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAranges.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAranges.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp [1199/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugInfoEntry.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugInfoEntry.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugInfoEntry.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp [1200/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugFrame.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugFrame.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugFrame.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp [1201/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLoc.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLoc.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLoc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp [1202/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugMacro.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugMacro.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugMacro.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp [1203/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugPubTable.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugPubTable.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugPubTable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp [1204/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLine.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLine.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp [1205/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFContext.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFContext.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp [1206/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugRangeList.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugRangeList.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugRangeList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp [1207/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugRnglists.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugRnglists.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugRnglists.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp [1208/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFLocationExpression.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFLocationExpression.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFLocationExpression.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFLocationExpression.cpp [1209/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFGdbIndex.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFGdbIndex.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFGdbIndex.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFGdbIndex.cpp [1210/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFListTable.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFListTable.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFListTable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFListTable.cpp [1211/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnitIndex.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnitIndex.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnitIndex.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp [1212/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFExpression.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFExpression.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFExpression.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp [1213/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFTypeUnit.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFTypeUnit.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFTypeUnit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp [1214/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFFormValue.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFFormValue.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFFormValue.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp [1215/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/FileWriter.cpp.o -MF lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/FileWriter.cpp.o.d -o lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/FileWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM/FileWriter.cpp [1216/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDie.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDie.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDie.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFDie.cpp [1217/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/Header.cpp.o -MF lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/Header.cpp.o.d -o lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/Header.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM/Header.cpp [1218/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/FunctionInfo.cpp.o -MF lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/FunctionInfo.cpp.o.d -o lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/FunctionInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM/FunctionInfo.cpp [1219/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/InlineInfo.cpp.o -MF lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/InlineInfo.cpp.o.d -o lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/InlineInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM/InlineInfo.cpp [1220/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/LineTable.cpp.o -MF lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/LineTable.cpp.o.d -o lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/LineTable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM/LineTable.cpp [1221/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/LookupResult.cpp.o -MF lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/LookupResult.cpp.o.d -o lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/LookupResult.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM/LookupResult.cpp [1222/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/GsymReader.cpp.o -MF lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/GsymReader.cpp.o.d -o lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/GsymReader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM/GsymReader.cpp [1223/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/Range.cpp.o -MF lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/Range.cpp.o.d -o lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/Range.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM/Range.cpp [1224/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnit.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnit.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp [1225/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/GsymCreator.cpp.o -MF lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/GsymCreator.cpp.o.d -o lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/GsymCreator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM/GsymCreator.cpp [1226/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/ObjectFileTransformer.cpp.o -MF lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/ObjectFileTransformer.cpp.o.d -o lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/ObjectFileTransformer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM/ObjectFileTransformer.cpp [1227/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/DwarfTransformer.cpp.o -MF lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/DwarfTransformer.cpp.o.d -o lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/DwarfTransformer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/GSYM/DwarfTransformer.cpp [1228/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/MSF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/MSF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFCommon.cpp.o -MF lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFCommon.cpp.o.d -o lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFCommon.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/MSF/MSFCommon.cpp [1229/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/MSF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/MSF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFError.cpp.o -MF lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFError.cpp.o.d -o lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFError.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/MSF/MSFError.cpp [1230/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewError.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewError.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewError.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/CodeViewError.cpp [1231/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/MSF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/MSF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFBuilder.cpp.o -MF lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFBuilder.cpp.o.d -o lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/MSF/MSFBuilder.cpp [1232/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/AppendingTypeTableBuilder.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/AppendingTypeTableBuilder.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/AppendingTypeTableBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp [1233/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/MSF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/MSF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MappedBlockStream.cpp.o -MF lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MappedBlockStream.cpp.o.d -o lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MappedBlockStream.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/MSF/MappedBlockStream.cpp [1234/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMDebugInfoMSF.a && /usr/bin/ar qc lib/libLLVMDebugInfoMSF.a lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MappedBlockStream.cpp.o lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFBuilder.cpp.o lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFCommon.cpp.o lib/DebugInfo/MSF/CMakeFiles/LLVMDebugInfoMSF.dir/MSFError.cpp.o && /usr/bin/ranlib lib/libLLVMDebugInfoMSF.a && : [1235/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewRecordIO.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewRecordIO.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewRecordIO.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp [1236/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFVerifier.cpp.o -MF lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFVerifier.cpp.o.d -o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFVerifier.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp [1237/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/ContinuationRecordBuilder.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/ContinuationRecordBuilder.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/ContinuationRecordBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp [1238/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugCrossExSubsection.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugCrossExSubsection.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugCrossExSubsection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp [1239/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugChecksumsSubsection.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugChecksumsSubsection.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugChecksumsSubsection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp [1240/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CVSymbolVisitor.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CVSymbolVisitor.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CVSymbolVisitor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/CVSymbolVisitor.cpp [1241/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugCrossImpSubsection.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugCrossImpSubsection.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugCrossImpSubsection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp [1242/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugFrameDataSubsection.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugFrameDataSubsection.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugFrameDataSubsection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp [1243/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsection.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsection.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/DebugSubsection.cpp [1244/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugInlineeLinesSubsection.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugInlineeLinesSubsection.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugInlineeLinesSubsection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp [1245/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsectionRecord.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsectionRecord.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsectionRecord.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp [1246/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugLinesSubsection.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugLinesSubsection.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugLinesSubsection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/DebugLinesSubsection.cpp [1247/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugStringTableSubsection.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugStringTableSubsection.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugStringTableSubsection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp [1248/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CVTypeVisitor.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CVTypeVisitor.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CVTypeVisitor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp [1249/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSymbolRVASubsection.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSymbolRVASubsection.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSymbolRVASubsection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/DebugSymbolRVASubsection.cpp [1250/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/Line.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/Line.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/Line.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/Line.cpp [1251/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsectionVisitor.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsectionVisitor.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsectionVisitor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp [1252/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/EnumTables.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/EnumTables.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/EnumTables.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/EnumTables.cpp [1253/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSymbolsSubsection.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSymbolsSubsection.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSymbolsSubsection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp [1254/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/Formatters.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/Formatters.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/Formatters.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/Formatters.cpp [1255/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/GlobalTypeTableBuilder.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/GlobalTypeTableBuilder.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/GlobalTypeTableBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp [1256/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/StringsAndChecksums.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/StringsAndChecksums.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/StringsAndChecksums.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/StringsAndChecksums.cpp [1257/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/RecordSerialization.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/RecordSerialization.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/RecordSerialization.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/RecordSerialization.cpp [1258/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/RecordName.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/RecordName.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/RecordName.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/RecordName.cpp [1259/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/LazyRandomTypeCollection.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/LazyRandomTypeCollection.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/LazyRandomTypeCollection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp [1260/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/MergingTypeTableBuilder.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/MergingTypeTableBuilder.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/MergingTypeTableBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp [1261/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SimpleTypeSerializer.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SimpleTypeSerializer.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SimpleTypeSerializer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp [1262/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeIndex.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeIndex.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeIndex.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/TypeIndex.cpp [1263/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolSerializer.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolSerializer.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolSerializer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/SymbolSerializer.cpp [1264/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeHashing.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeHashing.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeHashing.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/TypeHashing.cpp [1265/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolRecordMapping.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolRecordMapping.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolRecordMapping.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/SymbolRecordMapping.cpp [1266/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolDumper.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolDumper.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/SymbolDumper.cpp [1267/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeIndexDiscovery.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeIndexDiscovery.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeIndexDiscovery.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp [1268/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolRecordHelpers.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolRecordHelpers.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolRecordHelpers.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/SymbolRecordHelpers.cpp [1269/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/GenericError.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/GenericError.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/GenericError.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/GenericError.cpp [1270/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeRecordHelpers.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeRecordHelpers.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeRecordHelpers.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/TypeRecordHelpers.cpp [1271/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeTableCollection.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeTableCollection.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeTableCollection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/TypeTableCollection.cpp [1272/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/IPDBSourceFile.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/IPDBSourceFile.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/IPDBSourceFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/IPDBSourceFile.cpp [1273/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeDumpVisitor.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeDumpVisitor.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeDumpVisitor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/TypeDumpVisitor.cpp [1274/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeStreamMerger.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeStreamMerger.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeStreamMerger.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/TypeStreamMerger.cpp [1275/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDB.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDB.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDB.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDB.cpp [1276/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeRecordMapping.cpp.o -MF lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeRecordMapping.cpp.o.d -o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeRecordMapping.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/CodeView/TypeRecordMapping.cpp [1277/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMDebugInfoCodeView.a && /usr/bin/ar qc lib/libLLVMDebugInfoCodeView.a lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/AppendingTypeTableBuilder.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewError.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CodeViewRecordIO.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/ContinuationRecordBuilder.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CVSymbolVisitor.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/CVTypeVisitor.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugChecksumsSubsection.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugCrossExSubsection.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugCrossImpSubsection.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugFrameDataSubsection.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugInlineeLinesSubsection.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugLinesSubsection.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugStringTableSubsection.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsection.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsectionRecord.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSubsectionVisitor.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSymbolRVASubsection.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugSymbolsSubsection.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/EnumTables.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/Formatters.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/GlobalTypeTableBuilder.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/LazyRandomTypeCollection.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/Line.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/MergingTypeTableBuilder.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/RecordName.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/RecordSerialization.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SimpleTypeSerializer.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/StringsAndChecksums.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolDumper.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolRecordHelpers.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolRecordMapping.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/SymbolSerializer.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeDumpVisitor.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeIndex.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeIndexDiscovery.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeHashing.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeRecordHelpers.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeRecordMapping.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeStreamMerger.cpp.o lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/TypeTableCollection.cpp.o && /usr/bin/ranlib lib/libLLVMDebugInfoCodeView.a && : [1278/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolAnnotation.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolAnnotation.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolAnnotation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolAnnotation.cpp [1279/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMMC.a && /usr/bin/ar qc lib/libLLVMMC.a lib/MC/CMakeFiles/LLVMMC.dir/ConstantPools.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/ELFObjectWriter.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCAsmBackend.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfo.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoCOFF.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoDarwin.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoELF.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoWasm.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoXCOFF.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCAsmMacro.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCAsmStreamer.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCAssembler.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCCodeEmitter.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCCodeView.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCContext.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCDwarf.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCELFObjectTargetWriter.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCELFStreamer.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCExpr.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCFragment.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCInst.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCInstPrinter.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCInstrAnalysis.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCInstrDesc.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCInstrInfo.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCLabel.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCLinkerOptimizationHint.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCMachOStreamer.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCMachObjectTargetWriter.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCNullStreamer.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCObjectFileInfo.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCObjectStreamer.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCObjectWriter.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCPseudoProbe.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCRegisterInfo.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCSchedule.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCSection.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCSectionCOFF.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCSectionELF.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCSectionMachO.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCSectionWasm.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCSectionXCOFF.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCStreamer.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCSubtargetInfo.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCSymbol.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCSymbolELF.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCSymbolXCOFF.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCTargetOptions.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCTargetOptionsCommandFlags.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCValue.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCWasmObjectTargetWriter.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCWasmStreamer.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCWin64EH.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCWinCOFFStreamer.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCWinEH.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCXCOFFObjectTargetWriter.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MCXCOFFStreamer.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/MachObjectWriter.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/StringTableBuilder.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/SubtargetFeature.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/WasmObjectWriter.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/WinCOFFObjectWriter.cpp.o lib/MC/CMakeFiles/LLVMMC.dir/XCOFFObjectWriter.cpp.o && /usr/bin/ranlib lib/libLLVMMC.a && : [1280/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMMCParser.a && /usr/bin/ar qc lib/libLLVMMCParser.a lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmLexer.cpp.o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmParser.cpp.o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/COFFAsmParser.cpp.o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/COFFMasmParser.cpp.o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/DarwinAsmParser.cpp.o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/ELFAsmParser.cpp.o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmLexer.cpp.o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmParser.cpp.o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmParserExtension.cpp.o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCTargetAsmParser.cpp.o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MasmParser.cpp.o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/WasmAsmParser.cpp.o lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/XCOFFAsmParser.cpp.o && /usr/bin/ranlib lib/libLLVMMCParser.a && : [1281/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMMCDisassembler.a && /usr/bin/ar qc lib/libLLVMMCDisassembler.a lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/Disassembler.cpp.o lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCDisassembler.cpp.o lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCExternalSymbolizer.cpp.o lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCRelocationInfo.cpp.o lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCSymbolizer.cpp.o && /usr/bin/ranlib lib/libLLVMMCDisassembler.a && : [1282/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMMCA.a && /usr/bin/ar qc lib/libLLVMMCA.a lib/MCA/CMakeFiles/LLVMMCA.dir/CodeEmitter.cpp.o lib/MCA/CMakeFiles/LLVMMCA.dir/Context.cpp.o lib/MCA/CMakeFiles/LLVMMCA.dir/CustomBehaviour.cpp.o lib/MCA/CMakeFiles/LLVMMCA.dir/HWEventListener.cpp.o lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/HardwareUnit.cpp.o lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/LSUnit.cpp.o lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/RegisterFile.cpp.o lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/ResourceManager.cpp.o lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/RetireControlUnit.cpp.o lib/MCA/CMakeFiles/LLVMMCA.dir/HardwareUnits/Scheduler.cpp.o lib/MCA/CMakeFiles/LLVMMCA.dir/InstrBuilder.cpp.o lib/MCA/CMakeFiles/LLVMMCA.dir/Instruction.cpp.o lib/MCA/CMakeFiles/LLVMMCA.dir/Pipeline.cpp.o lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/DispatchStage.cpp.o lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/EntryStage.cpp.o lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/ExecuteStage.cpp.o lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/InOrderIssueStage.cpp.o lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/InstructionTables.cpp.o lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/MicroOpQueueStage.cpp.o lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/RetireStage.cpp.o lib/MCA/CMakeFiles/LLVMMCA.dir/Stages/Stage.cpp.o lib/MCA/CMakeFiles/LLVMMCA.dir/Support.cpp.o && /usr/bin/ranlib lib/libLLVMMCA.a && : [1283/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBInterfaceAnchors.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBInterfaceAnchors.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBInterfaceAnchors.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp [1284/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolBlock.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolBlock.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolBlock.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolBlock.cpp [1285/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBContext.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBContext.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBContext.cpp [1286/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbol.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbol.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbol.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbol.cpp [1287/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompiland.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompiland.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompiland.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolCompiland.cpp [1288/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBExtras.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBExtras.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBExtras.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBExtras.cpp [1289/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandDetails.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandDetails.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandDetails.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolCompilandDetails.cpp [1290/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandEnv.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandEnv.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandEnv.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolCompilandEnv.cpp [1291/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolExe.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolExe.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolExe.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolExe.cpp [1292/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolData.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolData.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolData.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolData.cpp [1293/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCustom.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCustom.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCustom.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolCustom.cpp [1294/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugEnd.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugEnd.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugEnd.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolFuncDebugEnd.cpp [1295/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugStart.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugStart.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugStart.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp [1296/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFunc.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFunc.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFunc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolFunc.cpp [1297/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolLabel.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolLabel.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolLabel.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolLabel.cpp [1298/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolThunk.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolThunk.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolThunk.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolThunk.cpp [1299/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolPublicSymbol.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolPublicSymbol.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolPublicSymbol.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolPublicSymbol.cpp [1300/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeArray.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeArray.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeArray.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolTypeArray.cpp [1301/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBaseClass.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBaseClass.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBaseClass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolTypeBaseClass.cpp [1302/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeCustom.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeCustom.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeCustom.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolTypeCustom.cpp [1303/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBuiltin.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBuiltin.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBuiltin.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolTypeBuiltin.cpp [1304/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeDimension.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeDimension.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeDimension.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolTypeDimension.cpp [1305/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFriend.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFriend.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFriend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolTypeFriend.cpp [1306/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionArg.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionArg.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionArg.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolTypeFunctionArg.cpp [1307/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeManaged.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeManaged.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeManaged.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolTypeManaged.cpp [1308/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeEnum.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeEnum.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeEnum.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolTypeEnum.cpp [1309/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionSig.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionSig.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionSig.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp [1310/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeTypedef.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeTypedef.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeTypedef.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolTypeTypedef.cpp [1311/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypePointer.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypePointer.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypePointer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolTypePointer.cpp [1312/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTable.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTable.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolTypeVTable.cpp [1313/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeUDT.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeUDT.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeUDT.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolTypeUDT.cpp [1314/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTableShape.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTableShape.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTableShape.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolTypeVTableShape.cpp [1315/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUnknown.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUnknown.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUnknown.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolUnknown.cpp [1316/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymDumper.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymDumper.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymDumper.cpp [1317/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUsingNamespace.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUsingNamespace.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUsingNamespace.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/PDBSymbolUsingNamespace.cpp [1318/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleDescriptor.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleDescriptor.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleDescriptor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp [1319/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/EnumTables.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/EnumTables.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/EnumTables.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/EnumTables.cpp [1320/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/Hash.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/Hash.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/Hash.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/Hash.cpp [1321/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleList.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleList.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/DbiModuleList.cpp [1322/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/UDTLayout.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/UDTLayout.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/UDTLayout.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/UDTLayout.cpp [1323/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleDescriptorBuilder.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleDescriptorBuilder.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleDescriptorBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp [1324/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/HashTable.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/HashTable.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/HashTable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/HashTable.cpp [1325/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/GlobalsStream.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/GlobalsStream.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/GlobalsStream.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/GlobalsStream.cpp [1326/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiStream.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiStream.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiStream.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/DbiStream.cpp [1327/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiStreamBuilder.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiStreamBuilder.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiStreamBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp [1328/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InfoStream.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InfoStream.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InfoStream.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/InfoStream.cpp [1329/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InfoStreamBuilder.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InfoStreamBuilder.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InfoStreamBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp [1330/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InjectedSourceStream.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InjectedSourceStream.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InjectedSourceStream.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/InjectedSourceStream.cpp [1331/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeCompilandSymbol.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeCompilandSymbol.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeCompilandSymbol.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp [1332/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumGlobals.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumGlobals.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumGlobals.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeEnumGlobals.cpp [1333/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumInjectedSources.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumInjectedSources.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumInjectedSources.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeEnumInjectedSources.cpp [1334/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumLineNumbers.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumLineNumbers.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumLineNumbers.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeEnumLineNumbers.cpp [1335/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/ModuleDebugStream.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/ModuleDebugStream.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/ModuleDebugStream.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp [1336/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumModules.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumModules.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumModules.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeEnumModules.cpp [1337/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumSymbols.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumSymbols.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumSymbols.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeEnumSymbols.cpp [1338/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumTypes.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumTypes.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumTypes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp [1339/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeExeSymbol.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeExeSymbol.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeExeSymbol.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp [1340/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeLineNumber.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeLineNumber.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeLineNumber.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeLineNumber.cpp [1341/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativePublicSymbol.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativePublicSymbol.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativePublicSymbol.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativePublicSymbol.cpp [1342/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeRawSymbol.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeRawSymbol.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeRawSymbol.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp [1343/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSourceFile.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSourceFile.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSourceFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeSourceFile.cpp [1344/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSymbolEnumerator.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSymbolEnumerator.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSymbolEnumerator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp [1345/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeBuiltin.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeBuiltin.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeBuiltin.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeTypeBuiltin.cpp [1346/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeInlineSiteSymbol.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeInlineSiteSymbol.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeInlineSiteSymbol.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeInlineSiteSymbol.cpp [1347/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeArray.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeArray.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeArray.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeTypeArray.cpp [1348/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeFunctionSymbol.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeFunctionSymbol.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeFunctionSymbol.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeFunctionSymbol.cpp [1349/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeEnum.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeEnum.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeEnum.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp [1350/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeTypedef.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeTypedef.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeTypedef.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeTypeTypedef.cpp [1351/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypePointer.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypePointer.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypePointer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeTypePointer.cpp [1352/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeFunctionSig.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeFunctionSig.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeFunctionSig.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp [1353/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeVTShape.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeVTShape.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeVTShape.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeTypeVTShape.cpp [1354/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeUDT.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeUDT.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeUDT.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp [1355/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NamedStreamMap.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NamedStreamMap.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NamedStreamMap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NamedStreamMap.cpp [1356/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/RawError.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/RawError.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/RawError.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/RawError.cpp [1357/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBStringTableBuilder.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBStringTableBuilder.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBStringTableBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp [1358/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBStringTable.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBStringTable.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBStringTable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/PDBStringTable.cpp [1359/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PublicsStream.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PublicsStream.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PublicsStream.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/PublicsStream.cpp [1360/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBFile.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBFile.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/PDBFile.cpp [1361/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBFileBuilder.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBFileBuilder.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBFileBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp [1362/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/SymbolStream.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/SymbolStream.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/SymbolStream.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/SymbolStream.cpp [1363/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiHashing.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiHashing.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiHashing.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/TpiHashing.cpp [1364/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSession.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSession.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSession.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp [1365/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiStreamBuilder.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiStreamBuilder.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiStreamBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp [1366/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/GSIStreamBuilder.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/GSIStreamBuilder.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/GSIStreamBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp [1367/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiStream.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiStream.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiStream.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/TpiStream.cpp [1368/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DWP -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DWP -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DWP/CMakeFiles/LLVMDWP.dir/DWPError.cpp.o -MF lib/DWP/CMakeFiles/LLVMDWP.dir/DWPError.cpp.o.d -o lib/DWP/CMakeFiles/LLVMDWP.dir/DWPError.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DWP/DWPError.cpp [1369/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/Symbolize -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/Symbolize -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/DIPrinter.cpp.o -MF lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/DIPrinter.cpp.o.d -o lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/DIPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp [1370/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/Symbolize -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/Symbolize -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/SymbolizableObjectFile.cpp.o -MF lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/SymbolizableObjectFile.cpp.o.d -o lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/SymbolizableObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp [1371/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/GDBRegistrationListener.cpp.o -MF lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/GDBRegistrationListener.cpp.o.d -o lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/GDBRegistrationListener.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp [1372/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngineBindings.cpp.o -MF lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngineBindings.cpp.o.d -o lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngineBindings.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp [1373/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/SymbolCache.cpp.o -MF lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/SymbolCache.cpp.o.d -o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/SymbolCache.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/PDB/Native/SymbolCache.cpp [1374/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/SectionMemoryManager.cpp.o -MF lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/SectionMemoryManager.cpp.o.d -o lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/SectionMemoryManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/SectionMemoryManager.cpp [1375/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DWP -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DWP -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DWP/CMakeFiles/LLVMDWP.dir/DWP.cpp.o -MF lib/DWP/CMakeFiles/LLVMDWP.dir/DWP.cpp.o.d -o lib/DWP/CMakeFiles/LLVMDWP.dir/DWP.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DWP/DWP.cpp [1376/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/DebugInfo/Symbolize -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/Symbolize -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/Symbolize.cpp.o -MF lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/Symbolize.cpp.o.d -o lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/Symbolize.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/DebugInfo/Symbolize/Symbolize.cpp [1377/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/TargetSelect.cpp.o -MF lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/TargetSelect.cpp.o.d -o lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/TargetSelect.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/TargetSelect.cpp [1378/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngine.cpp.o -MF lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngine.cpp.o.d -o lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/ExecutionEngine.cpp [1379/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/Interpreter.cpp.o -MF lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/Interpreter.cpp.o.d -o lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/Interpreter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp [1380/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/JITLinkMemoryManager.cpp.o -MF lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/JITLinkMemoryManager.cpp.o.d -o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/JITLinkMemoryManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink/JITLinkMemoryManager.cpp [1381/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachO.cpp.o -MF lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachO.cpp.o.d -o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachO.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink/MachO.cpp [1382/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/JITLinkGeneric.cpp.o -MF lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/JITLinkGeneric.cpp.o.d -o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/JITLinkGeneric.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.cpp [1383/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/JITLink.cpp.o -MF lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/JITLink.cpp.o.d -o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/JITLink.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink/JITLink.cpp [1384/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/ExternalFunctions.cpp.o -MF lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/ExternalFunctions.cpp.o.d -o lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/ExternalFunctions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp [1385/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/EHFrameSupport.cpp.o -MF lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/EHFrameSupport.cpp.o.d -o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/EHFrameSupport.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp [1386/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/Execution.cpp.o -MF lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/Execution.cpp.o.d -o lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/Execution.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp [1387/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELFLinkGraphBuilder.cpp.o -MF lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELFLinkGraphBuilder.cpp.o.d -o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELFLinkGraphBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink/ELFLinkGraphBuilder.cpp [1388/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF.cpp.o -MF lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF.cpp.o.d -o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink/ELF.cpp [1389/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/riscv.cpp.o -MF lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/riscv.cpp.o.d -o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/riscv.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink/riscv.cpp [1390/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachO_arm64.cpp.o -MF lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachO_arm64.cpp.o.d -o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachO_arm64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink/MachO_arm64.cpp [1391/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/x86_64.cpp.o -MF lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/x86_64.cpp.o.d -o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/x86_64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink/x86_64.cpp [1392/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachOLinkGraphBuilder.cpp.o -MF lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachOLinkGraphBuilder.cpp.o.d -o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachOLinkGraphBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp [1393/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachO_x86_64.cpp.o -MF lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachO_x86_64.cpp.o.d -o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachO_x86_64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp [1394/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_riscv.cpp.o -MF lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_riscv.cpp.o.d -o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_riscv.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink/ELF_riscv.cpp [1395/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_x86_64.cpp.o -MF lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_x86_64.cpp.o.d -o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_x86_64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp [1396/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/DebugUtils.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/DebugUtils.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/DebugUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/DebugUtils.cpp [1397/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/MCJIT -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/MCJIT -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/MCJIT.cpp.o -MF lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/MCJIT.cpp.o.d -o lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/MCJIT.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp [1398/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/CompileUtils.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/CompileUtils.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/CompileUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/CompileUtils.cpp [1399/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCDynamicLibrarySearchGenerator.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCDynamicLibrarySearchGenerator.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCDynamicLibrarySearchGenerator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.cpp [1400/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCDebugObjectRegistrar.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCDebugObjectRegistrar.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCDebugObjectRegistrar.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/EPCDebugObjectRegistrar.cpp [1401/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/CompileOnDemandLayer.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/CompileOnDemandLayer.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/CompileOnDemandLayer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp [1402/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCEHFrameRegistrar.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCEHFrameRegistrar.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCEHFrameRegistrar.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/EPCEHFrameRegistrar.cpp [1403/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/JITTargetMachineBuilder.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/JITTargetMachineBuilder.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/JITTargetMachineBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp [1404/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCIndirectionUtils.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCIndirectionUtils.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCIndirectionUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/EPCIndirectionUtils.cpp [1405/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/IRCompileLayer.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/IRCompileLayer.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/IRCompileLayer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/IRCompileLayer.cpp [1406/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/DebugObjectManagerPlugin.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/DebugObjectManagerPlugin.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/DebugObjectManagerPlugin.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp [1407/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/IRTransformLayer.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/IRTransformLayer.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/IRTransformLayer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/IRTransformLayer.cpp [1408/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ExecutionUtils.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ExecutionUtils.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ExecutionUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp [1409/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Core.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Core.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Core.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/Core.cpp [1410/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ObjectTransformLayer.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ObjectTransformLayer.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ObjectTransformLayer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/ObjectTransformLayer.cpp [1411/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/IndirectionUtils.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/IndirectionUtils.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/IndirectionUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp [1412/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Layer.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Layer.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Layer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/Layer.cpp [1413/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Mangling.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Mangling.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Mangling.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/Mangling.cpp [1414/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/LazyReexports.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/LazyReexports.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/LazyReexports.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp [1415/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcABISupport.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcABISupport.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcABISupport.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/OrcABISupport.cpp [1416/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ObjectLinkingLayer.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ObjectLinkingLayer.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ObjectLinkingLayer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp [1417/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/MachOPlatform.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/MachOPlatform.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/MachOPlatform.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp [1418/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ExecutorProcessControl.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ExecutorProcessControl.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ExecutorProcessControl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/ExecutorProcessControl.cpp [1419/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/LLJIT.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/LLJIT.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/LLJIT.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp [1420/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc/Shared -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/Shared -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/OrcError.cpp.o -MF lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/OrcError.cpp.o.d -o lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/OrcError.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/Shared/OrcError.cpp [1421/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc/Shared -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/Shared -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/RPCError.cpp.o -MF lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/RPCError.cpp.o.d -o lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/RPCError.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/Shared/RPCError.cpp [1422/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMOrcShared.a && /usr/bin/ar qc lib/libLLVMOrcShared.a lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/OrcError.cpp.o lib/ExecutionEngine/Orc/Shared/CMakeFiles/LLVMOrcShared.dir/RPCError.cpp.o && /usr/bin/ranlib lib/libLLVMOrcShared.a && : [1423/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc/TargetProcess -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/TargetProcess -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/JITLoaderGDB.cpp.o -MF lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/JITLoaderGDB.cpp.o.d -o lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/JITLoaderGDB.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.cpp [1424/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/RTDyldObjectLinkingLayer.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/RTDyldObjectLinkingLayer.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/RTDyldObjectLinkingLayer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp [1425/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ThreadSafeModule.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ThreadSafeModule.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ThreadSafeModule.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/ThreadSafeModule.cpp [1426/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc/TargetProcess -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/TargetProcess -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/TargetExecutionUtils.cpp.o -MF lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/TargetExecutionUtils.cpp.o.d -o lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/TargetExecutionUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.cpp [1427/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc/TargetProcess -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/TargetProcess -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/RegisterEHFrames.cpp.o -MF lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/RegisterEHFrames.cpp.o.d -o lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/RegisterEHFrames.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.cpp [1428/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMOrcTargetProcess.a && /usr/bin/ar qc lib/libLLVMOrcTargetProcess.a lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/JITLoaderGDB.cpp.o lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/RegisterEHFrames.cpp.o lib/ExecutionEngine/Orc/TargetProcess/CMakeFiles/LLVMOrcTargetProcess.dir/TargetExecutionUtils.cpp.o && /usr/bin/ranlib lib/libLLVMOrcTargetProcess.a && : [1429/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/SpeculateAnalyses.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/SpeculateAnalyses.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/SpeculateAnalyses.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/SpeculateAnalyses.cpp [1430/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcV2CBindings.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcV2CBindings.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcV2CBindings.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp [1431/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Speculation.cpp.o -MF lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Speculation.cpp.o.d -o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Speculation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/Orc/Speculation.cpp [1432/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/RuntimeDyld -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/RuntimeDyld -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RTDyldMemoryManager.cpp.o -MF lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RTDyldMemoryManager.cpp.o.d -o lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RTDyldMemoryManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp [1433/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/RuntimeDyld -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/RuntimeDyld -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/JITSymbol.cpp.o -MF lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/JITSymbol.cpp.o.d -o lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/JITSymbol.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp [1434/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/RuntimeDyld -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/RuntimeDyld -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldCOFF.cpp.o -MF lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldCOFF.cpp.o.d -o lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldCOFF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp [1435/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/RuntimeDyld -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/RuntimeDyld -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/Targets/RuntimeDyldELFMips.cpp.o -MF lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/Targets/RuntimeDyldELFMips.cpp.o.d -o lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/Targets/RuntimeDyldELFMips.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp [1436/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Target/CMakeFiles/LLVMTarget.dir/Target.cpp.o -MF lib/Target/CMakeFiles/LLVMTarget.dir/Target.cpp.o.d -o lib/Target/CMakeFiles/LLVMTarget.dir/Target.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Target.cpp [1437/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/RuntimeDyld -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/RuntimeDyld -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldChecker.cpp.o -MF lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldChecker.cpp.o.d -o lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp [1438/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Target/CMakeFiles/LLVMTarget.dir/TargetIntrinsicInfo.cpp.o -MF lib/Target/CMakeFiles/LLVMTarget.dir/TargetIntrinsicInfo.cpp.o.d -o lib/Target/CMakeFiles/LLVMTarget.dir/TargetIntrinsicInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/TargetIntrinsicInfo.cpp [1439/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-writer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64.td --write-if-changed -o lib/Target/AArch64/AArch64GenAsmWriter.inc -d lib/Target/AArch64/AArch64GenAsmWriter.inc.d [1440/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-matcher -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64.td --write-if-changed -o lib/Target/AArch64/AArch64GenAsmMatcher.inc -d lib/Target/AArch64/AArch64GenAsmMatcher.inc.d [1441/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-writer -asmwriternum=1 -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64.td --write-if-changed -o lib/Target/AArch64/AArch64GenAsmWriter1.inc -d lib/Target/AArch64/AArch64GenAsmWriter1.inc.d [1442/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Target/CMakeFiles/LLVMTarget.dir/TargetMachineC.cpp.o -MF lib/Target/CMakeFiles/LLVMTarget.dir/TargetMachineC.cpp.o.d -o lib/Target/CMakeFiles/LLVMTarget.dir/TargetMachineC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/TargetMachineC.cpp [1443/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Target/CMakeFiles/LLVMTarget.dir/TargetLoweringObjectFile.cpp.o -MF lib/Target/CMakeFiles/LLVMTarget.dir/TargetLoweringObjectFile.cpp.o.d -o lib/Target/CMakeFiles/LLVMTarget.dir/TargetLoweringObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/TargetLoweringObjectFile.cpp [1444/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-callingconv -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64.td --write-if-changed -o lib/Target/AArch64/AArch64GenCallingConv.inc -d lib/Target/AArch64/AArch64GenCallingConv.inc.d [1445/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Target/CMakeFiles/LLVMTarget.dir/TargetMachine.cpp.o -MF lib/Target/CMakeFiles/LLVMTarget.dir/TargetMachine.cpp.o.d -o lib/Target/CMakeFiles/LLVMTarget.dir/TargetMachine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/TargetMachine.cpp [1446/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-disassembler -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64.td --write-if-changed -o lib/Target/AArch64/AArch64GenDisassemblerTables.inc -d lib/Target/AArch64/AArch64GenDisassemblerTables.inc.d [1447/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-exegesis -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64.td --write-if-changed -o lib/Target/AArch64/AArch64GenExegesis.inc -d lib/Target/AArch64/AArch64GenExegesis.inc.d [1448/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/RuntimeDyld -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/RuntimeDyld -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldMachO.cpp.o -MF lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldMachO.cpp.o.d -o lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldMachO.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp [1449/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/RuntimeDyld -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/RuntimeDyld -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyld.cpp.o -MF lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyld.cpp.o.d -o lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyld.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp [1450/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-fast-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64.td --write-if-changed -o lib/Target/AArch64/AArch64GenFastISel.inc -d lib/Target/AArch64/AArch64GenFastISel.inc.d [1451/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-pseudo-lowering -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64.td --write-if-changed -o lib/Target/AArch64/AArch64GenMCPseudoLowering.inc -d lib/Target/AArch64/AArch64GenMCPseudoLowering.inc.d [1452/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-emitter -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64.td --write-if-changed -o lib/Target/AArch64/AArch64GenMCCodeEmitter.inc -d lib/Target/AArch64/AArch64GenMCCodeEmitter.inc.d [1453/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-global-isel-combiner -combiners="AArch64PostLegalizerCombinerHelper" -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64.td --write-if-changed -o lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc -d lib/Target/AArch64/AArch64GenPostLegalizeGICombiner.inc.d [1454/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-global-isel-combiner -combiners="AArch64O0PreLegalizerCombinerHelper" -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64.td --write-if-changed -o lib/Target/AArch64/AArch64GenO0PreLegalizeGICombiner.inc -d lib/Target/AArch64/AArch64GenO0PreLegalizeGICombiner.inc.d [1455/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-global-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64.td --write-if-changed -o lib/Target/AArch64/AArch64GenGlobalISel.inc -d lib/Target/AArch64/AArch64GenGlobalISel.inc.d [1456/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-global-isel-combiner -combiners="AArch64PostLegalizerLoweringHelper" -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64.td --write-if-changed -o lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc -d lib/Target/AArch64/AArch64GenPostLegalizeGILowering.inc.d [1457/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-dag-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -omit-comments /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64.td --write-if-changed -o lib/Target/AArch64/AArch64GenDAGISel.inc -d lib/Target/AArch64/AArch64GenDAGISel.inc.d [1458/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-global-isel-combiner -combiners="AArch64PreLegalizerCombinerHelper" -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64.td --write-if-changed -o lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc -d lib/Target/AArch64/AArch64GenPreLegalizeGICombiner.inc.d [1459/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-bank -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64.td --write-if-changed -o lib/Target/AArch64/AArch64GenRegisterBank.inc -d lib/Target/AArch64/AArch64GenRegisterBank.inc.d [1460/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64.td --write-if-changed -o lib/Target/AArch64/AArch64GenRegisterInfo.inc -d lib/Target/AArch64/AArch64GenRegisterInfo.inc.d [1461/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-searchable-tables -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64.td --write-if-changed -o lib/Target/AArch64/AArch64GenSystemOperands.inc -d lib/Target/AArch64/AArch64GenSystemOperands.inc.d [1462/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-instr-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64.td --write-if-changed -o lib/Target/AArch64/AArch64GenInstrInfo.inc -d lib/Target/AArch64/AArch64GenInstrInfo.inc.d [1463/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ExecutionEngine/RuntimeDyld -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/RuntimeDyld -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldELF.cpp.o -MF lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldELF.cpp.o.d -o lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldELF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp [1464/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-callingconv -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPU.td --write-if-changed -o lib/Target/AMDGPU/AMDGPUGenCallingConv.inc -d lib/Target/AMDGPU/AMDGPUGenCallingConv.inc.d [1465/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-subtarget -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64.td --write-if-changed -o lib/Target/AArch64/AArch64GenSubtargetInfo.inc -d lib/Target/AArch64/AArch64GenSubtargetInfo.inc.d [1466/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-disassembler -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPU.td --write-if-changed -o lib/Target/AMDGPU/AMDGPUGenDisassemblerTables.inc -d lib/Target/AMDGPU/AMDGPUGenDisassemblerTables.inc.d [1467/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-writer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPU.td --write-if-changed -o lib/Target/AMDGPU/AMDGPUGenAsmWriter.inc -d lib/Target/AMDGPU/AMDGPUGenAsmWriter.inc.d [1468/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-emitter -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPU.td --write-if-changed -o lib/Target/AMDGPU/AMDGPUGenMCCodeEmitter.inc -d lib/Target/AMDGPU/AMDGPUGenMCCodeEmitter.inc.d [1469/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-matcher -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPU.td --write-if-changed -o lib/Target/AMDGPU/AMDGPUGenAsmMatcher.inc -d lib/Target/AMDGPU/AMDGPUGenAsmMatcher.inc.d [1470/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-global-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUGISel.td --write-if-changed -o lib/Target/AMDGPU/AMDGPUGenGlobalISel.inc -d lib/Target/AMDGPU/AMDGPUGenGlobalISel.inc.d [1471/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-dag-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -omit-comments /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPU.td --write-if-changed -o lib/Target/AMDGPU/AMDGPUGenDAGISel.inc -d lib/Target/AMDGPU/AMDGPUGenDAGISel.inc.d [1472/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-instr-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPU.td --write-if-changed -o lib/Target/AMDGPU/AMDGPUGenInstrInfo.inc -d lib/Target/AMDGPU/AMDGPUGenInstrInfo.inc.d [1473/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64GlobalISelUtils.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64GlobalISelUtils.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64GlobalISelUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/GISel/AArch64GlobalISelUtils.cpp [1474/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64CallLowering.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64CallLowering.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64CallLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp [1475/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64LegalizerInfo.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64LegalizerInfo.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64LegalizerInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp [1476/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PostSelectOptimize.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PostSelectOptimize.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PostSelectOptimize.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/GISel/AArch64PostSelectOptimize.cpp [1477/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64O0PreLegalizerCombiner.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64O0PreLegalizerCombiner.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64O0PreLegalizerCombiner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/GISel/AArch64O0PreLegalizerCombiner.cpp [1478/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PostLegalizerLowering.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PostLegalizerLowering.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PostLegalizerLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerLowering.cpp [1479/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PostLegalizerCombiner.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PostLegalizerCombiner.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PostLegalizerCombiner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerCombiner.cpp [1480/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PreLegalizerCombiner.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PreLegalizerCombiner.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PreLegalizerCombiner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/GISel/AArch64PreLegalizerCombiner.cpp [1481/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64RegisterBankInfo.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64RegisterBankInfo.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64RegisterBankInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp [1482/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64AdvSIMDScalarPass.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64AdvSIMDScalarPass.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64AdvSIMDScalarPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp [1483/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64InstructionSelector.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64InstructionSelector.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64InstructionSelector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp: In function 'const llvm::TargetRegisterClass* getRegClassForTypeOnBank(llvm::LLT, const llvm::RegisterBank&, const llvm::RegisterBankInfo&, bool)': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp:490: note: -Wmisleading-indentation is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers if (Ty.getSizeInBits() == 64) [1484/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CleanupLocalDynamicTLSPass.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CleanupLocalDynamicTLSPass.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CleanupLocalDynamicTLSPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp [1485/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64A57FPLoadBalancing.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64A57FPLoadBalancing.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64A57FPLoadBalancing.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp [1486/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64BranchTargets.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64BranchTargets.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64BranchTargets.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64BranchTargets.cpp [1487/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CallingConvention.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CallingConvention.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CallingConvention.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64CallingConvention.cpp [1488/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CondBrTuning.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CondBrTuning.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CondBrTuning.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64CondBrTuning.cpp [1489/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CollectLOH.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CollectLOH.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CollectLOH.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64CollectLOH.cpp [1490/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ExpandImm.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ExpandImm.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ExpandImm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64ExpandImm.cpp [1491/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ConditionalCompares.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ConditionalCompares.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ConditionalCompares.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp [1492/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64AsmPrinter.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64AsmPrinter.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64AsmPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp [1493/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64DeadRegisterDefinitionsPass.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64DeadRegisterDefinitionsPass.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64DeadRegisterDefinitionsPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64DeadRegisterDefinitionsPass.cpp [1494/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64A53Fix835769.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64A53Fix835769.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64A53Fix835769.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64A53Fix835769.cpp [1495/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ExpandPseudoInsts.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ExpandPseudoInsts.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ExpandPseudoInsts.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp [1496/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ConditionOptimizer.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ConditionOptimizer.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ConditionOptimizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp [1497/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FalkorHWPFFix.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FalkorHWPFFix.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FalkorHWPFFix.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64FalkorHWPFFix.cpp [1498/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64RedundantCopyElimination.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64RedundantCopyElimination.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64RedundantCopyElimination.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64RedundantCopyElimination.cpp [1499/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CompressJumpTables.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CompressJumpTables.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CompressJumpTables.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64CompressJumpTables.cpp [1500/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FrameLowering.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FrameLowering.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp [1501/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FastISel.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FastISel.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FastISel.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64FastISel.cpp [1502/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MachineFunctionInfo.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MachineFunctionInfo.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MachineFunctionInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.cpp [1503/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64LowerHomogeneousPrologEpilog.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64LowerHomogeneousPrologEpilog.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64LowerHomogeneousPrologEpilog.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64LowerHomogeneousPrologEpilog.cpp [1504/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MCInstLower.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MCInstLower.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MCInstLower.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64MCInstLower.cpp [1505/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64LoadStoreOptimizer.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64LoadStoreOptimizer.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64LoadStoreOptimizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp [1506/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MacroFusion.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MacroFusion.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MacroFusion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64MacroFusion.cpp [1507/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64PromoteConstant.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64PromoteConstant.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64PromoteConstant.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64PromoteConstant.cpp [1508/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64InstrInfo.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64InstrInfo.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64InstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp [1509/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ISelDAGToDAG.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ISelDAGToDAG.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ISelDAGToDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp [1510/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64PBQPRegAlloc.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64PBQPRegAlloc.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64PBQPRegAlloc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64PBQPRegAlloc.cpp [1511/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SelectionDAGInfo.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SelectionDAGInfo.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SelectionDAGInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp [1512/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ReturnProtectorLowering.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ReturnProtectorLowering.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ReturnProtectorLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64ReturnProtectorLowering.cpp [1513/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SLSHardening.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SLSHardening.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SLSHardening.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64SLSHardening.cpp [1514/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SpeculationHardening.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SpeculationHardening.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SpeculationHardening.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64SpeculationHardening.cpp [1515/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64RegisterInfo.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64RegisterInfo.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64RegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp [1516/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64StorePairSuppress.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64StorePairSuppress.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64StorePairSuppress.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64StorePairSuppress.cpp [1517/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64StackTaggingPreRA.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64StackTaggingPreRA.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64StackTaggingPreRA.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64StackTaggingPreRA.cpp [1518/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ISelLowering.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ISelLowering.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ISelLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp [1519/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64StackTagging.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64StackTagging.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64StackTagging.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64StackTagging.cpp [1520/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetObjectFile.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetObjectFile.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64TargetObjectFile.cpp [1521/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/SVEIntrinsicOpts.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/SVEIntrinsicOpts.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/SVEIntrinsicOpts.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp [1522/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SIMDInstrOpt.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SIMDInstrOpt.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SIMDInstrOpt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64SIMDInstrOpt.cpp [1523/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/Disassembler/.. -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/Disassembler/.. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/AArch64ExternalSymbolizer.cpp.o -MF lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/AArch64ExternalSymbolizer.cpp.o.d -o lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/AArch64ExternalSymbolizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/Disassembler/AArch64ExternalSymbolizer.cpp [1524/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64Subtarget.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64Subtarget.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64Subtarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64Subtarget.cpp [1525/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/.. -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc/.. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64ELFObjectWriter.cpp.o -MF lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64ELFObjectWriter.cpp.o.d -o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64ELFObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp [1526/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/.. -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc/.. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64AsmBackend.cpp.o -MF lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64AsmBackend.cpp.o.d -o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64AsmBackend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp [1527/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/.. -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc/.. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64ELFStreamer.cpp.o -MF lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64ELFStreamer.cpp.o.d -o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64ELFStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp [1528/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/.. -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc/.. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCAsmInfo.cpp.o -MF lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCAsmInfo.cpp.o.d -o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCAsmInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp [1529/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetMachine.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetMachine.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetMachine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64TargetMachine.cpp [1530/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/.. -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc/.. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCExpr.cpp.o -MF lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCExpr.cpp.o.d -o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCExpr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp [1531/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetTransformInfo.cpp.o -MF lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetTransformInfo.cpp.o.d -o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetTransformInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp [1532/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/.. -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc/.. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64InstPrinter.cpp.o -MF lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64InstPrinter.cpp.o.d -o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64InstPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp [1533/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/.. -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc/.. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MachObjectWriter.cpp.o -MF lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MachObjectWriter.cpp.o.d -o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MachObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp [1534/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/.. -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc/.. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64WinCOFFStreamer.cpp.o -MF lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64WinCOFFStreamer.cpp.o.d -o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64WinCOFFStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.cpp [1535/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/.. -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc/.. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64WinCOFFObjectWriter.cpp.o -MF lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64WinCOFFObjectWriter.cpp.o.d -o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64WinCOFFObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFObjectWriter.cpp [1536/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/TargetInfo/.. -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/TargetInfo/.. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/TargetInfo/CMakeFiles/LLVMAArch64Info.dir/AArch64TargetInfo.cpp.o -MF lib/Target/AArch64/TargetInfo/CMakeFiles/LLVMAArch64Info.dir/AArch64TargetInfo.cpp.o.d -o lib/Target/AArch64/TargetInfo/CMakeFiles/LLVMAArch64Info.dir/AArch64TargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp [1537/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMAArch64Info.a && /usr/bin/ar qc lib/libLLVMAArch64Info.a lib/Target/AArch64/TargetInfo/CMakeFiles/LLVMAArch64Info.dir/AArch64TargetInfo.cpp.o && /usr/bin/ranlib lib/libLLVMAArch64Info.a && : [1538/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-pseudo-lowering -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPU.td --write-if-changed -o lib/Target/AMDGPU/AMDGPUGenMCPseudoLowering.inc -d lib/Target/AMDGPU/AMDGPUGenMCPseudoLowering.inc.d [1539/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-global-isel-combiner -combiners="AMDGPUPostLegalizerCombinerHelper" -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUGISel.td --write-if-changed -o lib/Target/AMDGPU/AMDGPUGenPostLegalizeGICombiner.inc -d lib/Target/AMDGPU/AMDGPUGenPostLegalizeGICombiner.inc.d [1540/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/.. -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc/.. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCTargetDesc.cpp.o -MF lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCTargetDesc.cpp.o.d -o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCTargetDesc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp [1541/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/.. -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc/.. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCCodeEmitter.cpp.o -MF lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCCodeEmitter.cpp.o.d -o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCCodeEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp [1542/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/AArch64BaseInfo.cpp.o -MF lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/AArch64BaseInfo.cpp.o.d -o lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/AArch64BaseInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp [1543/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMAArch64Utils.a && /usr/bin/ar qc lib/libLLVMAArch64Utils.a lib/Target/AArch64/Utils/CMakeFiles/LLVMAArch64Utils.dir/AArch64BaseInfo.cpp.o && /usr/bin/ranlib lib/libLLVMAArch64Utils.a && : [1544/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/.. -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/MCTargetDesc/.. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64TargetStreamer.cpp.o -MF lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64TargetStreamer.cpp.o.d -o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64TargetStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp [1545/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMAArch64Desc.a && /usr/bin/ar qc lib/libLLVMAArch64Desc.a lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64AsmBackend.cpp.o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64ELFObjectWriter.cpp.o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64ELFStreamer.cpp.o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64InstPrinter.cpp.o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCAsmInfo.cpp.o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCCodeEmitter.cpp.o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCExpr.cpp.o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MCTargetDesc.cpp.o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64MachObjectWriter.cpp.o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64TargetStreamer.cpp.o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64WinCOFFObjectWriter.cpp.o lib/Target/AArch64/MCTargetDesc/CMakeFiles/LLVMAArch64Desc.dir/AArch64WinCOFFStreamer.cpp.o && /usr/bin/ranlib lib/libLLVMAArch64Desc.a && : [1546/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/AsmParser/.. -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AsmParser/.. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/AsmParser/CMakeFiles/LLVMAArch64AsmParser.dir/AArch64AsmParser.cpp.o -MF lib/Target/AArch64/AsmParser/CMakeFiles/LLVMAArch64AsmParser.dir/AArch64AsmParser.cpp.o.d -o lib/Target/AArch64/AsmParser/CMakeFiles/LLVMAArch64AsmParser.dir/AArch64AsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp [1547/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMAArch64AsmParser.a && /usr/bin/ar qc lib/libLLVMAArch64AsmParser.a lib/Target/AArch64/AsmParser/CMakeFiles/LLVMAArch64AsmParser.dir/AArch64AsmParser.cpp.o && /usr/bin/ranlib lib/libLLVMAArch64AsmParser.a && : [1548/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-global-isel-combiner -combiners="AMDGPURegBankCombinerHelper" -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUGISel.td --write-if-changed -o lib/Target/AMDGPU/AMDGPUGenRegBankGICombiner.inc -d lib/Target/AMDGPU/AMDGPUGenRegBankGICombiner.inc.d [1549/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-searchable-tables -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPU.td --write-if-changed -o lib/Target/AMDGPU/AMDGPUGenSearchableTables.inc -d lib/Target/AMDGPU/AMDGPUGenSearchableTables.inc.d [1550/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-global-isel-combiner -combiners="AMDGPUPreLegalizerCombinerHelper" -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUGISel.td --write-if-changed -o lib/Target/AMDGPU/AMDGPUGenPreLegalizeGICombiner.inc -d lib/Target/AMDGPU/AMDGPUGenPreLegalizeGICombiner.inc.d [1551/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-writer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600.td --write-if-changed -o lib/Target/AMDGPU/R600GenAsmWriter.inc -d lib/Target/AMDGPU/R600GenAsmWriter.inc.d [1552/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-callingconv -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600.td --write-if-changed -o lib/Target/AMDGPU/R600GenCallingConv.inc -d lib/Target/AMDGPU/R600GenCallingConv.inc.d [1553/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-dfa-packetizer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600.td --write-if-changed -o lib/Target/AMDGPU/R600GenDFAPacketizer.inc -d lib/Target/AMDGPU/R600GenDFAPacketizer.inc.d [1554/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-dag-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -omit-comments /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600.td --write-if-changed -o lib/Target/AMDGPU/R600GenDAGISel.inc -d lib/Target/AMDGPU/R600GenDAGISel.inc.d [1555/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-emitter -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600.td --write-if-changed -o lib/Target/AMDGPU/R600GenMCCodeEmitter.inc -d lib/Target/AMDGPU/R600GenMCCodeEmitter.inc.d [1556/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-instr-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600.td --write-if-changed -o lib/Target/AMDGPU/R600GenInstrInfo.inc -d lib/Target/AMDGPU/R600GenInstrInfo.inc.d [1557/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600.td --write-if-changed -o lib/Target/AMDGPU/R600GenRegisterInfo.inc -d lib/Target/AMDGPU/R600GenRegisterInfo.inc.d [1558/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-subtarget -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600.td --write-if-changed -o lib/Target/AMDGPU/R600GenSubtargetInfo.inc -d lib/Target/AMDGPU/R600GenSubtargetInfo.inc.d [1559/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64/Disassembler/.. -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/Disassembler/.. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/AArch64Disassembler.cpp.o -MF lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/AArch64Disassembler.cpp.o.d -o lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/AArch64Disassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp [1560/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMAArch64Disassembler.a && /usr/bin/ar qc lib/libLLVMAArch64Disassembler.a lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/AArch64Disassembler.cpp.o lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir/AArch64ExternalSymbolizer.cpp.o && /usr/bin/ranlib lib/libLLVMAArch64Disassembler.a && : [1561/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-subtarget -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPU.td --write-if-changed -o lib/Target/AMDGPU/AMDGPUGenSubtargetInfo.inc -d lib/Target/AMDGPU/AMDGPUGenSubtargetInfo.inc.d [1562/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-callingconv -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARM.td --write-if-changed -o lib/Target/ARM/ARMGenCallingConv.inc -d lib/Target/ARM/ARMGenCallingConv.inc.d [1563/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-writer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARM.td --write-if-changed -o lib/Target/ARM/ARMGenAsmWriter.inc -d lib/Target/ARM/ARMGenAsmWriter.inc.d [1564/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-matcher -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARM.td --write-if-changed -o lib/Target/ARM/ARMGenAsmMatcher.inc -d lib/Target/ARM/ARMGenAsmMatcher.inc.d [1565/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-bank -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPU.td --write-if-changed -o lib/Target/AMDGPU/AMDGPUGenRegisterBank.inc -d lib/Target/AMDGPU/AMDGPUGenRegisterBank.inc.d [1566/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPU.td --write-if-changed -o lib/Target/AMDGPU/AMDGPUGenRegisterInfo.inc -d lib/Target/AMDGPU/AMDGPUGenRegisterInfo.inc.d [1567/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-disassembler -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARM.td --write-if-changed -o lib/Target/ARM/ARMGenDisassemblerTables.inc -d lib/Target/ARM/ARMGenDisassemblerTables.inc.d [1568/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-searchable-tables -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/InstCombineTables.td --write-if-changed -o lib/Target/AMDGPU/InstCombineTables.inc -d lib/Target/AMDGPU/InstCombineTables.inc.d [1569/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-dag-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -omit-comments /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARM.td --write-if-changed -o lib/Target/ARM/ARMGenDAGISel.inc -d lib/Target/ARM/ARMGenDAGISel.inc.d [1570/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-emitter -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARM.td --write-if-changed -o lib/Target/ARM/ARMGenMCCodeEmitter.inc -d lib/Target/ARM/ARMGenMCCodeEmitter.inc.d [1571/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-fast-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARM.td --write-if-changed -o lib/Target/ARM/ARMGenFastISel.inc -d lib/Target/ARM/ARMGenFastISel.inc.d [1572/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-pseudo-lowering -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARM.td --write-if-changed -o lib/Target/ARM/ARMGenMCPseudoLowering.inc -d lib/Target/ARM/ARMGenMCPseudoLowering.inc.d [1573/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-global-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARM.td --write-if-changed -o lib/Target/ARM/ARMGenGlobalISel.inc -d lib/Target/ARM/ARMGenGlobalISel.inc.d [1574/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-bank -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARM.td --write-if-changed -o lib/Target/ARM/ARMGenRegisterBank.inc -d lib/Target/ARM/ARMGenRegisterBank.inc.d [1575/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-instr-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARM.td --write-if-changed -o lib/Target/ARM/ARMGenInstrInfo.inc -d lib/Target/ARM/ARMGenInstrInfo.inc.d [1576/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAliasAnalysis.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAliasAnalysis.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAliasAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp [1577/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAnnotateUniformValues.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAnnotateUniformValues.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAnnotateUniformValues.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp [1578/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAlwaysInlinePass.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAlwaysInlinePass.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAlwaysInlinePass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp [1579/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAnnotateKernelFeatures.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAnnotateKernelFeatures.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAnnotateKernelFeatures.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp [1580/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUArgumentUsageInfo.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUArgumentUsageInfo.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUArgumentUsageInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp [1581/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUFrameLowering.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUFrameLowering.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUFrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.cpp [1582/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAtomicOptimizer.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAtomicOptimizer.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAtomicOptimizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp [1583/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUFixFunctionBitcasts.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUFixFunctionBitcasts.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUFixFunctionBitcasts.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUFixFunctionBitcasts.cpp [1584/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUExportClustering.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUExportClustering.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUExportClustering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUExportClustering.cpp [1585/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAsmPrinter.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAsmPrinter.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAsmPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp [1586/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAttributor.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAttributor.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAttributor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp [1587/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUCallLowering.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUCallLowering.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUCallLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp [1588/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstrInfo.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstrInfo.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.cpp [1589/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUCodeGenPrepare.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUCodeGenPrepare.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUCodeGenPrepare.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp [1590/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUGlobalISelUtils.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUGlobalISelUtils.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUGlobalISelUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUGlobalISelUtils.cpp [1591/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstCombineIntrinsic.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstCombineIntrinsic.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstCombineIntrinsic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp [1592/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULateCodeGenPrepare.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULateCodeGenPrepare.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULateCodeGenPrepare.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPULateCodeGenPrepare.cpp [1593/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUHSAMetadataStreamer.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUHSAMetadataStreamer.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUHSAMetadataStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp [1594/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUISelLowering.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUISelLowering.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUISelLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp [1595/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstructionSelector.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstructionSelector.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstructionSelector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/YAMLTraits.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/CodeGen/MIRYamlMapping.h:22, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp:20: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/SourceMgr.h: In member function 'bool llvm::SMFixIt::operator<(const llvm::SMFixIt&) const': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/SourceMgr.h:243: note: -Wmisleading-indentation is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers if (Range.End.getPointer() != Other.Range.End.getPointer()) [1596/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULibFunc.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULibFunc.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULibFunc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPULibFunc.cpp [1597/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerIntrinsics.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerIntrinsics.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerIntrinsics.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp [1598/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUISelDAGToDAG.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUISelDAGToDAG.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUISelDAGToDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp [1599/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULibCalls.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULibCalls.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULibCalls.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp [1600/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerKernelAttributes.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerKernelAttributes.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerKernelAttributes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp [1601/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULegalizerInfo.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULegalizerInfo.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULegalizerInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp [1602/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMachineModuleInfo.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMachineModuleInfo.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMachineModuleInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUMachineModuleInfo.cpp [1603/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMachineFunction.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMachineFunction.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMachineFunction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.cpp [1604/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerKernelArguments.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerKernelArguments.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerKernelArguments.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp [1605/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerModuleLDSPass.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerModuleLDSPass.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerModuleLDSPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp [1606/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMacroFusion.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMacroFusion.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMacroFusion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUMacroFusion.cpp [1607/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUOpenCLEnqueuedBlockLowering.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUOpenCLEnqueuedBlockLowering.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUOpenCLEnqueuedBlockLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUOpenCLEnqueuedBlockLowering.cpp [1608/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMIRFormatter.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMIRFormatter.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMIRFormatter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUMIRFormatter.cpp [1609/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMachineCFGStructurizer.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMachineCFGStructurizer.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMachineCFGStructurizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp [1610/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMCInstLower.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMCInstLower.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMCInstLower.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.cpp [1611/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPropagateAttributes.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPropagateAttributes.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPropagateAttributes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUPropagateAttributes.cpp [1612/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPostLegalizerCombiner.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPostLegalizerCombiner.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPostLegalizerCombiner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUPostLegalizerCombiner.cpp [1613/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURegBankCombiner.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURegBankCombiner.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURegBankCombiner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPURegBankCombiner.cpp [1614/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPreLegalizerCombiner.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPreLegalizerCombiner.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPreLegalizerCombiner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUPreLegalizerCombiner.cpp [1615/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetObjectFile.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetObjectFile.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUTargetObjectFile.cpp [1616/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPromoteAlloca.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPromoteAlloca.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPromoteAlloca.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp [1617/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURewriteOutArguments.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURewriteOutArguments.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURewriteOutArguments.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp [1618/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUUnifyMetadata.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUUnifyMetadata.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUUnifyMetadata.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUUnifyMetadata.cpp [1619/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUReplaceLDSUseWithPointer.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUReplaceLDSUseWithPointer.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUReplaceLDSUseWithPointer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUReplaceLDSUseWithPointer.cpp [1620/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUUnifyDivergentExitNodes.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUUnifyDivergentExitNodes.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUUnifyDivergentExitNodes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp [1621/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURegisterBankInfo.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURegisterBankInfo.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURegisterBankInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp [1622/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUSubtarget.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUSubtarget.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUSubtarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/YAMLTraits.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/CodeGen/MIRYamlMapping.h:22, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp:21: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/SourceMgr.h: In member function 'bool llvm::SMFixIt::operator<(const llvm::SMFixIt&) const': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/SourceMgr.h:243: note: -Wmisleading-indentation is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers if (Range.End.getPointer() != Other.Range.End.getPointer()) In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp:40: /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/AMDGPUGenSubtargetInfo.inc: In member function 'void llvm::GCNSubtarget::ParseSubtargetFeatures(llvm::StringRef, llvm::StringRef, llvm::StringRef)': /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/AMDGPUGenSubtargetInfo.inc:900: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] if (Bits[AMDGPU::FeatureLocalMemorySize0] && LocalMemorySize < 0) LocalMemorySize = 0; In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp:44: /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/R600GenSubtargetInfo.inc: In member function 'void llvm::R600Subtarget::ParseSubtargetFeatures(llvm::StringRef, llvm::StringRef, llvm::StringRef)': /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/R600GenSubtargetInfo.inc:282: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] if (Bits[R600::FeatureLocalMemorySize0] && LocalMemorySize < 0) LocalMemorySize = 0; [1623/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPerfHintAnalysis.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPerfHintAnalysis.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPerfHintAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp [1624/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPrintfRuntimeBinding.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPrintfRuntimeBinding.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPrintfRuntimeBinding.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp [1625/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetTransformInfo.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetTransformInfo.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetTransformInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp [1626/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDILCFGStructurizer.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDILCFGStructurizer.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDILCFGStructurizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDILCFGStructurizer.cpp [1627/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNHazardRecognizer.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNHazardRecognizer.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNHazardRecognizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp [1628/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNMinRegStrategy.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNMinRegStrategy.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNMinRegStrategy.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/GCNMinRegStrategy.cpp [1629/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUResourceUsageAnalysis.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUResourceUsageAnalysis.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUResourceUsageAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUResourceUsageAnalysis.cpp [1630/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNIterativeScheduler.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNIterativeScheduler.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNIterativeScheduler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/GCNIterativeScheduler.cpp [1631/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNRegPressure.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNRegPressure.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNRegPressure.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/GCNRegPressure.cpp [1632/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ClauseMergePass.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ClauseMergePass.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ClauseMergePass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600ClauseMergePass.cpp [1633/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600AsmPrinter.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600AsmPrinter.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600AsmPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600AsmPrinter.cpp [1634/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetMachine.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetMachine.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetMachine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp [1635/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNSchedStrategy.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNSchedStrategy.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNSchedStrategy.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp [1636/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ControlFlowFinalizer.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ControlFlowFinalizer.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ControlFlowFinalizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp [1637/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600EmitClauseMarkers.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600EmitClauseMarkers.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600EmitClauseMarkers.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600EmitClauseMarkers.cpp [1638/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600FrameLowering.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600FrameLowering.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600FrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600FrameLowering.cpp [1639/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600MachineFunctionInfo.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600MachineFunctionInfo.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600MachineFunctionInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600MachineFunctionInfo.cpp [1640/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ExpandSpecialInstrs.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ExpandSpecialInstrs.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ExpandSpecialInstrs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp [1641/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600OpenCLImageTypeLoweringPass.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600OpenCLImageTypeLoweringPass.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600OpenCLImageTypeLoweringPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600OpenCLImageTypeLoweringPass.cpp [1642/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600MachineScheduler.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600MachineScheduler.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600MachineScheduler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600MachineScheduler.cpp [1643/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600InstrInfo.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600InstrInfo.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600InstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600InstrInfo.cpp [1644/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600RegisterInfo.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600RegisterInfo.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600RegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600RegisterInfo.cpp [1645/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ISelLowering.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ISelLowering.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ISelLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600ISelLowering.cpp [1646/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600OptimizeVectorRegisters.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600OptimizeVectorRegisters.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600OptimizeVectorRegisters.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp [1647/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600Packetizer.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600Packetizer.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600Packetizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/R600Packetizer.cpp [1648/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIAnnotateControlFlow.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIAnnotateControlFlow.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIAnnotateControlFlow.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIAnnotateControlFlow.cpp [1649/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFixVGPRCopies.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFixVGPRCopies.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFixVGPRCopies.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIFixVGPRCopies.cpp [1650/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFixSGPRCopies.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFixSGPRCopies.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFixSGPRCopies.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp [1651/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPreAllocateWWMRegs.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPreAllocateWWMRegs.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPreAllocateWWMRegs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIPreAllocateWWMRegs.cpp [1652/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInsertHardClauses.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInsertHardClauses.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInsertHardClauses.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIInsertHardClauses.cpp [1653/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFoldOperands.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFoldOperands.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFoldOperands.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIFoldOperands.cpp [1654/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFrameLowering.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFrameLowering.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIFrameLowering.cpp [1655/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFormMemoryClauses.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFormMemoryClauses.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFormMemoryClauses.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIFormMemoryClauses.cpp [1656/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILateBranchLowering.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILateBranchLowering.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILateBranchLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SILateBranchLowering.cpp [1657/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInsertWaitcnts.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInsertWaitcnts.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInsertWaitcnts.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp [1658/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILoadStoreOptimizer.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILoadStoreOptimizer.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILoadStoreOptimizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp [1659/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILowerControlFlow.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILowerControlFlow.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILowerControlFlow.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp [1660/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILowerI1Copies.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILowerI1Copies.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILowerI1Copies.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp [1661/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILowerSGPRSpills.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILowerSGPRSpills.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILowerSGPRSpills.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp [1662/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInstrInfo.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInstrInfo.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIInstrInfo.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIInstrInfo.cpp:47: /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/AMDGPUGenSearchableTables.inc: In function 'const llvm::AMDGPU::ImageDimIntrinsicInfo* llvm::AMDGPU::getImageDimIntrinsicInfo(unsigned int)': /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/AMDGPUGenSearchableTables.inc:963: note: -Wmisleading-indentation is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers struct KeyType { [1663/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIMemoryLegalizer.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIMemoryLegalizer.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIMemoryLegalizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp [1664/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIMachineFunctionInfo.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIMachineFunctionInfo.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIMachineFunctionInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp [1665/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIOptimizeExecMasking.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIOptimizeExecMasking.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIOptimizeExecMasking.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp [1666/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIProgramInfo.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIProgramInfo.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIProgramInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIProgramInfo.cpp [1667/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIOptimizeExecMaskingPreRA.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIOptimizeExecMaskingPreRA.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIOptimizeExecMaskingPreRA.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp [1668/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIMachineScheduler.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIMachineScheduler.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIMachineScheduler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIMachineScheduler.cpp [1669/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIISelLowering.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIISelLowering.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIISelLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIISelLowering.cpp [1670/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPeepholeSDWA.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPeepholeSDWA.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPeepholeSDWA.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp [1671/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPostRABundler.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPostRABundler.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPostRABundler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIPostRABundler.cpp [1672/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIOptimizeVGPRLiveRange.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIOptimizeVGPRLiveRange.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIOptimizeVGPRLiveRange.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIOptimizeVGPRLiveRange.cpp [1673/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPreEmitPeephole.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPreEmitPeephole.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPreEmitPeephole.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp [1674/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNILPSched.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNILPSched.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNILPSched.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/GCNILPSched.cpp [1675/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIShrinkInstructions.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIShrinkInstructions.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIShrinkInstructions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp [1676/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNDPPCombine.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNDPPCombine.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNDPPCombine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp [1677/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNNSAReassign.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNNSAReassign.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNNSAReassign.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/GCNNSAReassign.cpp [1678/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIRegisterInfo.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIRegisterInfo.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIRegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp [1679/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNPreRAOptimizations.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNPreRAOptimizations.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNPreRAOptimizations.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/GCNPreRAOptimizations.cpp [1680/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIModeRegister.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIModeRegister.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIModeRegister.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIModeRegister.cpp [1681/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUAsmBackend.cpp.o -MF lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUAsmBackend.cpp.o.d -o lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUAsmBackend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp [1682/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCCodeEmitter.cpp.o -MF lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCCodeEmitter.cpp.o.d -o lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCCodeEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp [1683/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCAsmInfo.cpp.o -MF lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCAsmInfo.cpp.o.d -o lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCAsmInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp [1684/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUELFObjectWriter.cpp.o -MF lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUELFObjectWriter.cpp.o.d -o lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUELFObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp [1685/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUELFStreamer.cpp.o -MF lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUELFStreamer.cpp.o.d -o lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUELFStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp [1686/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIWholeQuadMode.cpp.o -MF lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIWholeQuadMode.cpp.o.d -o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIWholeQuadMode.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp [1687/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/R600MCTargetDesc.cpp.o -MF lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/R600MCTargetDesc.cpp.o.d -o lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/R600MCTargetDesc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc/R600MCTargetDesc.cpp [1688/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/TargetInfo/CMakeFiles/LLVMAMDGPUInfo.dir/AMDGPUTargetInfo.cpp.o -MF lib/Target/AMDGPU/TargetInfo/CMakeFiles/LLVMAMDGPUInfo.dir/AMDGPUTargetInfo.cpp.o.d -o lib/Target/AMDGPU/TargetInfo/CMakeFiles/LLVMAMDGPUInfo.dir/AMDGPUTargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/TargetInfo/AMDGPUTargetInfo.cpp [1689/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMAMDGPUInfo.a && /usr/bin/ar qc lib/libLLVMAMDGPUInfo.a lib/Target/AMDGPU/TargetInfo/CMakeFiles/LLVMAMDGPUInfo.dir/AMDGPUTargetInfo.cpp.o && /usr/bin/ranlib lib/libLLVMAMDGPUInfo.a && : [1690/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUAsmUtils.cpp.o -MF lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUAsmUtils.cpp.o.d -o lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUAsmUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp [1691/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUTargetStreamer.cpp.o -MF lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUTargetStreamer.cpp.o.d -o lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUTargetStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp [1692/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/R600MCCodeEmitter.cpp.o -MF lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/R600MCCodeEmitter.cpp.o.d -o lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/R600MCCodeEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp [1693/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPULDSUtils.cpp.o -MF lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPULDSUtils.cpp.o.d -o lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPULDSUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/Utils/AMDGPULDSUtils.cpp [1694/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUPALMetadata.cpp.o -MF lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUPALMetadata.cpp.o.d -o lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUPALMetadata.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp [1695/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARM.td --write-if-changed -o lib/Target/ARM/ARMGenRegisterInfo.inc -d lib/Target/ARM/ARMGenRegisterInfo.inc.d [1696/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDKernelCodeTUtils.cpp.o -MF lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDKernelCodeTUtils.cpp.o.d -o lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDKernelCodeTUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.cpp [1697/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/AsmParser/CMakeFiles/LLVMAMDGPUAsmParser.dir/AMDGPUAsmParser.cpp.o -MF lib/Target/AMDGPU/AsmParser/CMakeFiles/LLVMAMDGPUAsmParser.dir/AMDGPUAsmParser.cpp.o.d -o lib/Target/AMDGPU/AsmParser/CMakeFiles/LLVMAMDGPUAsmParser.dir/AMDGPUAsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp:8272: /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/AMDGPUGenAsmMatcher.inc: In function '{anonymous}::MatchClassKind matchTokenString(llvm::StringRef)': /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/AMDGPUGenAsmMatcher.inc:4893: note: -Wmisleading-indentation is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers return MCK_gds; // "gds" [1698/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-searchable-tables -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARM.td --write-if-changed -o lib/Target/ARM/ARMGenSystemRegister.inc -d lib/Target/ARM/ARMGenSystemRegister.inc.d [1699/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-subtarget -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARM.td --write-if-changed -o lib/Target/ARM/ARMGenSubtargetInfo.inc -d lib/Target/ARM/ARMGenSubtargetInfo.inc.d [1700/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-matcher -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVR.td --write-if-changed -o lib/Target/AVR/AVRGenAsmMatcher.inc -d lib/Target/AVR/AVRGenAsmMatcher.inc.d [1701/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-writer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVR.td --write-if-changed -o lib/Target/AVR/AVRGenAsmWriter.inc -d lib/Target/AVR/AVRGenAsmWriter.inc.d [1702/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCTargetDesc.cpp.o -MF lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCTargetDesc.cpp.o.d -o lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCTargetDesc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp [1703/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUInstPrinter.cpp.o -MF lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUInstPrinter.cpp.o.d -o lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUInstPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp [1704/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/Disassembler/.. -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/Disassembler/.. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/Disassembler/CMakeFiles/LLVMAMDGPUDisassembler.dir/AMDGPUDisassembler.cpp.o -MF lib/Target/AMDGPU/Disassembler/CMakeFiles/LLVMAMDGPUDisassembler.dir/AMDGPUDisassembler.cpp.o.d -o lib/Target/AMDGPU/Disassembler/CMakeFiles/LLVMAMDGPUDisassembler.dir/AMDGPUDisassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp [1705/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBaseRegisterInfo.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBaseRegisterInfo.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBaseRegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp [1706/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/A15SDOptimizer.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/A15SDOptimizer.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/A15SDOptimizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/A15SDOptimizer.cpp [1707/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBasicBlockInfo.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBasicBlockInfo.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBasicBlockInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMBasicBlockInfo.cpp [1708/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMAsmPrinter.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMAsmPrinter.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMAsmPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMAsmPrinter.cpp [1709/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMConstantPoolValue.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMConstantPoolValue.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMConstantPoolValue.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMConstantPoolValue.cpp [1710/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUBaseInfo.cpp.o -MF lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUBaseInfo.cpp.o.d -o lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUBaseInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp:136: /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/AMDGPUGenSearchableTables.inc: In lambda function: /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/AMDGPUGenSearchableTables.inc:1657: note: -Wmisleading-indentation is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers if (CmpAsmSuffix > 0) return false; [1711/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/SIMCCodeEmitter.cpp.o -MF lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/SIMCCodeEmitter.cpp.o.d -o lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/SIMCCodeEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp [1712/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMCallLowering.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMCallLowering.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMCallLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMCallLowering.cpp [1713/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMCallingConv.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMCallingConv.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMCallingConv.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMCallingConv.cpp [1714/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMConstantIslandPass.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMConstantIslandPass.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMConstantIslandPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp [1715/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMExpandPseudoInsts.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMExpandPseudoInsts.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMExpandPseudoInsts.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp [1716/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBaseInstrInfo.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBaseInstrInfo.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBaseInstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp [1717/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMFrameLowering.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMFrameLowering.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMFrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMFrameLowering.cpp [1718/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMHazardRecognizer.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMHazardRecognizer.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMHazardRecognizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMHazardRecognizer.cpp [1719/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMFastISel.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMFastISel.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMFastISel.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMFastISel.cpp [1720/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMInstrInfo.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMInstrInfo.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMInstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMInstrInfo.cpp [1721/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLegalizerInfo.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLegalizerInfo.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLegalizerInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMLegalizerInfo.cpp [1722/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMInstructionSelector.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMInstructionSelector.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMInstructionSelector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMInstructionSelector.cpp [1723/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMISelDAGToDAG.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMISelDAGToDAG.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMISelDAGToDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp [1724/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMParallelDSP.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMParallelDSP.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMParallelDSP.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMParallelDSP.cpp [1725/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBlockPlacement.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBlockPlacement.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBlockPlacement.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMBlockPlacement.cpp [1726/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLowOverheadLoops.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLowOverheadLoops.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLowOverheadLoops.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp [1727/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLoadStoreOptimizer.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLoadStoreOptimizer.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLoadStoreOptimizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp [1728/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMRegisterInfo.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMRegisterInfo.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMRegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMRegisterInfo.cpp [1729/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMCInstLower.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMCInstLower.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMCInstLower.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMMCInstLower.cpp [1730/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMachineFunctionInfo.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMachineFunctionInfo.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMachineFunctionInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMMachineFunctionInfo.cpp [1731/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMOptimizeBarriersPass.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMOptimizeBarriersPass.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMOptimizeBarriersPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMOptimizeBarriersPass.cpp [1732/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMacroFusion.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMacroFusion.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMacroFusion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMMacroFusion.cpp [1733/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMRegisterBankInfo.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMRegisterBankInfo.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMRegisterBankInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMRegisterBankInfo.cpp [1734/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMSelectionDAGInfo.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMSelectionDAGInfo.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMSelectionDAGInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp [1735/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMSLSHardening.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMSLSHardening.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMSLSHardening.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMSLSHardening.cpp [1736/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMTargetObjectFile.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMTargetObjectFile.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMTargetObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp [1737/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMSubtarget.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMSubtarget.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMSubtarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMSubtarget.cpp [1738/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMISelLowering.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMISelLowering.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMISelLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMISelLowering.cpp [1739/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MLxExpansionPass.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MLxExpansionPass.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MLxExpansionPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MLxExpansionPass.cpp [1740/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMTargetMachine.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMTargetMachine.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMTargetMachine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMTargetMachine.cpp [1741/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVELaneInterleavingPass.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVELaneInterleavingPass.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVELaneInterleavingPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MVELaneInterleavingPass.cpp [1742/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVEGatherScatterLowering.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVEGatherScatterLowering.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVEGatherScatterLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp [1743/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMTargetTransformInfo.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMTargetTransformInfo.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMTargetTransformInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp [1744/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVEVPTBlockPass.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVEVPTBlockPass.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVEVPTBlockPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MVEVPTBlockPass.cpp [1745/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVETailPredication.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVETailPredication.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVETailPredication.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MVETailPredication.cpp [1746/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVETPAndVPTOptimisationsPass.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVETPAndVPTOptimisationsPass.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVETPAndVPTOptimisationsPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MVETPAndVPTOptimisationsPass.cpp [1747/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb1InstrInfo.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb1InstrInfo.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb1InstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/Thumb1InstrInfo.cpp [1748/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb1FrameLowering.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb1FrameLowering.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb1FrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp [1749/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMELFObjectWriter.cpp.o -MF lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMELFObjectWriter.cpp.o.d -o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMELFObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp [1750/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb2InstrInfo.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb2InstrInfo.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb2InstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/Thumb2InstrInfo.cpp [1751/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMAsmBackend.cpp.o -MF lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMAsmBackend.cpp.o.d -o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMAsmBackend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp [1752/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb2SizeReduction.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb2SizeReduction.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb2SizeReduction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/Thumb2SizeReduction.cpp [1753/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMachORelocationInfo.cpp.o -MF lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMachORelocationInfo.cpp.o.d -o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMachORelocationInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp [1754/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMELFStreamer.cpp.o -MF lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMELFStreamer.cpp.o.d -o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMELFStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp [1755/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMachObjectWriter.cpp.o -MF lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMachObjectWriter.cpp.o.d -o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMachObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp [1756/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCAsmInfo.cpp.o -MF lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCAsmInfo.cpp.o.d -o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCAsmInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp [1757/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMInstPrinter.cpp.o -MF lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMInstPrinter.cpp.o.d -o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMInstPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc/ARMInstPrinter.cpp [1758/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ThumbRegisterInfo.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ThumbRegisterInfo.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ThumbRegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/ThumbRegisterInfo.cpp [1759/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb2ITBlockPass.cpp.o -MF lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb2ITBlockPass.cpp.o.d -o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb2ITBlockPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/Thumb2ITBlockPass.cpp [1760/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCExpr.cpp.o -MF lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCExpr.cpp.o.d -o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCExpr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.cpp [1761/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMUnwindOpAsm.cpp.o -MF lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMUnwindOpAsm.cpp.o.d -o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMUnwindOpAsm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.cpp [1762/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMTargetStreamer.cpp.o -MF lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMTargetStreamer.cpp.o.d -o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMTargetStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp [1763/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/TargetInfo/CMakeFiles/LLVMARMInfo.dir/ARMTargetInfo.cpp.o -MF lib/Target/ARM/TargetInfo/CMakeFiles/LLVMARMInfo.dir/ARMTargetInfo.cpp.o.d -o lib/Target/ARM/TargetInfo/CMakeFiles/LLVMARMInfo.dir/ARMTargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp [1764/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMWinCOFFObjectWriter.cpp.o -MF lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMWinCOFFObjectWriter.cpp.o.d -o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMWinCOFFObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp [1765/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMARMInfo.a && /usr/bin/ar qc lib/libLLVMARMInfo.a lib/Target/ARM/TargetInfo/CMakeFiles/LLVMARMInfo.dir/ARMTargetInfo.cpp.o && /usr/bin/ranlib lib/libLLVMARMInfo.a && : [1766/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-callingconv -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVR.td --write-if-changed -o lib/Target/AVR/AVRGenCallingConv.inc -d lib/Target/AVR/AVRGenCallingConv.inc.d [1767/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMWinCOFFStreamer.cpp.o -MF lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMWinCOFFStreamer.cpp.o.d -o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMWinCOFFStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc/ARMWinCOFFStreamer.cpp [1768/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-dag-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -omit-comments /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVR.td --write-if-changed -o lib/Target/AVR/AVRGenDAGISel.inc -d lib/Target/AVR/AVRGenDAGISel.inc.d [1769/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-disassembler -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVR.td --write-if-changed -o lib/Target/AVR/AVRGenDisassemblerTables.inc -d lib/Target/AVR/AVRGenDisassemblerTables.inc.d [1770/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-emitter -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVR.td --write-if-changed -o lib/Target/AVR/AVRGenMCCodeEmitter.inc -d lib/Target/AVR/AVRGenMCCodeEmitter.inc.d [1771/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-instr-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVR.td --write-if-changed -o lib/Target/AVR/AVRGenInstrInfo.inc -d lib/Target/AVR/AVRGenInstrInfo.inc.d [1772/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/Utils/CMakeFiles/LLVMARMUtils.dir/ARMBaseInfo.cpp.o -MF lib/Target/ARM/Utils/CMakeFiles/LLVMARMUtils.dir/ARMBaseInfo.cpp.o.d -o lib/Target/ARM/Utils/CMakeFiles/LLVMARMUtils.dir/ARMBaseInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/Utils/ARMBaseInfo.cpp [1773/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVR.td --write-if-changed -o lib/Target/AVR/AVRGenRegisterInfo.inc -d lib/Target/AVR/AVRGenRegisterInfo.inc.d [1774/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMARMUtils.a && /usr/bin/ar qc lib/libLLVMARMUtils.a lib/Target/ARM/Utils/CMakeFiles/LLVMARMUtils.dir/ARMBaseInfo.cpp.o && /usr/bin/ranlib lib/libLLVMARMUtils.a && : [1775/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-subtarget -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVR.td --write-if-changed -o lib/Target/AVR/AVRGenSubtargetInfo.inc -d lib/Target/AVR/AVRGenSubtargetInfo.inc.d [1776/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-matcher -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPF.td --write-if-changed -o lib/Target/BPF/BPFGenAsmMatcher.inc -d lib/Target/BPF/BPFGenAsmMatcher.inc.d [1777/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-writer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPF.td --write-if-changed -o lib/Target/BPF/BPFGenAsmWriter.inc -d lib/Target/BPF/BPFGenAsmWriter.inc.d [1778/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-callingconv -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPF.td --write-if-changed -o lib/Target/BPF/BPFGenCallingConv.inc -d lib/Target/BPF/BPFGenCallingConv.inc.d [1779/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCTargetDesc.cpp.o -MF lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCTargetDesc.cpp.o.d -o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCTargetDesc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp [1780/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCCodeEmitter.cpp.o -MF lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCCodeEmitter.cpp.o.d -o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCCodeEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp [1781/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMARMDesc.a && /usr/bin/ar qc lib/libLLVMARMDesc.a lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMAsmBackend.cpp.o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMELFObjectWriter.cpp.o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMELFStreamer.cpp.o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMInstPrinter.cpp.o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMachObjectWriter.cpp.o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMachORelocationInfo.cpp.o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCAsmInfo.cpp.o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCCodeEmitter.cpp.o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCExpr.cpp.o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMMCTargetDesc.cpp.o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMTargetStreamer.cpp.o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMUnwindOpAsm.cpp.o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMWinCOFFObjectWriter.cpp.o lib/Target/ARM/MCTargetDesc/CMakeFiles/LLVMARMDesc.dir/ARMWinCOFFStreamer.cpp.o && /usr/bin/ranlib lib/libLLVMARMDesc.a && : [1782/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRFrameLowering.cpp.o -MF lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRFrameLowering.cpp.o.d -o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRFrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVRFrameLowering.cpp [1783/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRInstrInfo.cpp.o -MF lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRInstrInfo.cpp.o.d -o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRInstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVRInstrInfo.cpp [1784/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRExpandPseudoInsts.cpp.o -MF lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRExpandPseudoInsts.cpp.o.d -o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRExpandPseudoInsts.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp [1785/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRISelDAGToDAG.cpp.o -MF lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRISelDAGToDAG.cpp.o.d -o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRISelDAGToDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp [1786/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRAsmPrinter.cpp.o -MF lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRAsmPrinter.cpp.o.d -o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRAsmPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVRAsmPrinter.cpp [1787/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/AsmParser/CMakeFiles/LLVMARMAsmParser.dir/ARMAsmParser.cpp.o -MF lib/Target/ARM/AsmParser/CMakeFiles/LLVMARMAsmParser.dir/ARMAsmParser.cpp.o.d -o lib/Target/ARM/AsmParser/CMakeFiles/LLVMARMAsmParser.dir/ARMAsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp [1788/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMARMAsmParser.a && /usr/bin/ar qc lib/libLLVMARMAsmParser.a lib/Target/ARM/AsmParser/CMakeFiles/LLVMARMAsmParser.dir/ARMAsmParser.cpp.o && /usr/bin/ranlib lib/libLLVMARMAsmParser.a && : [1789/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRMCInstLower.cpp.o -MF lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRMCInstLower.cpp.o.d -o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRMCInstLower.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVRMCInstLower.cpp [1790/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRRelaxMemOperations.cpp.o -MF lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRRelaxMemOperations.cpp.o.d -o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRRelaxMemOperations.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVRRelaxMemOperations.cpp [1791/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRRegisterInfo.cpp.o -MF lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRRegisterInfo.cpp.o.d -o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRRegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVRRegisterInfo.cpp [1792/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRShiftExpand.cpp.o -MF lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRShiftExpand.cpp.o.d -o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRShiftExpand.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVRShiftExpand.cpp [1793/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRSubtarget.cpp.o -MF lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRSubtarget.cpp.o.d -o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRSubtarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVRSubtarget.cpp [1794/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRISelLowering.cpp.o -MF lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRISelLowering.cpp.o.d -o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRISelLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVRISelLowering.cpp [1795/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRTargetObjectFile.cpp.o -MF lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRTargetObjectFile.cpp.o.d -o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRTargetObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVRTargetObjectFile.cpp [1796/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRTargetMachine.cpp.o -MF lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRTargetMachine.cpp.o.d -o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRTargetMachine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AVRTargetMachine.cpp [1797/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRAsmBackend.cpp.o -MF lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRAsmBackend.cpp.o.d -o lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRAsmBackend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp [1798/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRInstPrinter.cpp.o -MF lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRInstPrinter.cpp.o.d -o lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRInstPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/MCTargetDesc/AVRInstPrinter.cpp [1799/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRELFObjectWriter.cpp.o -MF lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRELFObjectWriter.cpp.o.d -o lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRELFObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/MCTargetDesc/AVRELFObjectWriter.cpp [1800/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCAsmInfo.cpp.o -MF lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCAsmInfo.cpp.o.d -o lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCAsmInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp [1801/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRELFStreamer.cpp.o -MF lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRELFStreamer.cpp.o.d -o lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRELFStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/MCTargetDesc/AVRELFStreamer.cpp [1802/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/AsmParser/CMakeFiles/LLVMAVRAsmParser.dir/AVRAsmParser.cpp.o -MF lib/Target/AVR/AsmParser/CMakeFiles/LLVMAVRAsmParser.dir/AVRAsmParser.cpp.o.d -o lib/Target/AVR/AsmParser/CMakeFiles/LLVMAVRAsmParser.dir/AVRAsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/AsmParser/AVRAsmParser.cpp [1803/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCCodeEmitter.cpp.o -MF lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCCodeEmitter.cpp.o.d -o lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCCodeEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.cpp [1804/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCELFStreamer.cpp.o -MF lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCELFStreamer.cpp.o.d -o lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCELFStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.cpp [1805/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR/TargetInfo/.. -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/TargetInfo/.. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/TargetInfo/CMakeFiles/LLVMAVRInfo.dir/AVRTargetInfo.cpp.o -MF lib/Target/AVR/TargetInfo/CMakeFiles/LLVMAVRInfo.dir/AVRTargetInfo.cpp.o.d -o lib/Target/AVR/TargetInfo/CMakeFiles/LLVMAVRInfo.dir/AVRTargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/TargetInfo/AVRTargetInfo.cpp [1806/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMAVRInfo.a && /usr/bin/ar qc lib/libLLVMAVRInfo.a lib/Target/AVR/TargetInfo/CMakeFiles/LLVMAVRInfo.dir/AVRTargetInfo.cpp.o && /usr/bin/ranlib lib/libLLVMAVRInfo.a && : [1807/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-disassembler -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPF.td --write-if-changed -o lib/Target/BPF/BPFGenDisassemblerTables.inc -d lib/Target/BPF/BPFGenDisassemblerTables.inc.d [1808/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/Disassembler/CMakeFiles/LLVMAVRDisassembler.dir/AVRDisassembler.cpp.o -MF lib/Target/AVR/Disassembler/CMakeFiles/LLVMAVRDisassembler.dir/AVRDisassembler.cpp.o.d -o lib/Target/AVR/Disassembler/CMakeFiles/LLVMAVRDisassembler.dir/AVRDisassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp [1809/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMAVRDisassembler.a && /usr/bin/ar qc lib/libLLVMAVRDisassembler.a lib/Target/AVR/Disassembler/CMakeFiles/LLVMAVRDisassembler.dir/AVRDisassembler.cpp.o && /usr/bin/ranlib lib/libLLVMAVRDisassembler.a && : [1810/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-dag-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -omit-comments /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPF.td --write-if-changed -o lib/Target/BPF/BPFGenDAGISel.inc -d lib/Target/BPF/BPFGenDAGISel.inc.d [1811/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRTargetStreamer.cpp.o -MF lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRTargetStreamer.cpp.o.d -o lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRTargetStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.cpp [1812/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-emitter -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPF.td --write-if-changed -o lib/Target/BPF/BPFGenMCCodeEmitter.inc -d lib/Target/BPF/BPFGenMCCodeEmitter.inc.d [1813/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPF.td --write-if-changed -o lib/Target/BPF/BPFGenRegisterInfo.inc -d lib/Target/BPF/BPFGenRegisterInfo.inc.d [1814/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-instr-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPF.td --write-if-changed -o lib/Target/BPF/BPFGenInstrInfo.inc -d lib/Target/BPF/BPFGenInstrInfo.inc.d [1815/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-subtarget -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPF.td --write-if-changed -o lib/Target/BPF/BPFGenSubtargetInfo.inc -d lib/Target/BPF/BPFGenSubtargetInfo.inc.d [1816/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCExpr.cpp.o -MF lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCExpr.cpp.o.d -o lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCExpr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp [1817/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AVR -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCTargetDesc.cpp.o -MF lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCTargetDesc.cpp.o.d -o lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCTargetDesc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp [1818/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMAVRDesc.a && /usr/bin/ar qc lib/libLLVMAVRDesc.a lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRAsmBackend.cpp.o lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRELFObjectWriter.cpp.o lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRELFStreamer.cpp.o lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRInstPrinter.cpp.o lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCAsmInfo.cpp.o lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCCodeEmitter.cpp.o lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCELFStreamer.cpp.o lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCExpr.cpp.o lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRMCTargetDesc.cpp.o lib/Target/AVR/MCTargetDesc/CMakeFiles/LLVMAVRDesc.dir/AVRTargetStreamer.cpp.o && /usr/bin/ranlib lib/libLLVMAVRDesc.a && : [1819/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMAVRAsmParser.a && /usr/bin/ar qc lib/libLLVMAVRAsmParser.a lib/Target/AVR/AsmParser/CMakeFiles/LLVMAVRAsmParser.dir/AVRAsmParser.cpp.o && /usr/bin/ranlib lib/libLLVMAVRAsmParser.a && : [1820/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-callingconv -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/Hexagon.td --write-if-changed -o lib/Target/Hexagon/HexagonGenCallingConv.inc -d lib/Target/Hexagon/HexagonGenCallingConv.inc.d [1821/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-matcher -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/Hexagon.td --write-if-changed -o lib/Target/Hexagon/HexagonGenAsmMatcher.inc -d lib/Target/Hexagon/HexagonGenAsmMatcher.inc.d [1822/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-writer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/Hexagon.td --write-if-changed -o lib/Target/Hexagon/HexagonGenAsmWriter.inc -d lib/Target/Hexagon/HexagonGenAsmWriter.inc.d [1823/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/ARM/Disassembler/CMakeFiles/LLVMARMDisassembler.dir/ARMDisassembler.cpp.o -MF lib/Target/ARM/Disassembler/CMakeFiles/LLVMARMDisassembler.dir/ARMDisassembler.cpp.o.d -o lib/Target/ARM/Disassembler/CMakeFiles/LLVMARMDisassembler.dir/ARMDisassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp [1824/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMARMDisassembler.a && /usr/bin/ar qc lib/libLLVMARMDisassembler.a lib/Target/ARM/Disassembler/CMakeFiles/LLVMARMDisassembler.dir/ARMDisassembler.cpp.o && /usr/bin/ranlib lib/libLLVMARMDisassembler.a && : [1825/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-dag-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -omit-comments /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/Hexagon.td --write-if-changed -o lib/Target/Hexagon/HexagonGenDAGISel.inc -d lib/Target/Hexagon/HexagonGenDAGISel.inc.d [1826/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFFrameLowering.cpp.o -MF lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFFrameLowering.cpp.o.d -o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFFrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPFFrameLowering.cpp [1827/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFInstrInfo.cpp.o -MF lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFInstrInfo.cpp.o.d -o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFInstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPFInstrInfo.cpp [1828/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFCheckAndAdjustIR.cpp.o -MF lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFCheckAndAdjustIR.cpp.o.d -o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFCheckAndAdjustIR.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPFCheckAndAdjustIR.cpp [1829/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFAdjustOpt.cpp.o -MF lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFAdjustOpt.cpp.o.d -o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFAdjustOpt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPFAdjustOpt.cpp [1830/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFAbstractMemberAccess.cpp.o -MF lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFAbstractMemberAccess.cpp.o.d -o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFAbstractMemberAccess.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp [1831/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFAsmPrinter.cpp.o -MF lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFAsmPrinter.cpp.o.d -o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFAsmPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPFAsmPrinter.cpp [1832/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFISelDAGToDAG.cpp.o -MF lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFISelDAGToDAG.cpp.o.d -o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFISelDAGToDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPFISelDAGToDAG.cpp [1833/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFMCInstLower.cpp.o -MF lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFMCInstLower.cpp.o.d -o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFMCInstLower.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPFMCInstLower.cpp [1834/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFISelLowering.cpp.o -MF lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFISelLowering.cpp.o.d -o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFISelLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPFISelLowering.cpp [1835/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFPreserveDIType.cpp.o -MF lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFPreserveDIType.cpp.o.d -o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFPreserveDIType.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPFPreserveDIType.cpp [1836/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFRegisterInfo.cpp.o -MF lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFRegisterInfo.cpp.o.d -o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFRegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPFRegisterInfo.cpp [1837/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFSelectionDAGInfo.cpp.o -MF lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFSelectionDAGInfo.cpp.o.d -o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFSelectionDAGInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPFSelectionDAGInfo.cpp [1838/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFMIChecking.cpp.o -MF lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFMIChecking.cpp.o.d -o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFMIChecking.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPFMIChecking.cpp [1839/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFSubtarget.cpp.o -MF lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFSubtarget.cpp.o.d -o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFSubtarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPFSubtarget.cpp [1840/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFMIPeephole.cpp.o -MF lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFMIPeephole.cpp.o.d -o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFMIPeephole.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPFMIPeephole.cpp [1841/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/Disassembler/CMakeFiles/LLVMBPFDisassembler.dir/BPFDisassembler.cpp.o -MF lib/Target/BPF/Disassembler/CMakeFiles/LLVMBPFDisassembler.dir/BPFDisassembler.cpp.o.d -o lib/Target/BPF/Disassembler/CMakeFiles/LLVMBPFDisassembler.dir/BPFDisassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/Disassembler/BPFDisassembler.cpp [1842/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFMISimplifyPatchable.cpp.o -MF lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFMISimplifyPatchable.cpp.o.d -o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFMISimplifyPatchable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPFMISimplifyPatchable.cpp [1843/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFMCTargetDesc.cpp.o -MF lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFMCTargetDesc.cpp.o.d -o lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFMCTargetDesc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp [1844/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFInstPrinter.cpp.o -MF lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFInstPrinter.cpp.o.d -o lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFInstPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/MCTargetDesc/BPFInstPrinter.cpp [1845/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/AsmParser/CMakeFiles/LLVMBPFAsmParser.dir/BPFAsmParser.cpp.o -MF lib/Target/BPF/AsmParser/CMakeFiles/LLVMBPFAsmParser.dir/BPFAsmParser.cpp.o.d -o lib/Target/BPF/AsmParser/CMakeFiles/LLVMBPFAsmParser.dir/BPFAsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/AsmParser/BPFAsmParser.cpp [1846/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFELFObjectWriter.cpp.o -MF lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFELFObjectWriter.cpp.o.d -o lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFELFObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp [1847/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFMCCodeEmitter.cpp.o -MF lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFMCCodeEmitter.cpp.o.d -o lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFMCCodeEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/MCTargetDesc/BPFMCCodeEmitter.cpp [1848/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFAsmBackend.cpp.o -MF lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFAsmBackend.cpp.o.d -o lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFAsmBackend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp [1849/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-dfa-packetizer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/Hexagon.td --write-if-changed -o lib/Target/Hexagon/HexagonGenDFAPacketizer.inc -d lib/Target/Hexagon/HexagonGenDFAPacketizer.inc.d [1850/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/TargetInfo/CMakeFiles/LLVMBPFInfo.dir/BPFTargetInfo.cpp.o -MF lib/Target/BPF/TargetInfo/CMakeFiles/LLVMBPFInfo.dir/BPFTargetInfo.cpp.o.d -o lib/Target/BPF/TargetInfo/CMakeFiles/LLVMBPFInfo.dir/BPFTargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/TargetInfo/BPFTargetInfo.cpp [1851/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMBPFInfo.a && /usr/bin/ar qc lib/libLLVMBPFInfo.a lib/Target/BPF/TargetInfo/CMakeFiles/LLVMBPFInfo.dir/BPFTargetInfo.cpp.o && /usr/bin/ranlib lib/libLLVMBPFInfo.a && : [1852/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-disassembler -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/Hexagon.td --write-if-changed -o lib/Target/Hexagon/HexagonGenDisassemblerTables.inc -d lib/Target/Hexagon/HexagonGenDisassemblerTables.inc.d [1853/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMBPFDisassembler.a && /usr/bin/ar qc lib/libLLVMBPFDisassembler.a lib/Target/BPF/Disassembler/CMakeFiles/LLVMBPFDisassembler.dir/BPFDisassembler.cpp.o && /usr/bin/ranlib lib/libLLVMBPFDisassembler.a && : [1854/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMBPFDesc.a && /usr/bin/ar qc lib/libLLVMBPFDesc.a lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFMCTargetDesc.cpp.o lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFAsmBackend.cpp.o lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFInstPrinter.cpp.o lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFMCCodeEmitter.cpp.o lib/Target/BPF/MCTargetDesc/CMakeFiles/LLVMBPFDesc.dir/BPFELFObjectWriter.cpp.o && /usr/bin/ranlib lib/libLLVMBPFDesc.a && : [1855/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMBPFAsmParser.a && /usr/bin/ar qc lib/libLLVMBPFAsmParser.a lib/Target/BPF/AsmParser/CMakeFiles/LLVMBPFAsmParser.dir/BPFAsmParser.cpp.o && /usr/bin/ranlib lib/libLLVMBPFAsmParser.a && : [1856/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-emitter -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/Hexagon.td --write-if-changed -o lib/Target/Hexagon/HexagonGenMCCodeEmitter.inc -d lib/Target/Hexagon/HexagonGenMCCodeEmitter.inc.d [1857/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-matcher -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/Lanai.td --write-if-changed -o lib/Target/Lanai/LanaiGenAsmMatcher.inc -d lib/Target/Lanai/LanaiGenAsmMatcher.inc.d [1858/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/Hexagon.td --write-if-changed -o lib/Target/Hexagon/HexagonGenRegisterInfo.inc -d lib/Target/Hexagon/HexagonGenRegisterInfo.inc.d [1859/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-writer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/Lanai.td --write-if-changed -o lib/Target/Lanai/LanaiGenAsmWriter.inc -d lib/Target/Lanai/LanaiGenAsmWriter.inc.d [1860/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-callingconv -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/Lanai.td --write-if-changed -o lib/Target/Lanai/LanaiGenCallingConv.inc -d lib/Target/Lanai/LanaiGenCallingConv.inc.d [1861/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-subtarget -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/Hexagon.td --write-if-changed -o lib/Target/Hexagon/HexagonGenSubtargetInfo.inc -d lib/Target/Hexagon/HexagonGenSubtargetInfo.inc.d [1862/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-disassembler -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/Lanai.td --write-if-changed -o lib/Target/Lanai/LanaiGenDisassemblerTables.inc -d lib/Target/Lanai/LanaiGenDisassemblerTables.inc.d [1863/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-dag-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -omit-comments /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/Lanai.td --write-if-changed -o lib/Target/Lanai/LanaiGenDAGISel.inc -d lib/Target/Lanai/LanaiGenDAGISel.inc.d [1864/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-emitter -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/Lanai.td --write-if-changed -o lib/Target/Lanai/LanaiGenMCCodeEmitter.inc -d lib/Target/Lanai/LanaiGenMCCodeEmitter.inc.d [1865/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-instr-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/Lanai.td --write-if-changed -o lib/Target/Lanai/LanaiGenInstrInfo.inc -d lib/Target/Lanai/LanaiGenInstrInfo.inc.d [1866/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-subtarget -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/Lanai.td --write-if-changed -o lib/Target/Lanai/LanaiGenSubtargetInfo.inc -d lib/Target/Lanai/LanaiGenSubtargetInfo.inc.d [1867/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/Lanai.td --write-if-changed -o lib/Target/Lanai/LanaiGenRegisterInfo.inc -d lib/Target/Lanai/LanaiGenRegisterInfo.inc.d [1868/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-instr-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/Hexagon.td --write-if-changed -o lib/Target/Hexagon/HexagonGenInstrInfo.inc -d lib/Target/Hexagon/HexagonGenInstrInfo.inc.d [1869/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-callingconv -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Mips.td --write-if-changed -o lib/Target/Mips/MipsGenCallingConv.inc -d lib/Target/Mips/MipsGenCallingConv.inc.d [1870/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-writer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Mips.td --write-if-changed -o lib/Target/Mips/MipsGenAsmWriter.inc -d lib/Target/Mips/MipsGenAsmWriter.inc.d [1871/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-matcher -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Mips.td --write-if-changed -o lib/Target/Mips/MipsGenAsmMatcher.inc -d lib/Target/Mips/MipsGenAsmMatcher.inc.d [1872/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-dag-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -omit-comments /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Mips.td --write-if-changed -o lib/Target/Mips/MipsGenDAGISel.inc -d lib/Target/Mips/MipsGenDAGISel.inc.d [1873/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BTFDebug.cpp.o -MF lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BTFDebug.cpp.o.d -o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BTFDebug.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BTFDebug.cpp [1874/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFTargetMachine.cpp.o -MF lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFTargetMachine.cpp.o.d -o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFTargetMachine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/BPF/BPFTargetMachine.cpp [1875/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiAsmPrinter.cpp.o -MF lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiAsmPrinter.cpp.o.d -o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiAsmPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/LanaiAsmPrinter.cpp [1876/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/BitTracker.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/BitTracker.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/BitTracker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/BitTracker.cpp [1877/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBlockRanges.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBlockRanges.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBlockRanges.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonBlockRanges.cpp [1878/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonAsmPrinter.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonAsmPrinter.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonAsmPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp [1879/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBitTracker.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBitTracker.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBitTracker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonBitTracker.cpp [1880/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCFGOptimizer.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCFGOptimizer.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCFGOptimizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonCFGOptimizer.cpp [1881/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBitSimplify.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBitSimplify.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBitSimplify.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonBitSimplify.cpp [1882/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBranchRelaxation.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBranchRelaxation.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBranchRelaxation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonBranchRelaxation.cpp [1883/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCommonGEP.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCommonGEP.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCommonGEP.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonCommonGEP.cpp [1884/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCopyToCombine.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCopyToCombine.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCopyToCombine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonCopyToCombine.cpp [1885/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonFixupHwLoops.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonFixupHwLoops.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonFixupHwLoops.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonFixupHwLoops.cpp [1886/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonConstExtenders.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonConstExtenders.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonConstExtenders.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonConstExtenders.cpp [1887/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonEarlyIfConv.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonEarlyIfConv.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonEarlyIfConv.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonEarlyIfConv.cpp [1888/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonConstPropagation.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonConstPropagation.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonConstPropagation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonConstPropagation.cpp [1889/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonExpandCondsets.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonExpandCondsets.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonExpandCondsets.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonExpandCondsets.cpp [1890/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenExtract.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenExtract.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenExtract.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonGenExtract.cpp [1891/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenMux.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenMux.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenMux.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonGenMux.cpp [1892/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonFrameLowering.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonFrameLowering.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonFrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp [1893/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonHazardRecognizer.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonHazardRecognizer.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonHazardRecognizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonHazardRecognizer.cpp [1894/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenPredicate.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenPredicate.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenPredicate.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonGenPredicate.cpp [1895/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenInsert.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenInsert.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenInsert.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonGenInsert.cpp [1896/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonHardwareLoops.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonHardwareLoops.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonHardwareLoops.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp [1897/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMachineFunctionInfo.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMachineFunctionInfo.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMachineFunctionInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonMachineFunctionInfo.cpp [1898/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelDAGToDAG.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelDAGToDAG.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelDAGToDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp [1899/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelLoweringHVX.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelLoweringHVX.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelLoweringHVX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp [1900/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonInstrInfo.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonInstrInfo.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonInstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp [1901/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMachineScheduler.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMachineScheduler.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMachineScheduler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp [1902/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelDAGToDAGHVX.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelDAGToDAGHVX.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelDAGToDAGHVX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp [1903/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonLoopIdiomRecognition.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonLoopIdiomRecognition.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonLoopIdiomRecognition.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp [1904/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMCInstLower.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMCInstLower.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMCInstLower.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonMCInstLower.cpp [1905/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelLowering.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelLowering.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp [1906/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonNewValueJump.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonNewValueJump.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonNewValueJump.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp [1907/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonOptimizeSZextends.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonOptimizeSZextends.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonOptimizeSZextends.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonOptimizeSZextends.cpp [1908/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSplitConst32AndConst64.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSplitConst32AndConst64.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSplitConst32AndConst64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp [1909/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSelectionDAGInfo.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSelectionDAGInfo.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSelectionDAGInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp [1910/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonRegisterInfo.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonRegisterInfo.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonRegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp [1911/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonRDFOpt.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonRDFOpt.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonRDFOpt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonRDFOpt.cpp [1912/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonStoreWidening.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonStoreWidening.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonStoreWidening.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonStoreWidening.cpp [1913/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonOptAddrMode.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonOptAddrMode.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonOptAddrMode.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonOptAddrMode.cpp [1914/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonPeephole.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonPeephole.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonPeephole.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonPeephole.cpp [1915/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSplitDouble.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSplitDouble.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSplitDouble.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonSplitDouble.cpp [1916/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetObjectFile.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetObjectFile.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp [1917/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVectorLoopCarriedReuse.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVectorLoopCarriedReuse.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVectorLoopCarriedReuse.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp [1918/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSubtarget.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSubtarget.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSubtarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonSubtarget.cpp [1919/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVectorPrint.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVectorPrint.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVectorPrint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonVectorPrint.cpp [1920/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVExtract.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVExtract.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVExtract.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonVExtract.cpp [1921/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetTransformInfo.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetTransformInfo.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetTransformInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp [1922/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/RDFCopy.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/RDFCopy.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/RDFCopy.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/RDFCopy.cpp [1923/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVLIWPacketizer.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVLIWPacketizer.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVLIWPacketizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp [1924/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVectorCombine.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVectorCombine.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVectorCombine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp [1925/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/RDFDeadCode.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/RDFDeadCode.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/RDFDeadCode.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/RDFDeadCode.cpp [1926/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonELFObjectWriter.cpp.o -MF lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonELFObjectWriter.cpp.o.d -o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonELFObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp [1927/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCAsmInfo.cpp.o -MF lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCAsmInfo.cpp.o.d -o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCAsmInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp [1928/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonAsmBackend.cpp.o -MF lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonAsmBackend.cpp.o.d -o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonAsmBackend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp [1929/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetMachine.cpp.o -MF lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetMachine.cpp.o.d -o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetMachine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp [1930/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/Disassembler/CMakeFiles/LLVMHexagonDisassembler.dir/HexagonDisassembler.cpp.o -MF lib/Target/Hexagon/Disassembler/CMakeFiles/LLVMHexagonDisassembler.dir/HexagonDisassembler.cpp.o.d -o lib/Target/Hexagon/Disassembler/CMakeFiles/LLVMHexagonDisassembler.dir/HexagonDisassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp [1931/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCDuplexInfo.cpp.o -MF lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCDuplexInfo.cpp.o.d -o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCDuplexInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp [1932/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCCompound.cpp.o -MF lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCCompound.cpp.o.d -o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCCompound.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp [1933/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCELFStreamer.cpp.o -MF lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCELFStreamer.cpp.o.d -o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCELFStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp [1934/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon/AsmParser/.. -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/AsmParser/.. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/AsmParser/CMakeFiles/LLVMHexagonAsmParser.dir/HexagonAsmParser.cpp.o -MF lib/Target/Hexagon/AsmParser/CMakeFiles/LLVMHexagonAsmParser.dir/HexagonAsmParser.cpp.o.d -o lib/Target/Hexagon/AsmParser/CMakeFiles/LLVMHexagonAsmParser.dir/HexagonAsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp [1935/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCChecker.cpp.o -MF lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCChecker.cpp.o.d -o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp [1936/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCExpr.cpp.o -MF lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCExpr.cpp.o.d -o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCExpr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.cpp [1937/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCShuffler.cpp.o -MF lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCShuffler.cpp.o.d -o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCShuffler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.cpp [1938/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/TargetInfo/CMakeFiles/LLVMHexagonInfo.dir/HexagonTargetInfo.cpp.o -MF lib/Target/Hexagon/TargetInfo/CMakeFiles/LLVMHexagonInfo.dir/HexagonTargetInfo.cpp.o.d -o lib/Target/Hexagon/TargetInfo/CMakeFiles/LLVMHexagonInfo.dir/HexagonTargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/TargetInfo/HexagonTargetInfo.cpp [1939/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMHexagonInfo.a && /usr/bin/ar qc lib/libLLVMHexagonInfo.a lib/Target/Hexagon/TargetInfo/CMakeFiles/LLVMHexagonInfo.dir/HexagonTargetInfo.cpp.o && /usr/bin/ranlib lib/libLLVMHexagonInfo.a && : [1940/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCCodeEmitter.cpp.o -MF lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCCodeEmitter.cpp.o.d -o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCCodeEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp [1941/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonInstPrinter.cpp.o -MF lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonInstPrinter.cpp.o.d -o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonInstPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp [1942/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCInstrInfo.cpp.o -MF lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCInstrInfo.cpp.o.d -o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCInstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp [1943/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonShuffler.cpp.o -MF lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonShuffler.cpp.o.d -o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonShuffler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp [1944/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMachineFunctionInfo.cpp.o -MF lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMachineFunctionInfo.cpp.o.d -o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMachineFunctionInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/LanaiMachineFunctionInfo.cpp [1945/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCTargetDesc.cpp.o -MF lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCTargetDesc.cpp.o.d -o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCTargetDesc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp [1946/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMHexagonDesc.a && /usr/bin/ar qc lib/libLLVMHexagonDesc.a lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonAsmBackend.cpp.o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonELFObjectWriter.cpp.o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonInstPrinter.cpp.o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCAsmInfo.cpp.o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCChecker.cpp.o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCCodeEmitter.cpp.o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCCompound.cpp.o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCDuplexInfo.cpp.o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCELFStreamer.cpp.o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCExpr.cpp.o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCInstrInfo.cpp.o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCShuffler.cpp.o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonMCTargetDesc.cpp.o lib/Target/Hexagon/MCTargetDesc/CMakeFiles/LLVMHexagonDesc.dir/HexagonShuffler.cpp.o && /usr/bin/ranlib lib/libLLVMHexagonDesc.a && : [1947/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMHexagonAsmParser.a && /usr/bin/ar qc lib/libLLVMHexagonAsmParser.a lib/Target/Hexagon/AsmParser/CMakeFiles/LLVMHexagonAsmParser.dir/HexagonAsmParser.cpp.o && /usr/bin/ranlib lib/libLLVMHexagonAsmParser.a && : [1948/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMHexagonDisassembler.a && /usr/bin/ar qc lib/libLLVMHexagonDisassembler.a lib/Target/Hexagon/Disassembler/CMakeFiles/LLVMHexagonDisassembler.dir/HexagonDisassembler.cpp.o && /usr/bin/ranlib lib/libLLVMHexagonDisassembler.a && : [1949/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiDelaySlotFiller.cpp.o -MF lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiDelaySlotFiller.cpp.o.d -o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiDelaySlotFiller.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/LanaiDelaySlotFiller.cpp [1950/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMCInstLower.cpp.o -MF lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMCInstLower.cpp.o.d -o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMCInstLower.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/LanaiMCInstLower.cpp [1951/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiFrameLowering.cpp.o -MF lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiFrameLowering.cpp.o.d -o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiFrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/LanaiFrameLowering.cpp [1952/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiInstrInfo.cpp.o -MF lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiInstrInfo.cpp.o.d -o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiInstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/LanaiInstrInfo.cpp [1953/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiISelDAGToDAG.cpp.o -MF lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiISelDAGToDAG.cpp.o.d -o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiISelDAGToDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/LanaiISelDAGToDAG.cpp [1954/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiISelLowering.cpp.o -MF lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiISelLowering.cpp.o.d -o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiISelLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/LanaiISelLowering.cpp [1955/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiRegisterInfo.cpp.o -MF lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiRegisterInfo.cpp.o.d -o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiRegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/LanaiRegisterInfo.cpp [1956/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMemAluCombiner.cpp.o -MF lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMemAluCombiner.cpp.o.d -o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMemAluCombiner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/LanaiMemAluCombiner.cpp [1957/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiELFObjectWriter.cpp.o -MF lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiELFObjectWriter.cpp.o.d -o lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiELFObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/MCTargetDesc/LanaiELFObjectWriter.cpp [1958/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiSelectionDAGInfo.cpp.o -MF lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiSelectionDAGInfo.cpp.o.d -o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiSelectionDAGInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/LanaiSelectionDAGInfo.cpp [1959/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiAsmBackend.cpp.o -MF lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiAsmBackend.cpp.o.d -o lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiAsmBackend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp [1960/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCAsmInfo.cpp.o -MF lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCAsmInfo.cpp.o.d -o lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCAsmInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCAsmInfo.cpp [1961/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiSubtarget.cpp.o -MF lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiSubtarget.cpp.o.d -o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiSubtarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/LanaiSubtarget.cpp [1962/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiTargetObjectFile.cpp.o -MF lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiTargetObjectFile.cpp.o.d -o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiTargetObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/LanaiTargetObjectFile.cpp [1963/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiInstPrinter.cpp.o -MF lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiInstPrinter.cpp.o.d -o lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiInstPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/MCTargetDesc/LanaiInstPrinter.cpp [1964/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCCodeEmitter.cpp.o -MF lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCCodeEmitter.cpp.o.d -o lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCCodeEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCCodeEmitter.cpp [1965/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-disassembler -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Mips.td --write-if-changed -o lib/Target/Mips/MipsGenDisassemblerTables.inc -d lib/Target/Mips/MipsGenDisassemblerTables.inc.d [1966/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-exegesis -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Mips.td --write-if-changed -o lib/Target/Mips/MipsGenExegesis.inc -d lib/Target/Mips/MipsGenExegesis.inc.d [1967/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/TargetInfo/CMakeFiles/LLVMLanaiInfo.dir/LanaiTargetInfo.cpp.o -MF lib/Target/Lanai/TargetInfo/CMakeFiles/LLVMLanaiInfo.dir/LanaiTargetInfo.cpp.o.d -o lib/Target/Lanai/TargetInfo/CMakeFiles/LLVMLanaiInfo.dir/LanaiTargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/TargetInfo/LanaiTargetInfo.cpp [1968/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMLanaiInfo.a && /usr/bin/ar qc lib/libLLVMLanaiInfo.a lib/Target/Lanai/TargetInfo/CMakeFiles/LLVMLanaiInfo.dir/LanaiTargetInfo.cpp.o && /usr/bin/ranlib lib/libLLVMLanaiInfo.a && : [1969/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-fast-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Mips.td --write-if-changed -o lib/Target/Mips/MipsGenFastISel.inc -d lib/Target/Mips/MipsGenFastISel.inc.d [1970/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/Disassembler/CMakeFiles/LLVMLanaiDisassembler.dir/LanaiDisassembler.cpp.o -MF lib/Target/Lanai/Disassembler/CMakeFiles/LLVMLanaiDisassembler.dir/LanaiDisassembler.cpp.o.d -o lib/Target/Lanai/Disassembler/CMakeFiles/LLVMLanaiDisassembler.dir/LanaiDisassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/Disassembler/LanaiDisassembler.cpp [1971/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCExpr.cpp.o -MF lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCExpr.cpp.o.d -o lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCExpr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCExpr.cpp [1972/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-global-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Mips.td --write-if-changed -o lib/Target/Mips/MipsGenGlobalISel.inc -d lib/Target/Mips/MipsGenGlobalISel.inc.d [1973/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCTargetDesc.cpp.o -MF lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCTargetDesc.cpp.o.d -o lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCTargetDesc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp [1974/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMLanaiDesc.a && /usr/bin/ar qc lib/libLLVMLanaiDesc.a lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiAsmBackend.cpp.o lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiELFObjectWriter.cpp.o lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiInstPrinter.cpp.o lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCAsmInfo.cpp.o lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCCodeEmitter.cpp.o lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCExpr.cpp.o lib/Target/Lanai/MCTargetDesc/CMakeFiles/LLVMLanaiDesc.dir/LanaiMCTargetDesc.cpp.o && /usr/bin/ranlib lib/libLLVMLanaiDesc.a && : [1975/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMLanaiDisassembler.a && /usr/bin/ar qc lib/libLLVMLanaiDisassembler.a lib/Target/Lanai/Disassembler/CMakeFiles/LLVMLanaiDisassembler.dir/LanaiDisassembler.cpp.o && /usr/bin/ranlib lib/libLLVMLanaiDisassembler.a && : [1976/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-pseudo-lowering -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Mips.td --write-if-changed -o lib/Target/Mips/MipsGenMCPseudoLowering.inc -d lib/Target/Mips/MipsGenMCPseudoLowering.inc.d [1977/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-bank -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Mips.td --write-if-changed -o lib/Target/Mips/MipsGenRegisterBank.inc -d lib/Target/Mips/MipsGenRegisterBank.inc.d [1978/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-emitter -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Mips.td --write-if-changed -o lib/Target/Mips/MipsGenMCCodeEmitter.inc -d lib/Target/Mips/MipsGenMCCodeEmitter.inc.d [1979/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-instr-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Mips.td --write-if-changed -o lib/Target/Mips/MipsGenInstrInfo.inc -d lib/Target/Mips/MipsGenInstrInfo.inc.d [1980/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai/AsmParser/.. -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/AsmParser/.. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/AsmParser/CMakeFiles/LLVMLanaiAsmParser.dir/LanaiAsmParser.cpp.o -MF lib/Target/Lanai/AsmParser/CMakeFiles/LLVMLanaiAsmParser.dir/LanaiAsmParser.cpp.o.d -o lib/Target/Lanai/AsmParser/CMakeFiles/LLVMLanaiAsmParser.dir/LanaiAsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp [1981/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMLanaiAsmParser.a && /usr/bin/ar qc lib/libLLVMLanaiAsmParser.a lib/Target/Lanai/AsmParser/CMakeFiles/LLVMLanaiAsmParser.dir/LanaiAsmParser.cpp.o && /usr/bin/ranlib lib/libLLVMLanaiAsmParser.a && : [1982/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-matcher -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MSP430.td --write-if-changed -o lib/Target/MSP430/MSP430GenAsmMatcher.inc -d lib/Target/MSP430/MSP430GenAsmMatcher.inc.d [1983/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-writer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MSP430.td --write-if-changed -o lib/Target/MSP430/MSP430GenAsmWriter.inc -d lib/Target/MSP430/MSP430GenAsmWriter.inc.d [1984/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Mips.td --write-if-changed -o lib/Target/Mips/MipsGenRegisterInfo.inc -d lib/Target/Mips/MipsGenRegisterInfo.inc.d [1985/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-callingconv -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MSP430.td --write-if-changed -o lib/Target/MSP430/MSP430GenCallingConv.inc -d lib/Target/MSP430/MSP430GenCallingConv.inc.d [1986/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-dag-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -omit-comments /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MSP430.td --write-if-changed -o lib/Target/MSP430/MSP430GenDAGISel.inc -d lib/Target/MSP430/MSP430GenDAGISel.inc.d [1987/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-disassembler -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MSP430.td --write-if-changed -o lib/Target/MSP430/MSP430GenDisassemblerTables.inc -d lib/Target/MSP430/MSP430GenDisassemblerTables.inc.d [1988/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-emitter -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MSP430.td --write-if-changed -o lib/Target/MSP430/MSP430GenMCCodeEmitter.inc -d lib/Target/MSP430/MSP430GenMCCodeEmitter.inc.d [1989/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MSP430.td --write-if-changed -o lib/Target/MSP430/MSP430GenRegisterInfo.inc -d lib/Target/MSP430/MSP430GenRegisterInfo.inc.d [1990/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-subtarget -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MSP430.td --write-if-changed -o lib/Target/MSP430/MSP430GenSubtargetInfo.inc -d lib/Target/MSP430/MSP430GenSubtargetInfo.inc.d [1991/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-subtarget -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Mips.td --write-if-changed -o lib/Target/Mips/MipsGenSubtargetInfo.inc -d lib/Target/Mips/MipsGenSubtargetInfo.inc.d [1992/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-instr-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MSP430.td --write-if-changed -o lib/Target/MSP430/MSP430GenInstrInfo.inc -d lib/Target/MSP430/MSP430GenInstrInfo.inc.d [1993/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTX.td --write-if-changed -o lib/Target/NVPTX/NVPTXGenRegisterInfo.inc -d lib/Target/NVPTX/NVPTXGenRegisterInfo.inc.d [1994/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16HardFloatInfo.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16HardFloatInfo.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16HardFloatInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Mips16HardFloatInfo.cpp [1995/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-writer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTX.td --write-if-changed -o lib/Target/NVPTX/NVPTXGenAsmWriter.inc -d lib/Target/NVPTX/NVPTXGenAsmWriter.inc.d [1996/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-subtarget -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTX.td --write-if-changed -o lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc -d lib/Target/NVPTX/NVPTXGenSubtargetInfo.inc.d [1997/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-dag-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -omit-comments /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTX.td --write-if-changed -o lib/Target/NVPTX/NVPTXGenDAGISel.inc -d lib/Target/NVPTX/NVPTXGenDAGISel.inc.d [1998/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-instr-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTX.td --write-if-changed -o lib/Target/NVPTX/NVPTXGenInstrInfo.inc -d lib/Target/NVPTX/NVPTXGenInstrInfo.inc.d [1999/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiTargetMachine.cpp.o -MF lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiTargetMachine.cpp.o.d -o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiTargetMachine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Lanai/LanaiTargetMachine.cpp [2000/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsAnalyzeImmediate.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsAnalyzeImmediate.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsAnalyzeImmediate.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsAnalyzeImmediate.cpp [2001/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16InstrInfo.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16InstrInfo.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16InstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Mips16InstrInfo.cpp [2002/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16HardFloat.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16HardFloat.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16HardFloat.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Mips16HardFloat.cpp [2003/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16FrameLowering.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16FrameLowering.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16FrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Mips16FrameLowering.cpp [2004/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16ISelLowering.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16ISelLowering.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16ISelLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Mips16ISelLowering.cpp [2005/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16RegisterInfo.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16RegisterInfo.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16RegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Mips16RegisterInfo.cpp [2006/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16ISelDAGToDAG.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16ISelDAGToDAG.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16ISelDAGToDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Mips16ISelDAGToDAG.cpp [2007/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsCallLowering.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsCallLowering.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsCallLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsCallLowering.cpp [2008/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsCCState.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsCCState.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsCCState.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsCCState.cpp [2009/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsAsmPrinter.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsAsmPrinter.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsAsmPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsAsmPrinter.cpp [2010/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsConstantIslandPass.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsConstantIslandPass.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsConstantIslandPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsConstantIslandPass.cpp [2011/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsExpandPseudo.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsExpandPseudo.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsExpandPseudo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsExpandPseudo.cpp [2012/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsDelaySlotFiller.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsDelaySlotFiller.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsDelaySlotFiller.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp [2013/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsInstrInfo.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsInstrInfo.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsInstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsInstrInfo.cpp [2014/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsISelDAGToDAG.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsISelDAGToDAG.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsISelDAGToDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp [2015/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsFrameLowering.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsFrameLowering.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsFrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsFrameLowering.cpp [2016/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsFastISel.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsFastISel.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsFastISel.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsFastISel.cpp [2017/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsInstructionSelector.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsInstructionSelector.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsInstructionSelector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsInstructionSelector.cpp [2018/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsLoongson2FBTBFix.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsLoongson2FBTBFix.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsLoongson2FBTBFix.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsLoongson2FBTBFix.cpp [2019/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsLegalizerInfo.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsLegalizerInfo.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsLegalizerInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsLegalizerInfo.cpp [2020/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsOs16.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsOs16.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsOs16.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsOs16.cpp [2021/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsBranchExpansion.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsBranchExpansion.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsBranchExpansion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsBranchExpansion.cpp [2022/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsMCInstLower.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsMCInstLower.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsMCInstLower.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsMCInstLower.cpp [2023/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsISelLowering.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsISelLowering.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsISelLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsISelLowering.cpp [2024/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsModuleISelDAGToDAG.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsModuleISelDAGToDAG.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsModuleISelDAGToDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsModuleISelDAGToDAG.cpp [2025/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsMachineFunction.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsMachineFunction.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsMachineFunction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsMachineFunction.cpp [2026/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsOptimizePICCall.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsOptimizePICCall.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsOptimizePICCall.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsOptimizePICCall.cpp [2027/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsPreLegalizerCombiner.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsPreLegalizerCombiner.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsPreLegalizerCombiner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsPreLegalizerCombiner.cpp [2028/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsRegisterInfo.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsRegisterInfo.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsRegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsRegisterInfo.cpp [2029/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsReturnProtectorLowering.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsReturnProtectorLowering.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsReturnProtectorLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsReturnProtectorLowering.cpp [2030/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEInstrInfo.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEInstrInfo.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEInstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsSEInstrInfo.cpp [2031/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsRegisterBankInfo.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsRegisterBankInfo.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsRegisterBankInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsRegisterBankInfo.cpp [2032/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEFrameLowering.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEFrameLowering.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEFrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsSEFrameLowering.cpp [2033/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSERegisterInfo.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSERegisterInfo.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSERegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsSERegisterInfo.cpp [2034/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEISelDAGToDAG.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEISelDAGToDAG.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEISelDAGToDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp [2035/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSubtarget.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSubtarget.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSubtarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsSubtarget.cpp [2036/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEISelLowering.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEISelLowering.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEISelLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsSEISelLowering.cpp [2037/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsABIInfo.cpp.o -MF lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsABIInfo.cpp.o.d -o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsABIInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp [2038/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MicroMipsSizeReduction.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MicroMipsSizeReduction.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MicroMipsSizeReduction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MicroMipsSizeReduction.cpp [2039/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsABIFlagsSection.cpp.o -MF lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsABIFlagsSection.cpp.o.d -o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsABIFlagsSection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.cpp [2040/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsTargetObjectFile.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsTargetObjectFile.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsTargetObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsTargetObjectFile.cpp [2041/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsAsmBackend.cpp.o -MF lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsAsmBackend.cpp.o.d -o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsAsmBackend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp [2042/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsELFObjectWriter.cpp.o -MF lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsELFObjectWriter.cpp.o.d -o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsELFObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp [2043/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCAsmInfo.cpp.o -MF lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCAsmInfo.cpp.o.d -o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCAsmInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp [2044/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsELFStreamer.cpp.o -MF lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsELFStreamer.cpp.o.d -o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsELFStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp [2045/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/Disassembler/CMakeFiles/LLVMMipsDisassembler.dir/MipsDisassembler.cpp.o -MF lib/Target/Mips/Disassembler/CMakeFiles/LLVMMipsDisassembler.dir/MipsDisassembler.cpp.o.d -o lib/Target/Mips/Disassembler/CMakeFiles/LLVMMipsDisassembler.dir/MipsDisassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp [2046/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCExpr.cpp.o -MF lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCExpr.cpp.o.d -o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCExpr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp [2047/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsInstPrinter.cpp.o -MF lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsInstPrinter.cpp.o.d -o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsInstPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc/MipsInstPrinter.cpp [2048/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/AsmParser/CMakeFiles/LLVMMipsAsmParser.dir/MipsAsmParser.cpp.o -MF lib/Target/Mips/AsmParser/CMakeFiles/LLVMMipsAsmParser.dir/MipsAsmParser.cpp.o.d -o lib/Target/Mips/AsmParser/CMakeFiles/LLVMMipsAsmParser.dir/MipsAsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp [2049/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsTargetMachine.cpp.o -MF lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsTargetMachine.cpp.o.d -o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsTargetMachine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MipsTargetMachine.cpp [2050/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCTargetDesc.cpp.o -MF lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCTargetDesc.cpp.o.d -o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCTargetDesc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp [2051/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsOptionRecord.cpp.o -MF lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsOptionRecord.cpp.o.d -o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsOptionRecord.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp [2052/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/TargetInfo/CMakeFiles/LLVMMipsInfo.dir/MipsTargetInfo.cpp.o -MF lib/Target/Mips/TargetInfo/CMakeFiles/LLVMMipsInfo.dir/MipsTargetInfo.cpp.o.d -o lib/Target/Mips/TargetInfo/CMakeFiles/LLVMMipsInfo.dir/MipsTargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp [2053/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMMipsInfo.a && /usr/bin/ar qc lib/libLLVMMipsInfo.a lib/Target/Mips/TargetInfo/CMakeFiles/LLVMMipsInfo.dir/MipsTargetInfo.cpp.o && /usr/bin/ranlib lib/libLLVMMipsInfo.a && : [2054/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCCodeEmitter.cpp.o -MF lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCCodeEmitter.cpp.o.d -o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCCodeEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp [2055/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMMipsDisassembler.a && /usr/bin/ar qc lib/libLLVMMipsDisassembler.a lib/Target/Mips/Disassembler/CMakeFiles/LLVMMipsDisassembler.dir/MipsDisassembler.cpp.o && /usr/bin/ranlib lib/libLLVMMipsDisassembler.a && : [2056/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsNaClELFStreamer.cpp.o -MF lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsNaClELFStreamer.cpp.o.d -o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsNaClELFStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc/MipsNaClELFStreamer.cpp [2057/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsTargetStreamer.cpp.o -MF lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsTargetStreamer.cpp.o.d -o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsTargetStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp [2058/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMMipsDesc.a && /usr/bin/ar qc lib/libLLVMMipsDesc.a lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsABIInfo.cpp.o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsABIFlagsSection.cpp.o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsAsmBackend.cpp.o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsELFObjectWriter.cpp.o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsELFStreamer.cpp.o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsInstPrinter.cpp.o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCAsmInfo.cpp.o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCCodeEmitter.cpp.o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCExpr.cpp.o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsMCTargetDesc.cpp.o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsNaClELFStreamer.cpp.o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsOptionRecord.cpp.o lib/Target/Mips/MCTargetDesc/CMakeFiles/LLVMMipsDesc.dir/MipsTargetStreamer.cpp.o && /usr/bin/ranlib lib/libLLVMMipsDesc.a && : [2059/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMMipsAsmParser.a && /usr/bin/ar qc lib/libLLVMMipsAsmParser.a lib/Target/Mips/AsmParser/CMakeFiles/LLVMMipsAsmParser.dir/MipsAsmParser.cpp.o && /usr/bin/ranlib lib/libLLVMMipsAsmParser.a && : [2060/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430MachineFunctionInfo.cpp.o -MF lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430MachineFunctionInfo.cpp.o.d -o lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430MachineFunctionInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MSP430MachineFunctionInfo.cpp [2061/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430ISelDAGToDAG.cpp.o -MF lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430ISelDAGToDAG.cpp.o.d -o lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430ISelDAGToDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp [2062/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430BranchSelector.cpp.o -MF lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430BranchSelector.cpp.o.d -o lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430BranchSelector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MSP430BranchSelector.cpp [2063/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430InstrInfo.cpp.o -MF lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430InstrInfo.cpp.o.d -o lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430InstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MSP430InstrInfo.cpp [2064/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430RegisterInfo.cpp.o -MF lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430RegisterInfo.cpp.o.d -o lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430RegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MSP430RegisterInfo.cpp [2065/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430FrameLowering.cpp.o -MF lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430FrameLowering.cpp.o.d -o lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430FrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MSP430FrameLowering.cpp [2066/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430ELFObjectWriter.cpp.o -MF lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430ELFObjectWriter.cpp.o.d -o lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430ELFObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MCTargetDesc/MSP430ELFObjectWriter.cpp [2067/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430ISelLowering.cpp.o -MF lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430ISelLowering.cpp.o.d -o lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430ISelLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp [2068/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430MCAsmInfo.cpp.o -MF lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430MCAsmInfo.cpp.o.d -o lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430MCAsmInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp [2069/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430Subtarget.cpp.o -MF lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430Subtarget.cpp.o.d -o lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430Subtarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MSP430Subtarget.cpp [2070/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430AsmBackend.cpp.o -MF lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430AsmBackend.cpp.o.d -o lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430AsmBackend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MCTargetDesc/MSP430AsmBackend.cpp [2071/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430TargetMachine.cpp.o -MF lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430TargetMachine.cpp.o.d -o lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430TargetMachine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MSP430TargetMachine.cpp [2072/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430MCInstLower.cpp.o -MF lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430MCInstLower.cpp.o.d -o lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430MCInstLower.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MSP430MCInstLower.cpp [2073/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/MSP430/TargetInfo/CMakeFiles/LLVMMSP430Info.dir/MSP430TargetInfo.cpp.o -MF lib/Target/MSP430/TargetInfo/CMakeFiles/LLVMMSP430Info.dir/MSP430TargetInfo.cpp.o.d -o lib/Target/MSP430/TargetInfo/CMakeFiles/LLVMMSP430Info.dir/MSP430TargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/TargetInfo/MSP430TargetInfo.cpp [2074/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMMSP430Info.a && /usr/bin/ar qc lib/libLLVMMSP430Info.a lib/Target/MSP430/TargetInfo/CMakeFiles/LLVMMSP430Info.dir/MSP430TargetInfo.cpp.o && /usr/bin/ranlib lib/libLLVMMSP430Info.a && : [2075/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430ELFStreamer.cpp.o -MF lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430ELFStreamer.cpp.o.d -o lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430ELFStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MCTargetDesc/MSP430ELFStreamer.cpp [2076/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430MCTargetDesc.cpp.o -MF lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430MCTargetDesc.cpp.o.d -o lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430MCTargetDesc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp [2077/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430InstPrinter.cpp.o -MF lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430InstPrinter.cpp.o.d -o lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430InstPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MCTargetDesc/MSP430InstPrinter.cpp [2078/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430AsmPrinter.cpp.o -MF lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430AsmPrinter.cpp.o.d -o lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430AsmPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MSP430AsmPrinter.cpp [2079/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430MCCodeEmitter.cpp.o -MF lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430MCCodeEmitter.cpp.o.d -o lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430MCCodeEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/MCTargetDesc/MSP430MCCodeEmitter.cpp [2080/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMMSP430Desc.a && /usr/bin/ar qc lib/libLLVMMSP430Desc.a lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430AsmBackend.cpp.o lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430ELFObjectWriter.cpp.o lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430ELFStreamer.cpp.o lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430InstPrinter.cpp.o lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430MCAsmInfo.cpp.o lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430MCCodeEmitter.cpp.o lib/Target/MSP430/MCTargetDesc/CMakeFiles/LLVMMSP430Desc.dir/MSP430MCTargetDesc.cpp.o && /usr/bin/ranlib lib/libLLVMMSP430Desc.a && : [2081/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAllocaHoisting.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAllocaHoisting.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAllocaHoisting.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp [2082/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAssignValidGlobalNames.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAssignValidGlobalNames.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAssignValidGlobalNames.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXAssignValidGlobalNames.cpp [2083/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/MSP430/Disassembler/CMakeFiles/LLVMMSP430Disassembler.dir/MSP430Disassembler.cpp.o -MF lib/Target/MSP430/Disassembler/CMakeFiles/LLVMMSP430Disassembler.dir/MSP430Disassembler.cpp.o.d -o lib/Target/MSP430/Disassembler/CMakeFiles/LLVMMSP430Disassembler.dir/MSP430Disassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/Disassembler/MSP430Disassembler.cpp [2084/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMMSP430Disassembler.a && /usr/bin/ar qc lib/libLLVMMSP430Disassembler.a lib/Target/MSP430/Disassembler/CMakeFiles/LLVMMSP430Disassembler.dir/MSP430Disassembler.cpp.o && /usr/bin/ranlib lib/libLLVMMSP430Disassembler.a && : [2085/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAtomicLower.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAtomicLower.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAtomicLower.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXAtomicLower.cpp [2086/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/MSP430 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/MSP430/AsmParser/CMakeFiles/LLVMMSP430AsmParser.dir/MSP430AsmParser.cpp.o -MF lib/Target/MSP430/AsmParser/CMakeFiles/LLVMMSP430AsmParser.dir/MSP430AsmParser.cpp.o.d -o lib/Target/MSP430/AsmParser/CMakeFiles/LLVMMSP430AsmParser.dir/MSP430AsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/MSP430/AsmParser/MSP430AsmParser.cpp [2087/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMMSP430AsmParser.a && /usr/bin/ar qc lib/libLLVMMSP430AsmParser.a lib/Target/MSP430/AsmParser/CMakeFiles/LLVMMSP430AsmParser.dir/MSP430AsmParser.cpp.o && /usr/bin/ranlib lib/libLLVMMSP430AsmParser.a && : [2088/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXFrameLowering.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXFrameLowering.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXFrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXFrameLowering.cpp [2089/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXImageOptimizer.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXImageOptimizer.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXImageOptimizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXImageOptimizer.cpp [2090/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXGenericToNVVM.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXGenericToNVVM.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXGenericToNVVM.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXGenericToNVVM.cpp [2091/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXInstrInfo.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXInstrInfo.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXInstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXInstrInfo.cpp [2092/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerAggrCopies.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerAggrCopies.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerAggrCopies.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp [2093/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAsmPrinter.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAsmPrinter.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAsmPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp [2094/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerAlloca.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerAlloca.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerAlloca.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXLowerAlloca.cpp [2095/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXISelDAGToDAG.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXISelDAGToDAG.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXISelDAGToDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp [2096/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXMCExpr.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXMCExpr.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXMCExpr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXMCExpr.cpp [2097/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXISelLowering.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXISelLowering.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXISelLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp [2098/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXPeephole.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXPeephole.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXPeephole.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXPeephole.cpp [2099/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerArgs.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerArgs.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerArgs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXLowerArgs.cpp [2100/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXPrologEpilogPass.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXPrologEpilogPass.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXPrologEpilogPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp [2101/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXRegisterInfo.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXRegisterInfo.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXRegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.cpp [2102/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVVMIntrRange.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVVMIntrRange.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVVMIntrRange.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVVMIntrRange.cpp [2103/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXReplaceImageHandles.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXReplaceImageHandles.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXReplaceImageHandles.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXReplaceImageHandles.cpp [2104/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXSubtarget.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXSubtarget.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXSubtarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp [2105/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXMCAsmInfo.cpp.o -MF lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXMCAsmInfo.cpp.o.d -o lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXMCAsmInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp [2106/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVVMReflect.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVVMReflect.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVVMReflect.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVVMReflect.cpp [2107/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXUtilities.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXUtilities.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXUtilities.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXUtilities.cpp [2108/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-matcher -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPC.td --write-if-changed -o lib/Target/PowerPC/PPCGenAsmMatcher.inc -d lib/Target/PowerPC/PPCGenAsmMatcher.inc.d [2109/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/TargetInfo/CMakeFiles/LLVMNVPTXInfo.dir/NVPTXTargetInfo.cpp.o -MF lib/Target/NVPTX/TargetInfo/CMakeFiles/LLVMNVPTXInfo.dir/NVPTXTargetInfo.cpp.o.d -o lib/Target/NVPTX/TargetInfo/CMakeFiles/LLVMNVPTXInfo.dir/NVPTXTargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/TargetInfo/NVPTXTargetInfo.cpp [2110/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMNVPTXInfo.a && /usr/bin/ar qc lib/libLLVMNVPTXInfo.a lib/Target/NVPTX/TargetInfo/CMakeFiles/LLVMNVPTXInfo.dir/NVPTXTargetInfo.cpp.o && /usr/bin/ranlib lib/libLLVMNVPTXInfo.a && : [2111/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-writer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPC.td --write-if-changed -o lib/Target/PowerPC/PPCGenAsmWriter.inc -d lib/Target/PowerPC/PPCGenAsmWriter.inc.d [2112/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-callingconv -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPC.td --write-if-changed -o lib/Target/PowerPC/PPCGenCallingConv.inc -d lib/Target/PowerPC/PPCGenCallingConv.inc.d [2113/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXTargetStreamer.cpp.o -MF lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXTargetStreamer.cpp.o.d -o lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXTargetStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp [2114/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-disassembler -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPC.td --write-if-changed -o lib/Target/PowerPC/PPCGenDisassemblerTables.inc -d lib/Target/PowerPC/PPCGenDisassemblerTables.inc.d [2115/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-exegesis -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPC.td --write-if-changed -o lib/Target/PowerPC/PPCGenExegesis.inc -d lib/Target/PowerPC/PPCGenExegesis.inc.d [2116/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXProxyRegErasure.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXProxyRegErasure.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXProxyRegErasure.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXProxyRegErasure.cpp [2117/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXTargetTransformInfo.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXTargetTransformInfo.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXTargetTransformInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp [2118/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-dag-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -omit-comments /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPC.td --write-if-changed -o lib/Target/PowerPC/PPCGenDAGISel.inc -d lib/Target/PowerPC/PPCGenDAGISel.inc.d [2119/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXMCTargetDesc.cpp.o -MF lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXMCTargetDesc.cpp.o.d -o lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXMCTargetDesc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp [2120/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-emitter -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPC.td --write-if-changed -o lib/Target/PowerPC/PPCGenMCCodeEmitter.inc -d lib/Target/PowerPC/PPCGenMCCodeEmitter.inc.d [2121/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-bank -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPC.td --write-if-changed -o lib/Target/PowerPC/PPCGenRegisterBank.inc -d lib/Target/PowerPC/PPCGenRegisterBank.inc.d [2122/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-fast-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPC.td --write-if-changed -o lib/Target/PowerPC/PPCGenFastISel.inc -d lib/Target/PowerPC/PPCGenFastISel.inc.d [2123/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPC.td --write-if-changed -o lib/Target/PowerPC/PPCGenRegisterInfo.inc -d lib/Target/PowerPC/PPCGenRegisterInfo.inc.d [2124/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-global-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPC.td --write-if-changed -o lib/Target/PowerPC/PPCGenGlobalISel.inc -d lib/Target/PowerPC/PPCGenGlobalISel.inc.d [2125/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-instr-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPC.td --write-if-changed -o lib/Target/PowerPC/PPCGenInstrInfo.inc -d lib/Target/PowerPC/PPCGenInstrInfo.inc.d [2126/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-subtarget -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPC.td --write-if-changed -o lib/Target/PowerPC/PPCGenSubtargetInfo.inc -d lib/Target/PowerPC/PPCGenSubtargetInfo.inc.d [2127/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-matcher -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCV.td --write-if-changed -o lib/Target/RISCV/RISCVGenAsmMatcher.inc -d lib/Target/RISCV/RISCVGenAsmMatcher.inc.d [2128/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-compress-inst-emitter -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCV.td --write-if-changed -o lib/Target/RISCV/RISCVGenCompressInstEmitter.inc -d lib/Target/RISCV/RISCVGenCompressInstEmitter.inc.d [2129/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-writer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCV.td --write-if-changed -o lib/Target/RISCV/RISCVGenAsmWriter.inc -d lib/Target/RISCV/RISCVGenAsmWriter.inc.d [2130/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-disassembler -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCV.td --write-if-changed -o lib/Target/RISCV/RISCVGenDisassemblerTables.inc -d lib/Target/RISCV/RISCVGenDisassemblerTables.inc.d [2131/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXTargetMachine.cpp.o -MF lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXTargetMachine.cpp.o.d -o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXTargetMachine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp [2132/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCBranchCoalescing.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCBranchCoalescing.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCBranchCoalescing.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCBranchCoalescing.cpp [2133/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCBranchSelector.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCBranchSelector.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCBranchSelector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp [2134/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCTRLoops.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCTRLoops.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCTRLoops.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCCTRLoops.cpp [2135/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/GISel/PPCInstructionSelector.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/GISel/PPCInstructionSelector.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/GISel/PPCInstructionSelector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/GISel/PPCInstructionSelector.cpp [2136/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCBoolRetToInt.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCBoolRetToInt.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCBoolRetToInt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCBoolRetToInt.cpp [2137/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCallingConv.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCallingConv.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCallingConv.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCCallingConv.cpp [2138/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCAsmPrinter.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCAsmPrinter.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCAsmPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp [2139/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCCState.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCCState.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCCState.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCCCState.cpp [2140/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/NVPTX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXInstPrinter.cpp.o -MF lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXInstPrinter.cpp.o.d -o lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXInstPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXInstPrinter.cpp [2141/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMNVPTXDesc.a && /usr/bin/ar qc lib/libLLVMNVPTXDesc.a lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXInstPrinter.cpp.o lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXMCAsmInfo.cpp.o lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXMCTargetDesc.cpp.o lib/Target/NVPTX/MCTargetDesc/CMakeFiles/LLVMNVPTXDesc.dir/NVPTXTargetStreamer.cpp.o && /usr/bin/ranlib lib/libLLVMNVPTXDesc.a && : [2142/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCExpandAtomicPseudoInsts.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCExpandAtomicPseudoInsts.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCExpandAtomicPseudoInsts.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCExpandAtomicPseudoInsts.cpp [2143/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCHazardRecognizers.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCHazardRecognizers.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCHazardRecognizers.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp [2144/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCEarlyReturn.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCEarlyReturn.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCEarlyReturn.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCEarlyReturn.cpp [2145/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-dag-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -omit-comments /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCV.td --write-if-changed -o lib/Target/RISCV/RISCVGenDAGISel.inc -d lib/Target/RISCV/RISCVGenDAGISel.inc.d [2146/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCInstrInfo.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCInstrInfo.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCInstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp [2147/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMachineFunctionInfo.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMachineFunctionInfo.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMachineFunctionInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.cpp [2148/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCFrameLowering.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCFrameLowering.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCFrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp [2149/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMCInstLower.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMCInstLower.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMCInstLower.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp [2150/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCLoopInstrFormPrep.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCLoopInstrFormPrep.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCLoopInstrFormPrep.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp [2151/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCFastISel.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCFastISel.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCFastISel.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCFastISel.cpp [2152/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMachineScheduler.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMachineScheduler.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMachineScheduler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCMachineScheduler.cpp [2153/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCISelDAGToDAG.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCISelDAGToDAG.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCISelDAGToDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp [2154/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetObjectFile.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetObjectFile.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCTargetObjectFile.cpp [2155/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMacroFusion.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMacroFusion.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMacroFusion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCMacroFusion.cpp [2156/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMIPeephole.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMIPeephole.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMIPeephole.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCMIPeephole.cpp [2157/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCReturnProtectorLowering.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCReturnProtectorLowering.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCReturnProtectorLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCReturnProtectorLowering.cpp /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCReturnProtectorLowering.cpp: In member function 'virtual void llvm::PPCReturnProtectorLowering::insertReturnProtectorPrologue(llvm::MachineFunction&, llvm::MachineBasicBlock&, llvm::GlobalVariable*) const': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCReturnProtectorLowering.cpp:47:12: warning: variable 'LWZ' set but not used [-Wunused-but-set-variable] unsigned LWZ = PPC::LWZ; ^~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCReturnProtectorLowering.cpp: In member function 'virtual void llvm::PPCReturnProtectorLowering::insertReturnProtectorEpilogue(llvm::MachineFunction&, llvm::MachineInstr&, llvm::GlobalVariable*) const': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCReturnProtectorLowering.cpp:131:12: warning: variable 'LWZ' set but not used [-Wunused-but-set-variable] unsigned LWZ = PPC::LWZ; ^~~ [2158/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCSubtarget.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCSubtarget.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCSubtarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCSubtarget.cpp [2159/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCRegisterInfo.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCRegisterInfo.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCRegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp [2160/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTOCRegDeps.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTOCRegDeps.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTOCRegDeps.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCTOCRegDeps.cpp [2161/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCISelLowering.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCISelLowering.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCISelLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCISelLowering.cpp [2162/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetMachine.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetMachine.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetMachine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp [2163/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCReduceCRLogicals.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCReduceCRLogicals.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCReduceCRLogicals.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCReduceCRLogicals.cpp [2164/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXFMAMutate.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXFMAMutate.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXFMAMutate.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCVSXFMAMutate.cpp [2165/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetTransformInfo.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetTransformInfo.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetTransformInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp [2166/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXSwapRemoval.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXSwapRemoval.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXSwapRemoval.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCVSXSwapRemoval.cpp [2167/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCExpandISEL.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCExpandISEL.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCExpandISEL.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCExpandISEL.cpp [2168/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTLSDynamicCall.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTLSDynamicCall.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTLSDynamicCall.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp [2169/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCLowerMASSVEntries.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCLowerMASSVEntries.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCLowerMASSVEntries.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCLowerMASSVEntries.cpp [2170/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/GISel/PPCLegalizerInfo.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/GISel/PPCLegalizerInfo.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/GISel/PPCLegalizerInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.cpp [2171/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXCopy.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXCopy.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXCopy.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCVSXCopy.cpp [2172/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/GISel/PPCRegisterBankInfo.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/GISel/PPCRegisterBankInfo.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/GISel/PPCRegisterBankInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.cpp [2173/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCPreEmitPeephole.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCPreEmitPeephole.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCPreEmitPeephole.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/PPCPreEmitPeephole.cpp [2174/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCAsmInfo.cpp.o -MF lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCAsmInfo.cpp.o.d -o lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCAsmInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp [2175/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/GISel/PPCCallLowering.cpp.o -MF lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/GISel/PPCCallLowering.cpp.o.d -o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/GISel/PPCCallLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/GISel/PPCCallLowering.cpp [2176/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCPredicates.cpp.o -MF lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCPredicates.cpp.o.d -o lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCPredicates.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.cpp [2177/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCAsmBackend.cpp.o -MF lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCAsmBackend.cpp.o.d -o lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCAsmBackend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp [2178/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCExpr.cpp.o -MF lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCExpr.cpp.o.d -o lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCExpr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp [2179/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCELFObjectWriter.cpp.o -MF lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCELFObjectWriter.cpp.o.d -o lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCELFObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp [2180/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCXCOFFObjectWriter.cpp.o -MF lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCXCOFFObjectWriter.cpp.o.d -o lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCXCOFFObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFObjectWriter.cpp [2181/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCTargetDesc.cpp.o -MF lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCTargetDesc.cpp.o.d -o lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCTargetDesc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp [2182/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/AsmParser/CMakeFiles/LLVMPowerPCAsmParser.dir/PPCAsmParser.cpp.o -MF lib/Target/PowerPC/AsmParser/CMakeFiles/LLVMPowerPCAsmParser.dir/PPCAsmParser.cpp.o.d -o lib/Target/PowerPC/AsmParser/CMakeFiles/LLVMPowerPCAsmParser.dir/PPCAsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp [2183/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/Disassembler/CMakeFiles/LLVMPowerPCDisassembler.dir/PPCDisassembler.cpp.o -MF lib/Target/PowerPC/Disassembler/CMakeFiles/LLVMPowerPCDisassembler.dir/PPCDisassembler.cpp.o.d -o lib/Target/PowerPC/Disassembler/CMakeFiles/LLVMPowerPCDisassembler.dir/PPCDisassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp [2184/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCInstPrinter.cpp.o -MF lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCInstPrinter.cpp.o.d -o lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCInstPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp [2185/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/TargetInfo/CMakeFiles/LLVMPowerPCInfo.dir/PowerPCTargetInfo.cpp.o -MF lib/Target/PowerPC/TargetInfo/CMakeFiles/LLVMPowerPCInfo.dir/PowerPCTargetInfo.cpp.o.d -o lib/Target/PowerPC/TargetInfo/CMakeFiles/LLVMPowerPCInfo.dir/PowerPCTargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp [2186/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMPowerPCInfo.a && /usr/bin/ar qc lib/libLLVMPowerPCInfo.a lib/Target/PowerPC/TargetInfo/CMakeFiles/LLVMPowerPCInfo.dir/PowerPCTargetInfo.cpp.o && /usr/bin/ranlib lib/libLLVMPowerPCInfo.a && : [2187/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMPowerPCDisassembler.a && /usr/bin/ar qc lib/libLLVMPowerPCDisassembler.a lib/Target/PowerPC/Disassembler/CMakeFiles/LLVMPowerPCDisassembler.dir/PPCDisassembler.cpp.o && /usr/bin/ranlib lib/libLLVMPowerPCDisassembler.a && : [2188/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-emitter -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCV.td --write-if-changed -o lib/Target/RISCV/RISCVGenMCCodeEmitter.inc -d lib/Target/RISCV/RISCVGenMCCodeEmitter.inc.d [2189/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCXCOFFStreamer.cpp.o -MF lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCXCOFFStreamer.cpp.o.d -o lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCXCOFFStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFStreamer.cpp [2190/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-pseudo-lowering -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCV.td --write-if-changed -o lib/Target/RISCV/RISCVGenMCPseudoLowering.inc -d lib/Target/RISCV/RISCVGenMCPseudoLowering.inc.d [2191/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-bank -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCV.td --write-if-changed -o lib/Target/RISCV/RISCVGenRegisterBank.inc -d lib/Target/RISCV/RISCVGenRegisterBank.inc.d [2192/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-matcher -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/Sparc.td --write-if-changed -o lib/Target/Sparc/SparcGenAsmMatcher.inc -d lib/Target/Sparc/SparcGenAsmMatcher.inc.d [2193/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-writer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/Sparc.td --write-if-changed -o lib/Target/Sparc/SparcGenAsmWriter.inc -d lib/Target/Sparc/SparcGenAsmWriter.inc.d [2194/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-searchable-tables -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCV.td --write-if-changed -o lib/Target/RISCV/RISCVGenSearchableTables.inc -d lib/Target/RISCV/RISCVGenSearchableTables.inc.d [2195/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCV.td --write-if-changed -o lib/Target/RISCV/RISCVGenRegisterInfo.inc -d lib/Target/RISCV/RISCVGenRegisterInfo.inc.d [2196/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-callingconv -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/Sparc.td --write-if-changed -o lib/Target/Sparc/SparcGenCallingConv.inc -d lib/Target/Sparc/SparcGenCallingConv.inc.d [2197/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCCodeEmitter.cpp.o -MF lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCCodeEmitter.cpp.o.d -o lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCCodeEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp [2198/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-emitter -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/Sparc.td --write-if-changed -o lib/Target/Sparc/SparcGenMCCodeEmitter.inc -d lib/Target/Sparc/SparcGenMCCodeEmitter.inc.d [2199/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-disassembler -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/Sparc.td --write-if-changed -o lib/Target/Sparc/SparcGenDisassemblerTables.inc -d lib/Target/Sparc/SparcGenDisassemblerTables.inc.d [2200/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-subtarget -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCV.td --write-if-changed -o lib/Target/RISCV/RISCVGenSubtargetInfo.inc -d lib/Target/RISCV/RISCVGenSubtargetInfo.inc.d [2201/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-dag-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -omit-comments /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/Sparc.td --write-if-changed -o lib/Target/Sparc/SparcGenDAGISel.inc -d lib/Target/Sparc/SparcGenDAGISel.inc.d [2202/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-instr-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/Sparc.td --write-if-changed -o lib/Target/Sparc/SparcGenInstrInfo.inc -d lib/Target/Sparc/SparcGenInstrInfo.inc.d [2203/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/Sparc.td --write-if-changed -o lib/Target/Sparc/SparcGenRegisterInfo.inc -d lib/Target/Sparc/SparcGenRegisterInfo.inc.d [2204/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-subtarget -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/Sparc.td --write-if-changed -o lib/Target/Sparc/SparcGenSubtargetInfo.inc -d lib/Target/Sparc/SparcGenSubtargetInfo.inc.d [2205/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-callingconv -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZ.td --write-if-changed -o lib/Target/SystemZ/SystemZGenCallingConv.inc -d lib/Target/SystemZ/SystemZGenCallingConv.inc.d [2206/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-writer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZ.td --write-if-changed -o lib/Target/SystemZ/SystemZGenAsmWriter.inc -d lib/Target/SystemZ/SystemZGenAsmWriter.inc.d [2207/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-matcher -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZ.td --write-if-changed -o lib/Target/SystemZ/SystemZGenAsmMatcher.inc -d lib/Target/SystemZ/SystemZGenAsmMatcher.inc.d [2208/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCELFStreamer.cpp.o -MF lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCELFStreamer.cpp.o.d -o lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCELFStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.cpp [2209/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMPowerPCDesc.a && /usr/bin/ar qc lib/libLLVMPowerPCDesc.a lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCAsmBackend.cpp.o lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCInstPrinter.cpp.o lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCTargetDesc.cpp.o lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCAsmInfo.cpp.o lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCCodeEmitter.cpp.o lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCMCExpr.cpp.o lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCPredicates.cpp.o lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCELFObjectWriter.cpp.o lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCXCOFFObjectWriter.cpp.o lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCELFStreamer.cpp.o lib/Target/PowerPC/MCTargetDesc/CMakeFiles/LLVMPowerPCDesc.dir/PPCXCOFFStreamer.cpp.o && /usr/bin/ranlib lib/libLLVMPowerPCDesc.a && : [2210/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMPowerPCAsmParser.a && /usr/bin/ar qc lib/libLLVMPowerPCAsmParser.a lib/Target/PowerPC/AsmParser/CMakeFiles/LLVMPowerPCAsmParser.dir/PPCAsmParser.cpp.o && /usr/bin/ranlib lib/libLLVMPowerPCAsmParser.a && : [2211/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-dag-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -omit-comments /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZ.td --write-if-changed -o lib/Target/SystemZ/SystemZGenDAGISel.inc -d lib/Target/SystemZ/SystemZGenDAGISel.inc.d [2212/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/LeonPasses.cpp.o -MF lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/LeonPasses.cpp.o.d -o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/LeonPasses.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/LeonPasses.cpp [2213/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/DelaySlotFiller.cpp.o -MF lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/DelaySlotFiller.cpp.o.d -o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/DelaySlotFiller.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/DelaySlotFiller.cpp [2214/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcInstrInfo.cpp.o -MF lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcInstrInfo.cpp.o.d -o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcInstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/SparcInstrInfo.cpp [2215/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcISelDAGToDAG.cpp.o -MF lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcISelDAGToDAG.cpp.o.d -o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcISelDAGToDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp [2216/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcAsmPrinter.cpp.o -MF lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcAsmPrinter.cpp.o.d -o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcAsmPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/SparcAsmPrinter.cpp [2217/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcMachineFunctionInfo.cpp.o -MF lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcMachineFunctionInfo.cpp.o.d -o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcMachineFunctionInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/SparcMachineFunctionInfo.cpp [2218/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-instr-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCV.td --write-if-changed -o lib/Target/RISCV/RISCVGenInstrInfo.inc -d lib/Target/RISCV/RISCVGenInstrInfo.inc.d [2219/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-global-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCV.td --write-if-changed -o lib/Target/RISCV/RISCVGenGlobalISel.inc -d lib/Target/RISCV/RISCVGenGlobalISel.inc.d [2220/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcISelLowering.cpp.o -MF lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcISelLowering.cpp.o.d -o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcISelLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/SparcISelLowering.cpp [2221/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcFrameLowering.cpp.o -MF lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcFrameLowering.cpp.o.d -o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcFrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/SparcFrameLowering.cpp [2222/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcMCInstLower.cpp.o -MF lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcMCInstLower.cpp.o.d -o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcMCInstLower.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/SparcMCInstLower.cpp [2223/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcRegisterInfo.cpp.o -MF lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcRegisterInfo.cpp.o.d -o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcRegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/SparcRegisterInfo.cpp [2224/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcSubtarget.cpp.o -MF lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcSubtarget.cpp.o.d -o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcSubtarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/SparcSubtarget.cpp [2225/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcTargetMachine.cpp.o -MF lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcTargetMachine.cpp.o.d -o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcTargetMachine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/SparcTargetMachine.cpp [2226/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcTargetObjectFile.cpp.o -MF lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcTargetObjectFile.cpp.o.d -o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcTargetObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/SparcTargetObjectFile.cpp [2227/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVCallLowering.cpp.o -MF lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVCallLowering.cpp.o.d -o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVCallLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCVCallLowering.cpp [2228/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVAsmPrinter.cpp.o -MF lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVAsmPrinter.cpp.o.d -o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVAsmPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp [2229/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVExpandAtomicPseudoInsts.cpp.o -MF lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVExpandAtomicPseudoInsts.cpp.o.d -o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVExpandAtomicPseudoInsts.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCVExpandAtomicPseudoInsts.cpp [2230/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVExpandPseudoInsts.cpp.o -MF lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVExpandPseudoInsts.cpp.o.d -o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVExpandPseudoInsts.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCVExpandPseudoInsts.cpp [2231/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVFrameLowering.cpp.o -MF lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVFrameLowering.cpp.o.d -o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVFrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCVFrameLowering.cpp [2232/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVInsertVSETVLI.cpp.o -MF lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVInsertVSETVLI.cpp.o.d -o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVInsertVSETVLI.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp [2233/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVLegalizerInfo.cpp.o -MF lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVLegalizerInfo.cpp.o.d -o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVLegalizerInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCVLegalizerInfo.cpp [2234/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVInstrInfo.cpp.o -MF lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVInstrInfo.cpp.o.d -o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVInstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCVInstrInfo.cpp [2235/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVInstructionSelector.cpp.o -MF lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVInstructionSelector.cpp.o.d -o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVInstructionSelector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCVInstructionSelector.cpp [2236/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVRegisterBankInfo.cpp.o -MF lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVRegisterBankInfo.cpp.o.d -o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVRegisterBankInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCVRegisterBankInfo.cpp [2237/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVMCInstLower.cpp.o -MF lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVMCInstLower.cpp.o.d -o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVMCInstLower.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCVMCInstLower.cpp [2238/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVMergeBaseOffset.cpp.o -MF lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVMergeBaseOffset.cpp.o.d -o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVMergeBaseOffset.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp [2239/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVRegisterInfo.cpp.o -MF lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVRegisterInfo.cpp.o.d -o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVRegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp [2240/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVSubtarget.cpp.o -MF lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVSubtarget.cpp.o.d -o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVSubtarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCVSubtarget.cpp [2241/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVTargetObjectFile.cpp.o -MF lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVTargetObjectFile.cpp.o.d -o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVTargetObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCVTargetObjectFile.cpp [2242/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/Disassembler/CMakeFiles/LLVMRISCVDisassembler.dir/RISCVDisassembler.cpp.o -MF lib/Target/RISCV/Disassembler/CMakeFiles/LLVMRISCVDisassembler.dir/RISCVDisassembler.cpp.o.d -o lib/Target/RISCV/Disassembler/CMakeFiles/LLVMRISCVDisassembler.dir/RISCVDisassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp [2243/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVBaseInfo.cpp.o -MF lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVBaseInfo.cpp.o.d -o lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVBaseInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp [2244/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/AsmParser/CMakeFiles/LLVMRISCVAsmParser.dir/RISCVAsmParser.cpp.o -MF lib/Target/RISCV/AsmParser/CMakeFiles/LLVMRISCVAsmParser.dir/RISCVAsmParser.cpp.o.d -o lib/Target/RISCV/AsmParser/CMakeFiles/LLVMRISCVAsmParser.dir/RISCVAsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp [2245/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVAsmBackend.cpp.o -MF lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVAsmBackend.cpp.o.d -o lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVAsmBackend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp [2246/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVELFObjectWriter.cpp.o -MF lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVELFObjectWriter.cpp.o.d -o lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVELFObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp [2247/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVInstPrinter.cpp.o -MF lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVInstPrinter.cpp.o.d -o lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVInstPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp [2248/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCAsmInfo.cpp.o -MF lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCAsmInfo.cpp.o.d -o lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCAsmInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp [2249/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVTargetTransformInfo.cpp.o -MF lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVTargetTransformInfo.cpp.o.d -o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVTargetTransformInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp [2250/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMatInt.cpp.o -MF lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMatInt.cpp.o.d -o lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMatInt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.cpp [2251/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVISelDAGToDAG.cpp.o -MF lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVISelDAGToDAG.cpp.o.d -o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVISelDAGToDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp [2252/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVISelLowering.cpp.o -MF lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVISelLowering.cpp.o.d -o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVISelLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCVISelLowering.cpp [2253/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCExpr.cpp.o -MF lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCExpr.cpp.o.d -o lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCExpr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp [2254/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVTargetMachine.cpp.o -MF lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVTargetMachine.cpp.o.d -o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVTargetMachine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/RISCVTargetMachine.cpp [2255/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCCodeEmitter.cpp.o -MF lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCCodeEmitter.cpp.o.d -o lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCCodeEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp [2256/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVTargetStreamer.cpp.o -MF lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVTargetStreamer.cpp.o.d -o lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVTargetStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp [2257/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/TargetInfo/CMakeFiles/LLVMRISCVInfo.dir/RISCVTargetInfo.cpp.o -MF lib/Target/RISCV/TargetInfo/CMakeFiles/LLVMRISCVInfo.dir/RISCVTargetInfo.cpp.o.d -o lib/Target/RISCV/TargetInfo/CMakeFiles/LLVMRISCVInfo.dir/RISCVTargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp [2258/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMRISCVInfo.a && /usr/bin/ar qc lib/libLLVMRISCVInfo.a lib/Target/RISCV/TargetInfo/CMakeFiles/LLVMRISCVInfo.dir/RISCVTargetInfo.cpp.o && /usr/bin/ranlib lib/libLLVMRISCVInfo.a && : [2259/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcELFObjectWriter.cpp.o -MF lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcELFObjectWriter.cpp.o.d -o lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcELFObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp [2260/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcAsmBackend.cpp.o -MF lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcAsmBackend.cpp.o.d -o lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcAsmBackend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp [2261/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCAsmInfo.cpp.o -MF lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCAsmInfo.cpp.o.d -o lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCAsmInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp [2262/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVELFStreamer.cpp.o -MF lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVELFStreamer.cpp.o.d -o lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVELFStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp [2263/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/Disassembler/CMakeFiles/LLVMSparcDisassembler.dir/SparcDisassembler.cpp.o -MF lib/Target/Sparc/Disassembler/CMakeFiles/LLVMSparcDisassembler.dir/SparcDisassembler.cpp.o.d -o lib/Target/Sparc/Disassembler/CMakeFiles/LLVMSparcDisassembler.dir/SparcDisassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/Disassembler/SparcDisassembler.cpp [2264/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcInstPrinter.cpp.o -MF lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcInstPrinter.cpp.o.d -o lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcInstPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.cpp [2265/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/RISCV -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCTargetDesc.cpp.o -MF lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCTargetDesc.cpp.o.d -o lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCTargetDesc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp [2266/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-disassembler -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZ.td --write-if-changed -o lib/Target/SystemZ/SystemZGenDisassemblerTables.inc -d lib/Target/SystemZ/SystemZGenDisassemblerTables.inc.d [2267/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCTargetDesc.cpp.o -MF lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCTargetDesc.cpp.o.d -o lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCTargetDesc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp [2268/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCCodeEmitter.cpp.o -MF lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCCodeEmitter.cpp.o.d -o lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCCodeEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp [2269/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMRISCVDesc.a && /usr/bin/ar qc lib/libLLVMRISCVDesc.a lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVAsmBackend.cpp.o lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVBaseInfo.cpp.o lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVELFObjectWriter.cpp.o lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVInstPrinter.cpp.o lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCAsmInfo.cpp.o lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCCodeEmitter.cpp.o lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCExpr.cpp.o lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCTargetDesc.cpp.o lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMatInt.cpp.o lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVTargetStreamer.cpp.o lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVELFStreamer.cpp.o && /usr/bin/ranlib lib/libLLVMRISCVDesc.a && : [2270/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/TargetInfo/CMakeFiles/LLVMSparcInfo.dir/SparcTargetInfo.cpp.o -MF lib/Target/Sparc/TargetInfo/CMakeFiles/LLVMSparcInfo.dir/SparcTargetInfo.cpp.o.d -o lib/Target/Sparc/TargetInfo/CMakeFiles/LLVMSparcInfo.dir/SparcTargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp [2271/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMRISCVAsmParser.a && /usr/bin/ar qc lib/libLLVMRISCVAsmParser.a lib/Target/RISCV/AsmParser/CMakeFiles/LLVMRISCVAsmParser.dir/RISCVAsmParser.cpp.o && /usr/bin/ranlib lib/libLLVMRISCVAsmParser.a && : [2272/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMRISCVDisassembler.a && /usr/bin/ar qc lib/libLLVMRISCVDisassembler.a lib/Target/RISCV/Disassembler/CMakeFiles/LLVMRISCVDisassembler.dir/RISCVDisassembler.cpp.o && /usr/bin/ranlib lib/libLLVMRISCVDisassembler.a && : [2273/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMSparcInfo.a && /usr/bin/ar qc lib/libLLVMSparcInfo.a lib/Target/Sparc/TargetInfo/CMakeFiles/LLVMSparcInfo.dir/SparcTargetInfo.cpp.o && /usr/bin/ranlib lib/libLLVMSparcInfo.a && : [2274/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMSparcDisassembler.a && /usr/bin/ar qc lib/libLLVMSparcDisassembler.a lib/Target/Sparc/Disassembler/CMakeFiles/LLVMSparcDisassembler.dir/SparcDisassembler.cpp.o && /usr/bin/ranlib lib/libLLVMSparcDisassembler.a && : [2275/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcTargetStreamer.cpp.o -MF lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcTargetStreamer.cpp.o.d -o lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcTargetStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.cpp [2276/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/AsmParser/CMakeFiles/LLVMSparcAsmParser.dir/SparcAsmParser.cpp.o -MF lib/Target/Sparc/AsmParser/CMakeFiles/LLVMSparcAsmParser.dir/SparcAsmParser.cpp.o.d -o lib/Target/Sparc/AsmParser/CMakeFiles/LLVMSparcAsmParser.dir/SparcAsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp [2277/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-matcher -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssembly.td --write-if-changed -o lib/Target/WebAssembly/WebAssemblyGenAsmMatcher.inc -d lib/Target/WebAssembly/WebAssemblyGenAsmMatcher.inc.d [2278/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZ.td --write-if-changed -o lib/Target/SystemZ/SystemZGenRegisterInfo.inc -d lib/Target/SystemZ/SystemZGenRegisterInfo.inc.d [2279/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-emitter -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZ.td --write-if-changed -o lib/Target/SystemZ/SystemZGenMCCodeEmitter.inc -d lib/Target/SystemZ/SystemZGenMCCodeEmitter.inc.d [2280/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-writer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssembly.td --write-if-changed -o lib/Target/WebAssembly/WebAssemblyGenAsmWriter.inc -d lib/Target/WebAssembly/WebAssemblyGenAsmWriter.inc.d [2281/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-disassembler -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssembly.td --write-if-changed -o lib/Target/WebAssembly/WebAssemblyGenDisassemblerTables.inc -d lib/Target/WebAssembly/WebAssemblyGenDisassemblerTables.inc.d [2282/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-emitter -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssembly.td --write-if-changed -o lib/Target/WebAssembly/WebAssemblyGenMCCodeEmitter.inc -d lib/Target/WebAssembly/WebAssemblyGenMCCodeEmitter.inc.d [2283/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Sparc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCExpr.cpp.o -MF lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCExpr.cpp.o.d -o lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCExpr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp [2284/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMSparcDesc.a && /usr/bin/ar qc lib/libLLVMSparcDesc.a lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcAsmBackend.cpp.o lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcELFObjectWriter.cpp.o lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcInstPrinter.cpp.o lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCAsmInfo.cpp.o lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCCodeEmitter.cpp.o lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCTargetDesc.cpp.o lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcMCExpr.cpp.o lib/Target/Sparc/MCTargetDesc/CMakeFiles/LLVMSparcDesc.dir/SparcTargetStreamer.cpp.o && /usr/bin/ranlib lib/libLLVMSparcDesc.a && : [2285/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMSparcAsmParser.a && /usr/bin/ar qc lib/libLLVMSparcAsmParser.a lib/Target/Sparc/AsmParser/CMakeFiles/LLVMSparcAsmParser.dir/SparcAsmParser.cpp.o && /usr/bin/ranlib lib/libLLVMSparcAsmParser.a && : [2286/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-fast-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssembly.td --write-if-changed -o lib/Target/WebAssembly/WebAssemblyGenFastISel.inc -d lib/Target/WebAssembly/WebAssemblyGenFastISel.inc.d [2287/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssembly.td --write-if-changed -o lib/Target/WebAssembly/WebAssemblyGenRegisterInfo.inc -d lib/Target/WebAssembly/WebAssemblyGenRegisterInfo.inc.d [2288/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-dag-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -omit-comments /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssembly.td --write-if-changed -o lib/Target/WebAssembly/WebAssemblyGenDAGISel.inc -d lib/Target/WebAssembly/WebAssemblyGenDAGISel.inc.d [2289/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-instr-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssembly.td --write-if-changed -o lib/Target/WebAssembly/WebAssemblyGenInstrInfo.inc -d lib/Target/WebAssembly/WebAssemblyGenInstrInfo.inc.d [2290/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-subtarget -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZ.td --write-if-changed -o lib/Target/SystemZ/SystemZGenSubtargetInfo.inc -d lib/Target/SystemZ/SystemZGenSubtargetInfo.inc.d [2291/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-subtarget -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssembly.td --write-if-changed -o lib/Target/WebAssembly/WebAssemblyGenSubtargetInfo.inc -d lib/Target/WebAssembly/WebAssemblyGenSubtargetInfo.inc.d [2292/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-instr-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZ.td --write-if-changed -o lib/Target/SystemZ/SystemZGenInstrInfo.inc -d lib/Target/SystemZ/SystemZGenInstrInfo.inc.d [2293/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-callingconv -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86.td --write-if-changed -o lib/Target/X86/X86GenCallingConv.inc -d lib/Target/X86/X86GenCallingConv.inc.d [2294/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-writer -asmwriternum=1 -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86.td --write-if-changed -o lib/Target/X86/X86GenAsmWriter1.inc -d lib/Target/X86/X86GenAsmWriter1.inc.d [2295/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-writer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86.td --write-if-changed -o lib/Target/X86/X86GenAsmWriter.inc -d lib/Target/X86/X86GenAsmWriter.inc.d [2296/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-matcher -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86.td --write-if-changed -o lib/Target/X86/X86GenAsmMatcher.inc -d lib/Target/X86/X86GenAsmMatcher.inc.d [2297/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-disassembler -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86.td --write-if-changed -o lib/Target/X86/X86GenDisassemblerTables.inc -d lib/Target/X86/X86GenDisassemblerTables.inc.d [2298/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZConstantPoolValue.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZConstantPoolValue.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZConstantPoolValue.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.cpp [2299/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyAddMissingPrototypes.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyAddMissingPrototypes.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyAddMissingPrototypes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyAddMissingPrototypes.cpp [2300/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZCallingConv.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZCallingConv.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZCallingConv.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZCallingConv.cpp [2301/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-dag-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -omit-comments /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86.td --write-if-changed -o lib/Target/X86/X86GenDAGISel.inc -d lib/Target/X86/X86GenDAGISel.inc.d [2302/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZCopyPhysRegs.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZCopyPhysRegs.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZCopyPhysRegs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZCopyPhysRegs.cpp [2303/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZElimCompare.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZElimCompare.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZElimCompare.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZElimCompare.cpp [2304/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZHazardRecognizer.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZHazardRecognizer.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZHazardRecognizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZHazardRecognizer.cpp [2305/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZAsmPrinter.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZAsmPrinter.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZAsmPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp [2306/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZFrameLowering.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZFrameLowering.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZFrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp [2307/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineFunctionInfo.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineFunctionInfo.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineFunctionInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZMachineFunctionInfo.cpp [2308/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZLongBranch.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZLongBranch.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZLongBranch.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZLongBranch.cpp [2309/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZLDCleanup.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZLDCleanup.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZLDCleanup.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZLDCleanup.cpp [2310/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZISelDAGToDAG.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZISelDAGToDAG.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZISelDAGToDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp [2311/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZInstrInfo.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZInstrInfo.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZInstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp [2312/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineScheduler.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineScheduler.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineScheduler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZMachineScheduler.cpp [2313/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMCInstLower.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMCInstLower.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMCInstLower.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZMCInstLower.cpp [2314/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZPostRewrite.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZPostRewrite.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZPostRewrite.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZPostRewrite.cpp [2315/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZSelectionDAGInfo.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZSelectionDAGInfo.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZSelectionDAGInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp [2316/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZShortenInst.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZShortenInst.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZShortenInst.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZShortenInst.cpp [2317/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZRegisterInfo.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZRegisterInfo.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZRegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp [2318/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZSubtarget.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZSubtarget.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZSubtarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZSubtarget.cpp [2319/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZInstPrinter.cpp.o -MF lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZInstPrinter.cpp.o.d -o lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZInstPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZInstPrinter.cpp [2320/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCAsmBackend.cpp.o -MF lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCAsmBackend.cpp.o.d -o lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCAsmBackend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp [2321/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZISelLowering.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZISelLowering.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZISelLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp [2322/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTDC.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTDC.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTDC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZTDC.cpp [2323/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/Disassembler/CMakeFiles/LLVMSystemZDisassembler.dir/SystemZDisassembler.cpp.o -MF lib/Target/SystemZ/Disassembler/CMakeFiles/LLVMSystemZDisassembler.dir/SystemZDisassembler.cpp.o.d -o lib/Target/SystemZ/Disassembler/CMakeFiles/LLVMSystemZDisassembler.dir/SystemZDisassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp [2324/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCAsmInfo.cpp.o -MF lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCAsmInfo.cpp.o.d -o lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCAsmInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp [2325/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/AsmParser/CMakeFiles/LLVMSystemZAsmParser.dir/SystemZAsmParser.cpp.o -MF lib/Target/SystemZ/AsmParser/CMakeFiles/LLVMSystemZAsmParser.dir/SystemZAsmParser.cpp.o.d -o lib/Target/SystemZ/AsmParser/CMakeFiles/LLVMSystemZAsmParser.dir/SystemZAsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp [2326/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCObjectWriter.cpp.o -MF lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCObjectWriter.cpp.o.d -o lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp [2327/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/TargetInfo/CMakeFiles/LLVMSystemZInfo.dir/SystemZTargetInfo.cpp.o -MF lib/Target/SystemZ/TargetInfo/CMakeFiles/LLVMSystemZInfo.dir/SystemZTargetInfo.cpp.o.d -o lib/Target/SystemZ/TargetInfo/CMakeFiles/LLVMSystemZInfo.dir/SystemZTargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp [2328/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMSystemZInfo.a && /usr/bin/ar qc lib/libLLVMSystemZInfo.a lib/Target/SystemZ/TargetInfo/CMakeFiles/LLVMSystemZInfo.dir/SystemZTargetInfo.cpp.o && /usr/bin/ranlib lib/libLLVMSystemZInfo.a && : [2329/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTargetTransformInfo.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTargetTransformInfo.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTargetTransformInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp [2330/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTargetMachine.cpp.o -MF lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTargetMachine.cpp.o.d -o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTargetMachine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp [2331/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCTargetDesc.cpp.o -MF lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCTargetDesc.cpp.o.d -o lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCTargetDesc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp [2332/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCCodeEmitter.cpp.o -MF lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCCodeEmitter.cpp.o.d -o lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCCodeEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp [2333/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMSystemZDesc.a && /usr/bin/ar qc lib/libLLVMSystemZDesc.a lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZInstPrinter.cpp.o lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCAsmBackend.cpp.o lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCAsmInfo.cpp.o lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCCodeEmitter.cpp.o lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCObjectWriter.cpp.o lib/Target/SystemZ/MCTargetDesc/CMakeFiles/LLVMSystemZDesc.dir/SystemZMCTargetDesc.cpp.o && /usr/bin/ranlib lib/libLLVMSystemZDesc.a && : [2334/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMSystemZAsmParser.a && /usr/bin/ar qc lib/libLLVMSystemZAsmParser.a lib/Target/SystemZ/AsmParser/CMakeFiles/LLVMSystemZAsmParser.dir/SystemZAsmParser.cpp.o && /usr/bin/ranlib lib/libLLVMSystemZAsmParser.a && : [2335/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMSystemZDisassembler.a && /usr/bin/ar qc lib/libLLVMSystemZDisassembler.a lib/Target/SystemZ/Disassembler/CMakeFiles/LLVMSystemZDisassembler.dir/SystemZDisassembler.cpp.o && /usr/bin/ranlib lib/libLLVMSystemZDisassembler.a && : [2336/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyArgumentMove.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyArgumentMove.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyArgumentMove.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyArgumentMove.cpp [2337/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyCFGSort.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyCFGSort.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyCFGSort.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyCFGSort.cpp [2338/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyDebugValueManager.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyDebugValueManager.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyDebugValueManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyDebugValueManager.cpp [2339/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyDebugFixup.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyDebugFixup.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyDebugFixup.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyDebugFixup.cpp [2340/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyLateEHPrepare.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyLateEHPrepare.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyLateEHPrepare.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp [2341/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyAsmPrinter.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyAsmPrinter.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyAsmPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp [2342/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyExceptionInfo.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyExceptionInfo.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyExceptionInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp [2343/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyCFGStackify.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyCFGStackify.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyCFGStackify.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp [2344/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyExplicitLocals.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyExplicitLocals.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyExplicitLocals.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp [2345/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFixFunctionBitcasts.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFixFunctionBitcasts.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFixFunctionBitcasts.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp [2346/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFixBrTableDefaults.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFixBrTableDefaults.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFixBrTableDefaults.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyFixBrTableDefaults.cpp [2347/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFixIrreducibleControlFlow.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFixIrreducibleControlFlow.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFixIrreducibleControlFlow.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp [2348/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyISelDAGToDAG.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyISelDAGToDAG.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyISelDAGToDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp [2349/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFrameLowering.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFrameLowering.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp [2350/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFastISel.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFastISel.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFastISel.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp [2351/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyLowerBrUnless.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyLowerBrUnless.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyLowerBrUnless.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyLowerBrUnless.cpp [2352/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyInstrInfo.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyInstrInfo.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyInstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp [2353/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyLowerGlobalDtors.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyLowerGlobalDtors.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyLowerGlobalDtors.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyLowerGlobalDtors.cpp [2354/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyISelLowering.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyISelLowering.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyISelLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp [2355/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyNullifyDebugValueLists.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyNullifyDebugValueLists.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyNullifyDebugValueLists.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyNullifyDebugValueLists.cpp [2356/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyOptimizeReturned.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyOptimizeReturned.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyOptimizeReturned.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyOptimizeReturned.cpp [2357/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyLowerEmscriptenEHSjLj.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyLowerEmscriptenEHSjLj.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyLowerEmscriptenEHSjLj.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp [2358/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyOptimizeLiveIntervals.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyOptimizeLiveIntervals.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyOptimizeLiveIntervals.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp [2359/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyMCLowerPrePass.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyMCLowerPrePass.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyMCLowerPrePass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyMCLowerPrePass.cpp [2360/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyMachineFunctionInfo.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyMachineFunctionInfo.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyMachineFunctionInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp [2361/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyMCInstLower.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyMCInstLower.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyMCInstLower.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp [2362/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyPrepareForLiveIntervals.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyPrepareForLiveIntervals.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyPrepareForLiveIntervals.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyPrepareForLiveIntervals.cpp [2363/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyPeephole.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyPeephole.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyPeephole.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyPeephole.cpp [2364/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRegisterInfo.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRegisterInfo.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp [2365/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRegColoring.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRegColoring.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRegColoring.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp [2366/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRegNumbering.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRegNumbering.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRegNumbering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp [2367/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyReplacePhysRegs.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyReplacePhysRegs.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyReplacePhysRegs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp [2368/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRuntimeLibcallSignatures.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRuntimeLibcallSignatures.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRuntimeLibcallSignatures.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp [2369/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblySelectionDAGInfo.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblySelectionDAGInfo.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblySelectionDAGInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.cpp [2370/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblySortRegion.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblySortRegion.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblySortRegion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblySortRegion.cpp [2371/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRegStackify.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRegStackify.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRegStackify.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp [2372/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblySetP2AlignOperands.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblySetP2AlignOperands.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblySetP2AlignOperands.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp [2373/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblySubtarget.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblySubtarget.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblySubtarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.cpp [2374/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyTargetObjectFile.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyTargetObjectFile.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyTargetObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyTargetObjectFile.cpp [2375/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyMemIntrinsicResults.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyMemIntrinsicResults.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyMemIntrinsicResults.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp [2376/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyMCAsmInfo.cpp.o -MF lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyMCAsmInfo.cpp.o.d -o lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyMCAsmInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp [2377/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/Disassembler/CMakeFiles/LLVMWebAssemblyDisassembler.dir/WebAssemblyDisassembler.cpp.o -MF lib/Target/WebAssembly/Disassembler/CMakeFiles/LLVMWebAssemblyDisassembler.dir/WebAssemblyDisassembler.cpp.o.d -o lib/Target/WebAssembly/Disassembler/CMakeFiles/LLVMWebAssemblyDisassembler.dir/WebAssemblyDisassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp [2378/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyAsmBackend.cpp.o -MF lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyAsmBackend.cpp.o.d -o lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyAsmBackend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp [2379/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyTargetTransformInfo.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyTargetTransformInfo.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyTargetTransformInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp [2380/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/AsmParser/CMakeFiles/LLVMWebAssemblyAsmParser.dir/WebAssemblyAsmTypeCheck.cpp.o -MF lib/Target/WebAssembly/AsmParser/CMakeFiles/LLVMWebAssemblyAsmParser.dir/WebAssemblyAsmTypeCheck.cpp.o.d -o lib/Target/WebAssembly/AsmParser/CMakeFiles/LLVMWebAssemblyAsmParser.dir/WebAssemblyAsmTypeCheck.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.cpp [2381/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly/TargetInfo/.. -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/TargetInfo/.. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/TargetInfo/CMakeFiles/LLVMWebAssemblyInfo.dir/WebAssemblyTargetInfo.cpp.o -MF lib/Target/WebAssembly/TargetInfo/CMakeFiles/LLVMWebAssemblyInfo.dir/WebAssemblyTargetInfo.cpp.o.d -o lib/Target/WebAssembly/TargetInfo/CMakeFiles/LLVMWebAssemblyInfo.dir/WebAssemblyTargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/TargetInfo/WebAssemblyTargetInfo.cpp [2382/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMWebAssemblyInfo.a && /usr/bin/ar qc lib/libLLVMWebAssemblyInfo.a lib/Target/WebAssembly/TargetInfo/CMakeFiles/LLVMWebAssemblyInfo.dir/WebAssemblyTargetInfo.cpp.o && /usr/bin/ranlib lib/libLLVMWebAssemblyInfo.a && : [2383/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/AsmParser/CMakeFiles/LLVMWebAssemblyAsmParser.dir/WebAssemblyAsmParser.cpp.o -MF lib/Target/WebAssembly/AsmParser/CMakeFiles/LLVMWebAssemblyAsmParser.dir/WebAssemblyAsmParser.cpp.o.d -o lib/Target/WebAssembly/AsmParser/CMakeFiles/LLVMWebAssemblyAsmParser.dir/WebAssemblyAsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp [2384/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyInstPrinter.cpp.o -MF lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyInstPrinter.cpp.o.d -o lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyInstPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.cpp [2385/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyMCCodeEmitter.cpp.o -MF lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyMCCodeEmitter.cpp.o.d -o lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyMCCodeEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCCodeEmitter.cpp [2386/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyTargetMachine.cpp.o -MF lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyTargetMachine.cpp.o.d -o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyTargetMachine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp [2387/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/Utils/CMakeFiles/LLVMWebAssemblyUtils.dir/WebAssemblyTypeUtilities.cpp.o -MF lib/Target/WebAssembly/Utils/CMakeFiles/LLVMWebAssemblyUtils.dir/WebAssemblyTypeUtilities.cpp.o.d -o lib/Target/WebAssembly/Utils/CMakeFiles/LLVMWebAssemblyUtils.dir/WebAssemblyTypeUtilities.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/Utils/WebAssemblyTypeUtilities.cpp [2388/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-exegesis -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86.td --write-if-changed -o lib/Target/X86/X86GenExegesis.inc -d lib/Target/X86/X86GenExegesis.inc.d [2389/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-x86-EVEX2VEX-tables -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86.td --write-if-changed -o lib/Target/X86/X86GenEVEX2VEXTables.inc -d lib/Target/X86/X86GenEVEX2VEXTables.inc.d [2390/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyWasmObjectWriter.cpp.o -MF lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyWasmObjectWriter.cpp.o.d -o lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyWasmObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp [2391/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyTargetStreamer.cpp.o -MF lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyTargetStreamer.cpp.o.d -o lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyTargetStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp [2392/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-bank -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86.td --write-if-changed -o lib/Target/X86/X86GenRegisterBank.inc -d lib/Target/X86/X86GenRegisterBank.inc.d [2393/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyMCTargetDesc.cpp.o -MF lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyMCTargetDesc.cpp.o.d -o lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyMCTargetDesc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp [2394/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-asm-writer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/XCore.td --write-if-changed -o lib/Target/XCore/XCoreGenAsmWriter.inc -d lib/Target/XCore/XCoreGenAsmWriter.inc.d [2395/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-callingconv -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/XCore.td --write-if-changed -o lib/Target/XCore/XCoreGenCallingConv.inc -d lib/Target/XCore/XCoreGenCallingConv.inc.d [2396/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-dag-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target -omit-comments /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/XCore.td --write-if-changed -o lib/Target/XCore/XCoreGenDAGISel.inc -d lib/Target/XCore/XCoreGenDAGISel.inc.d [2397/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-disassembler -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/XCore.td --write-if-changed -o lib/Target/XCore/XCoreGenDisassemblerTables.inc -d lib/Target/XCore/XCoreGenDisassemblerTables.inc.d [2398/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86.td --write-if-changed -o lib/Target/X86/X86GenRegisterInfo.inc -d lib/Target/X86/X86GenRegisterInfo.inc.d [2399/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-register-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/XCore.td --write-if-changed -o lib/Target/XCore/XCoreGenRegisterInfo.inc -d lib/Target/XCore/XCoreGenRegisterInfo.inc.d [2400/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-instr-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/XCore.td --write-if-changed -o lib/Target/XCore/XCoreGenInstrInfo.inc -d lib/Target/XCore/XCoreGenInstrInfo.inc.d [2401/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-subtarget -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/XCore.td --write-if-changed -o lib/Target/XCore/XCoreGenSubtargetInfo.inc -d lib/Target/XCore/XCoreGenSubtargetInfo.inc.d [2402/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-fast-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86.td --write-if-changed -o lib/Target/X86/X86GenFastISel.inc -d lib/Target/X86/X86GenFastISel.inc.d [2403/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-global-isel -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86.td --write-if-changed -o lib/Target/X86/X86GenGlobalISel.inc -d lib/Target/X86/X86GenGlobalISel.inc.d [2404/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/Utils -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/WebAssembly -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/WebAssembly/Utils/CMakeFiles/LLVMWebAssemblyUtils.dir/WebAssemblyUtilities.cpp.o -MF lib/Target/WebAssembly/Utils/CMakeFiles/LLVMWebAssemblyUtils.dir/WebAssemblyUtilities.cpp.o.d -o lib/Target/WebAssembly/Utils/CMakeFiles/LLVMWebAssemblyUtils.dir/WebAssemblyUtilities.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/WebAssembly/Utils/WebAssemblyUtilities.cpp [2405/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-subtarget -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86.td --write-if-changed -o lib/Target/X86/X86GenSubtargetInfo.inc -d lib/Target/X86/X86GenSubtargetInfo.inc.d [2406/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-instr-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86.td --write-if-changed -o lib/Target/X86/X86GenInstrInfo.inc -d lib/Target/X86/X86GenInstrInfo.inc.d [2407/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/AsmParser -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/LLLexer.cpp.o -MF lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/LLLexer.cpp.o.d -o lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/LLLexer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/AsmParser/LLLexer.cpp [2408/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreInstrInfo.cpp.o -MF lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreInstrInfo.cpp.o.d -o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreInstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/XCoreInstrInfo.cpp [2409/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreISelDAGToDAG.cpp.o -MF lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreISelDAGToDAG.cpp.o.d -o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreISelDAGToDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/XCoreISelDAGToDAG.cpp [2410/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreFrameLowering.cpp.o -MF lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreFrameLowering.cpp.o.d -o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreFrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/XCoreFrameLowering.cpp [2411/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreAsmPrinter.cpp.o -MF lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreAsmPrinter.cpp.o.d -o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreAsmPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/XCoreAsmPrinter.cpp [2412/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AvoidTrailingCall.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AvoidTrailingCall.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AvoidTrailingCall.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86AvoidTrailingCall.cpp [2413/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreISelLowering.cpp.o -MF lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreISelLowering.cpp.o.d -o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreISelLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/XCoreISelLowering.cpp [2414/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AsmPrinter.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AsmPrinter.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AsmPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86AsmPrinter.cpp [2415/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallLowering.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallLowering.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86CallLowering.cpp [2416/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallFrameOptimization.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallFrameOptimization.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallFrameOptimization.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86CallFrameOptimization.cpp [2417/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallingConv.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallingConv.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallingConv.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86CallingConv.cpp [2418/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CmovConversion.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CmovConversion.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CmovConversion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86CmovConversion.cpp [2419/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86DomainReassignment.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86DomainReassignment.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86DomainReassignment.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86DomainReassignment.cpp [2420/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LowerTileCopy.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LowerTileCopy.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LowerTileCopy.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86LowerTileCopy.cpp [2421/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/AsmParser -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/LLParser.cpp.o -MF lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/LLParser.cpp.o.d -o lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/LLParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/AsmParser/LLParser.cpp [2422/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LowerAMXType.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LowerAMXType.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LowerAMXType.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86LowerAMXType.cpp [2423/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PreAMXConfig.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PreAMXConfig.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PreAMXConfig.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86PreAMXConfig.cpp [2424/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86DiscriminateMemOps.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86DiscriminateMemOps.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86DiscriminateMemOps.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86DiscriminateMemOps.cpp [2425/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FastTileConfig.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FastTileConfig.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FastTileConfig.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86FastTileConfig.cpp [2426/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TileConfig.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TileConfig.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TileConfig.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86TileConfig.cpp [2427/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LowerAMXIntrinsics.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LowerAMXIntrinsics.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LowerAMXIntrinsics.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86LowerAMXIntrinsics.cpp [2428/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupBWInsts.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupBWInsts.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupBWInsts.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86FixupBWInsts.cpp [2429/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PreTileConfig.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PreTileConfig.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PreTileConfig.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86PreTileConfig.cpp [2430/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ExpandPseudo.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ExpandPseudo.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ExpandPseudo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86ExpandPseudo.cpp [2431/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupGadgets.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupGadgets.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupGadgets.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86FixupGadgets.cpp [2432/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupSetCC.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupSetCC.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupSetCC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86FixupSetCC.cpp [2433/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupLEAs.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupLEAs.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupLEAs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86FixupLEAs.cpp [2434/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AvoidStoreForwardingBlocks.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AvoidStoreForwardingBlocks.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AvoidStoreForwardingBlocks.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp [2435/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FloatingPoint.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FloatingPoint.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FloatingPoint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86FloatingPoint.cpp [2436/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FlagsCopyLowering.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FlagsCopyLowering.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FlagsCopyLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86FlagsCopyLowering.cpp [2437/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstructionSelector.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstructionSelector.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstructionSelector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86InstructionSelector.cpp [2438/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FastISel.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FastISel.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FastISel.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86FastISel.cpp [2439/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86IndirectBranchTracking.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86IndirectBranchTracking.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86IndirectBranchTracking.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86IndirectBranchTracking.cpp [2440/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FrameLowering.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FrameLowering.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FrameLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86FrameLowering.cpp [2441/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86IndirectThunks.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86IndirectThunks.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86IndirectThunks.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86IndirectThunks.cpp [2442/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrFMA3Info.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrFMA3Info.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrFMA3Info.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86InstrFMA3Info.cpp [2443/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrFoldTables.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrFoldTables.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrFoldTables.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86InstrFoldTables.cpp [2444/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InterleavedAccess.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InterleavedAccess.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InterleavedAccess.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86InterleavedAccess.cpp [2445/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86EvexToVex.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86EvexToVex.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86EvexToVex.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86EvexToVex.cpp [2446/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelDAGToDAG.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelDAGToDAG.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelDAGToDAG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp [2447/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LegalizerInfo.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LegalizerInfo.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LegalizerInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86LegalizerInfo.cpp [2448/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LoadValueInjectionRetHardening.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LoadValueInjectionRetHardening.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LoadValueInjectionRetHardening.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86LoadValueInjectionRetHardening.cpp [2449/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InsertPrefetch.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InsertPrefetch.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InsertPrefetch.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86InsertPrefetch.cpp [2450/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MachineFunctionInfo.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MachineFunctionInfo.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MachineFunctionInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86MachineFunctionInfo.cpp [2451/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LoadValueInjectionLoadHardening.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LoadValueInjectionLoadHardening.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LoadValueInjectionLoadHardening.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86LoadValueInjectionLoadHardening.cpp [2452/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrInfo.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrInfo.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86InstrInfo.cpp [2453/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstCombineIntrinsic.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstCombineIntrinsic.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstCombineIntrinsic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp [2454/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MCInstLower.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MCInstLower.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MCInstLower.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86MCInstLower.cpp [2455/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MacroFusion.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MacroFusion.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MacroFusion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86MacroFusion.cpp [2456/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86RegisterBankInfo.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86RegisterBankInfo.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86RegisterBankInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86RegisterBankInfo.cpp [2457/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PadShortFunction.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PadShortFunction.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PadShortFunction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86PadShortFunction.cpp [2458/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ShuffleDecodeConstantPool.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ShuffleDecodeConstantPool.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ShuffleDecodeConstantPool.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp [2459/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86OptimizeLEAs.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86OptimizeLEAs.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86OptimizeLEAs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86OptimizeLEAs.cpp [2460/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PartialReduction.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PartialReduction.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PartialReduction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86PartialReduction.cpp [2461/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SelectionDAGInfo.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SelectionDAGInfo.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SelectionDAGInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86SelectionDAGInfo.cpp [2462/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86RegisterInfo.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86RegisterInfo.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86RegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86RegisterInfo.cpp [2463/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ReturnProtectorLowering.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ReturnProtectorLowering.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ReturnProtectorLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86ReturnProtectorLowering.cpp [2464/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetObjectFile.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetObjectFile.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86TargetObjectFile.cpp [2465/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SpeculativeExecutionSideEffectSuppression.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SpeculativeExecutionSideEffectSuppression.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SpeculativeExecutionSideEffectSuppression.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86SpeculativeExecutionSideEffectSuppression.cpp [2466/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86VZeroUpper.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86VZeroUpper.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86VZeroUpper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86VZeroUpper.cpp [2467/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SpeculativeLoadHardening.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SpeculativeLoadHardening.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SpeculativeLoadHardening.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp [2468/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86Subtarget.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86Subtarget.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86Subtarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86Subtarget.cpp [2469/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86WinAllocaExpander.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86WinAllocaExpander.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86WinAllocaExpander.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86WinAllocaExpander.cpp [2470/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86WinEHState.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86WinEHState.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86WinEHState.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86WinEHState.cpp [2471/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ATTInstPrinter.cpp.o -MF lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ATTInstPrinter.cpp.o.d -o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ATTInstPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.cpp [2472/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InsertWait.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InsertWait.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InsertWait.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86InsertWait.cpp [2473/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetTransformInfo.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetTransformInfo.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetTransformInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86TargetTransformInfo.cpp [2474/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86InstPrinterCommon.cpp.o -MF lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86InstPrinterCommon.cpp.o.d -o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86InstPrinterCommon.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.cpp [2475/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86IntelInstPrinter.cpp.o -MF lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86IntelInstPrinter.cpp.o.d -o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86IntelInstPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp [2476/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetMachine.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetMachine.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetMachine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86TargetMachine.cpp [2477/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ShuffleDecode.cpp.o -MF lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ShuffleDecode.cpp.o.d -o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ShuffleDecode.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc/X86ShuffleDecode.cpp [2478/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/X86Disassembler.cpp.o -MF lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/X86Disassembler.cpp.o.d -o lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/X86Disassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp [2479/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86InstComments.cpp.o -MF lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86InstComments.cpp.o.d -o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86InstComments.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc/X86InstComments.cpp [2480/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCAsmInfo.cpp.o -MF lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCAsmInfo.cpp.o.d -o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCAsmInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp [2481/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ELFObjectWriter.cpp.o -MF lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ELFObjectWriter.cpp.o.d -o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ELFObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp [2482/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCCodeEmitter.cpp.o -MF lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCCodeEmitter.cpp.o.d -o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCCodeEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp [2483/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MachObjectWriter.cpp.o -MF lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MachObjectWriter.cpp.o.d -o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MachObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp [2484/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFObjectWriter.cpp.o -MF lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFObjectWriter.cpp.o.d -o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFObjectWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp [2485/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86AsmBackend.cpp.o -MF lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86AsmBackend.cpp.o.d -o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86AsmBackend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp [2486/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/X86TargetInfo.cpp.o -MF lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/X86TargetInfo.cpp.o.d -o lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/X86TargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp [2487/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMX86Info.a && /usr/bin/ar qc lib/libLLVMX86Info.a lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir/X86TargetInfo.cpp.o && /usr/bin/ranlib lib/libLLVMX86Info.a && : [2488/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMX86Disassembler.a && /usr/bin/ar qc lib/libLLVMX86Disassembler.a lib/Target/X86/Disassembler/CMakeFiles/LLVMX86Disassembler.dir/X86Disassembler.cpp.o && /usr/bin/ranlib lib/libLLVMX86Disassembler.a && : [2489/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFStreamer.cpp.o -MF lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFStreamer.cpp.o.d -o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp [2490/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/X86AsmParser.cpp.o -MF lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/X86AsmParser.cpp.o.d -o lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/X86AsmParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp [2491/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFTargetStreamer.cpp.o -MF lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFTargetStreamer.cpp.o.d -o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFTargetStreamer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFTargetStreamer.cpp [2492/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCTargetDesc.cpp.o -MF lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCTargetDesc.cpp.o.d -o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCTargetDesc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp [2493/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreMachineFunctionInfo.cpp.o -MF lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreMachineFunctionInfo.cpp.o.d -o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreMachineFunctionInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/XCoreMachineFunctionInfo.cpp [2494/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMX86Desc.a && /usr/bin/ar qc lib/libLLVMX86Desc.a lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ATTInstPrinter.cpp.o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86IntelInstPrinter.cpp.o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86InstComments.cpp.o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86InstPrinterCommon.cpp.o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ShuffleDecode.cpp.o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86AsmBackend.cpp.o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCTargetDesc.cpp.o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCAsmInfo.cpp.o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCCodeEmitter.cpp.o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MachObjectWriter.cpp.o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86ELFObjectWriter.cpp.o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFObjectWriter.cpp.o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFStreamer.cpp.o lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86WinCOFFTargetStreamer.cpp.o && /usr/bin/ranlib lib/libLLVMX86Desc.a && : [2495/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMX86AsmParser.a && /usr/bin/ar qc lib/libLLVMX86AsmParser.a lib/Target/X86/AsmParser/CMakeFiles/LLVMX86AsmParser.dir/X86AsmParser.cpp.o && /usr/bin/ranlib lib/libLLVMX86AsmParser.a && : [2496/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreMCInstLower.cpp.o -MF lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreMCInstLower.cpp.o.d -o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreMCInstLower.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/XCoreMCInstLower.cpp [2497/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreLowerThreadLocal.cpp.o -MF lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreLowerThreadLocal.cpp.o.d -o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreLowerThreadLocal.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/XCoreLowerThreadLocal.cpp [2498/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreSubtarget.cpp.o -MF lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreSubtarget.cpp.o.d -o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreSubtarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/XCoreSubtarget.cpp [2499/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreRegisterInfo.cpp.o -MF lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreRegisterInfo.cpp.o.d -o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreRegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/XCoreRegisterInfo.cpp [2500/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/XCoreInstPrinter.cpp.o -MF lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/XCoreInstPrinter.cpp.o.d -o lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/XCoreInstPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.cpp [2501/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreFrameToArgsOffsetElim.cpp.o -MF lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreFrameToArgsOffsetElim.cpp.o.d -o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreFrameToArgsOffsetElim.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/XCoreFrameToArgsOffsetElim.cpp [2502/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreTargetObjectFile.cpp.o -MF lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreTargetObjectFile.cpp.o.d -o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreTargetObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/XCoreTargetObjectFile.cpp [2503/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/XCoreMCTargetDesc.cpp.o -MF lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/XCoreMCTargetDesc.cpp.o.d -o lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/XCoreMCTargetDesc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp [2504/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/MCTargetDesc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/XCoreMCAsmInfo.cpp.o -MF lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/XCoreMCAsmInfo.cpp.o.d -o lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/XCoreMCAsmInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.cpp [2505/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/TargetInfo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/XCore/TargetInfo/CMakeFiles/LLVMXCoreInfo.dir/XCoreTargetInfo.cpp.o -MF lib/Target/XCore/TargetInfo/CMakeFiles/LLVMXCoreInfo.dir/XCoreTargetInfo.cpp.o.d -o lib/Target/XCore/TargetInfo/CMakeFiles/LLVMXCoreInfo.dir/XCoreTargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/TargetInfo/XCoreTargetInfo.cpp [2506/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreSelectionDAGInfo.cpp.o -MF lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreSelectionDAGInfo.cpp.o.d -o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreSelectionDAGInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.cpp [2507/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMXCoreInfo.a && /usr/bin/ar qc lib/libLLVMXCoreInfo.a lib/Target/XCore/TargetInfo/CMakeFiles/LLVMXCoreInfo.dir/XCoreTargetInfo.cpp.o && /usr/bin/ranlib lib/libLLVMXCoreInfo.a && : [2508/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMXCoreDesc.a && /usr/bin/ar qc lib/libLLVMXCoreDesc.a lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/XCoreInstPrinter.cpp.o lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/XCoreMCTargetDesc.cpp.o lib/Target/XCore/MCTargetDesc/CMakeFiles/LLVMXCoreDesc.dir/XCoreMCAsmInfo.cpp.o && /usr/bin/ranlib lib/libLLVMXCoreDesc.a && : [2509/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/Disassembler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/XCore/Disassembler/CMakeFiles/LLVMXCoreDisassembler.dir/XCoreDisassembler.cpp.o -MF lib/Target/XCore/Disassembler/CMakeFiles/LLVMXCoreDisassembler.dir/XCoreDisassembler.cpp.o.d -o lib/Target/XCore/Disassembler/CMakeFiles/LLVMXCoreDisassembler.dir/XCoreDisassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/Disassembler/XCoreDisassembler.cpp [2510/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMXCoreDisassembler.a && /usr/bin/ar qc lib/libLLVMXCoreDisassembler.a lib/Target/XCore/Disassembler/CMakeFiles/LLVMXCoreDisassembler.dir/XCoreDisassembler.cpp.o && /usr/bin/ranlib lib/libLLVMXCoreDisassembler.a && : [2511/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/LineEditor -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/LineEditor -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/LineEditor.cpp.o -MF lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/LineEditor.cpp.o.d -o lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/LineEditor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/LineEditor/LineEditor.cpp [2512/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMLineEditor.a && /usr/bin/ar qc lib/libLLVMLineEditor.a lib/LineEditor/CMakeFiles/LLVMLineEditor.dir/LineEditor.cpp.o && /usr/bin/ranlib lib/libLLVMLineEditor.a && : [2513/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/AsmParser -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/AsmParser -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/Parser.cpp.o -MF lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/Parser.cpp.o.d -o lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/Parser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/AsmParser/Parser.cpp [2514/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ProfileData -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ProfileData/CMakeFiles/LLVMProfileData.dir/GCOV.cpp.o -MF lib/ProfileData/CMakeFiles/LLVMProfileData.dir/GCOV.cpp.o.d -o lib/ProfileData/CMakeFiles/LLVMProfileData.dir/GCOV.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData/GCOV.cpp [2515/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreTargetMachine.cpp.o -MF lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreTargetMachine.cpp.o.d -o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreTargetMachine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/XCore/XCoreTargetMachine.cpp [2516/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMAsmParser.a && /usr/bin/ar qc lib/libLLVMAsmParser.a lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/LLLexer.cpp.o lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/LLParser.cpp.o lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/Parser.cpp.o && /usr/bin/ranlib lib/libLLVMAsmParser.a && : [2517/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMIRReader.a && /usr/bin/ar qc lib/libLLVMIRReader.a lib/IRReader/CMakeFiles/LLVMIRReader.dir/IRReader.cpp.o && /usr/bin/ranlib lib/libLLVMIRReader.a && : [2518/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ProfileData -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ProfileData/CMakeFiles/LLVMProfileData.dir/ProfileSummaryBuilder.cpp.o -MF lib/ProfileData/CMakeFiles/LLVMProfileData.dir/ProfileSummaryBuilder.cpp.o.d -o lib/ProfileData/CMakeFiles/LLVMProfileData.dir/ProfileSummaryBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData/ProfileSummaryBuilder.cpp [2519/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fvisibility=hidden -fno-exceptions -MD -MT lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelLowering.cpp.o -MF lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelLowering.cpp.o.d -o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelLowering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86/X86ISelLowering.cpp [2520/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ProfileData -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProf.cpp.o -MF lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProf.cpp.o.d -o lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProf.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData/InstrProf.cpp [2521/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ProfileData -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfWriter.cpp.o -MF lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfWriter.cpp.o.d -o lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData/InstrProfWriter.cpp [2522/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ProfileData -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfReader.cpp.o -MF lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfReader.cpp.o.d -o lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfReader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData/InstrProfReader.cpp [2523/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ProfileData/Coverage -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData/Coverage -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMappingWriter.cpp.o -MF lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMappingWriter.cpp.o.d -o lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMappingWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData/Coverage/CoverageMappingWriter.cpp [2524/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Passes -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Passes -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Passes/CMakeFiles/LLVMPasses.dir/PassPlugin.cpp.o -MF lib/Passes/CMakeFiles/LLVMPasses.dir/PassPlugin.cpp.o.d -o lib/Passes/CMakeFiles/LLVMPasses.dir/PassPlugin.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Passes/PassPlugin.cpp [2525/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ProfileData/Coverage -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData/Coverage -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMapping.cpp.o -MF lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMapping.cpp.o.d -o lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMapping.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData/Coverage/CoverageMapping.cpp [2526/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ProfileData -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProfWriter.cpp.o -MF lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProfWriter.cpp.o.d -o lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProfWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData/SampleProfWriter.cpp [2527/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ProfileData -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProfReader.cpp.o -MF lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProfReader.cpp.o.d -o lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProfReader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData/SampleProfReader.cpp [2528/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ProfileData -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProf.cpp.o -MF lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProf.cpp.o.d -o lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProf.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData/SampleProf.cpp [2529/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMProfileData.a && /usr/bin/ar qc lib/libLLVMProfileData.a lib/ProfileData/CMakeFiles/LLVMProfileData.dir/GCOV.cpp.o lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProf.cpp.o lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfReader.cpp.o lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfWriter.cpp.o lib/ProfileData/CMakeFiles/LLVMProfileData.dir/ProfileSummaryBuilder.cpp.o lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProf.cpp.o lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProfReader.cpp.o lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProfWriter.cpp.o && /usr/bin/ranlib lib/libLLVMProfileData.a && : [2530/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/TextAPI -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TextAPI -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/ArchitectureSet.cpp.o -MF lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/ArchitectureSet.cpp.o.d -o lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/ArchitectureSet.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TextAPI/ArchitectureSet.cpp [2531/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/TextAPI -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TextAPI -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Architecture.cpp.o -MF lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Architecture.cpp.o.d -o lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Architecture.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TextAPI/Architecture.cpp [2532/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/TextAPI -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TextAPI -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/PackedVersion.cpp.o -MF lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/PackedVersion.cpp.o.d -o lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/PackedVersion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TextAPI/PackedVersion.cpp [2533/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/TextAPI -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TextAPI -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Platform.cpp.o -MF lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Platform.cpp.o.d -o lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Platform.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TextAPI/Platform.cpp [2534/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/TextAPI -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TextAPI -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Symbol.cpp.o -MF lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Symbol.cpp.o.d -o lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Symbol.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TextAPI/Symbol.cpp [2535/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/TextAPI -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TextAPI -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Target.cpp.o -MF lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Target.cpp.o.d -o lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Target.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TextAPI/Target.cpp [2536/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/TextAPI -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TextAPI -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/InterfaceFile.cpp.o -MF lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/InterfaceFile.cpp.o.d -o lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/InterfaceFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TextAPI/InterfaceFile.cpp [2537/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ToolDrivers/llvm-dlltool -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ToolDrivers/llvm-dlltool/Options.td --write-if-changed -o lib/ToolDrivers/llvm-dlltool/Options.inc -d lib/ToolDrivers/llvm-dlltool/Options.inc.d [2538/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ToolDrivers/llvm-lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ToolDrivers/llvm-lib/Options.td --write-if-changed -o lib/ToolDrivers/llvm-lib/Options.inc -d lib/ToolDrivers/llvm-lib/Options.inc.d [2539/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Passes -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Passes -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Passes/CMakeFiles/LLVMPasses.dir/PassBuilderBindings.cpp.o -MF lib/Passes/CMakeFiles/LLVMPasses.dir/PassBuilderBindings.cpp.o.d -o lib/Passes/CMakeFiles/LLVMPasses.dir/PassBuilderBindings.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Passes/PassBuilderBindings.cpp [2540/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/TextAPI -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TextAPI -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/TextStubCommon.cpp.o -MF lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/TextStubCommon.cpp.o.d -o lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/TextStubCommon.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TextAPI/TextStubCommon.cpp [2541/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/XRay -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/XRay/CMakeFiles/LLVMXRay.dir/BlockIndexer.cpp.o -MF lib/XRay/CMakeFiles/LLVMXRay.dir/BlockIndexer.cpp.o.d -o lib/XRay/CMakeFiles/LLVMXRay.dir/BlockIndexer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay/BlockIndexer.cpp [2542/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ProfileData/Coverage -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData/Coverage -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMappingReader.cpp.o -MF lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMappingReader.cpp.o.d -o lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMappingReader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp [2543/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ToolDrivers/llvm-dlltool -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ToolDrivers/llvm-dlltool -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/DlltoolDriver.cpp.o -MF lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/DlltoolDriver.cpp.o.d -o lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/DlltoolDriver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp [2544/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/XRay -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/XRay/CMakeFiles/LLVMXRay.dir/BlockPrinter.cpp.o -MF lib/XRay/CMakeFiles/LLVMXRay.dir/BlockPrinter.cpp.o.d -o lib/XRay/CMakeFiles/LLVMXRay.dir/BlockPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay/BlockPrinter.cpp [2545/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/XRay -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/XRay/CMakeFiles/LLVMXRay.dir/BlockVerifier.cpp.o -MF lib/XRay/CMakeFiles/LLVMXRay.dir/BlockVerifier.cpp.o.d -o lib/XRay/CMakeFiles/LLVMXRay.dir/BlockVerifier.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay/BlockVerifier.cpp [2546/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/XRay -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/XRay/CMakeFiles/LLVMXRay.dir/FDRRecords.cpp.o -MF lib/XRay/CMakeFiles/LLVMXRay.dir/FDRRecords.cpp.o.d -o lib/XRay/CMakeFiles/LLVMXRay.dir/FDRRecords.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay/FDRRecords.cpp [2547/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/XRay -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/XRay/CMakeFiles/LLVMXRay.dir/FDRTraceExpander.cpp.o -MF lib/XRay/CMakeFiles/LLVMXRay.dir/FDRTraceExpander.cpp.o.d -o lib/XRay/CMakeFiles/LLVMXRay.dir/FDRTraceExpander.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay/FDRTraceExpander.cpp [2548/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/XRay -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/XRay/CMakeFiles/LLVMXRay.dir/FDRRecordProducer.cpp.o -MF lib/XRay/CMakeFiles/LLVMXRay.dir/FDRRecordProducer.cpp.o.d -o lib/XRay/CMakeFiles/LLVMXRay.dir/FDRRecordProducer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay/FDRRecordProducer.cpp [2549/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/XRay -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/XRay/CMakeFiles/LLVMXRay.dir/FDRTraceWriter.cpp.o -MF lib/XRay/CMakeFiles/LLVMXRay.dir/FDRTraceWriter.cpp.o.d -o lib/XRay/CMakeFiles/LLVMXRay.dir/FDRTraceWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay/FDRTraceWriter.cpp [2550/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/XRay -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/XRay/CMakeFiles/LLVMXRay.dir/FileHeaderReader.cpp.o -MF lib/XRay/CMakeFiles/LLVMXRay.dir/FileHeaderReader.cpp.o.d -o lib/XRay/CMakeFiles/LLVMXRay.dir/FileHeaderReader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay/FileHeaderReader.cpp [2551/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/ToolDrivers/llvm-lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ToolDrivers/llvm-lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/LibDriver.cpp.o -MF lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/LibDriver.cpp.o.d -o lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/LibDriver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp [2552/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Passes -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Passes -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Passes/CMakeFiles/LLVMPasses.dir/StandardInstrumentations.cpp.o -MF lib/Passes/CMakeFiles/LLVMPasses.dir/StandardInstrumentations.cpp.o.d -o lib/Passes/CMakeFiles/LLVMPasses.dir/StandardInstrumentations.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Passes/StandardInstrumentations.cpp [2553/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/XRay -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/XRay/CMakeFiles/LLVMXRay.dir/LogBuilderConsumer.cpp.o -MF lib/XRay/CMakeFiles/LLVMXRay.dir/LogBuilderConsumer.cpp.o.d -o lib/XRay/CMakeFiles/LLVMXRay.dir/LogBuilderConsumer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay/LogBuilderConsumer.cpp [2554/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/TextAPI -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TextAPI -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/TextStub.cpp.o -MF lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/TextStub.cpp.o.d -o lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/TextStub.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/TextAPI/TextStub.cpp [2555/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMTextAPI.a && /usr/bin/ar qc lib/libLLVMTextAPI.a lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Architecture.cpp.o lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/ArchitectureSet.cpp.o lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/InterfaceFile.cpp.o lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/PackedVersion.cpp.o lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Platform.cpp.o lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Symbol.cpp.o lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/Target.cpp.o lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/TextStub.cpp.o lib/TextAPI/CMakeFiles/LLVMTextAPI.dir/TextStubCommon.cpp.o && /usr/bin/ranlib lib/libLLVMTextAPI.a && : [2556/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMObject.a && /usr/bin/ar qc lib/libLLVMObject.a lib/Object/CMakeFiles/LLVMObject.dir/Archive.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/ArchiveWriter.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/Binary.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/COFFImportFile.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/COFFModuleDefinition.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/COFFObjectFile.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/Decompressor.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/ELF.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/ELFObjectFile.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/Error.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/FaultMapParser.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/IRObjectFile.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/IRSymtab.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/MachOObjectFile.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/MachOUniversal.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/Minidump.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/ModuleSymbolTable.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/Object.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/ObjectFile.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/RecordStreamer.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/RelocationResolver.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/SymbolicFile.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/SymbolSize.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/TapiFile.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/TapiUniversal.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/MachOUniversalWriter.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/WasmObjectFile.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/WindowsMachineFlag.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/WindowsResource.cpp.o lib/Object/CMakeFiles/LLVMObject.dir/XCOFFObjectFile.cpp.o && /usr/bin/ranlib lib/libLLVMObject.a && : [2557/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMInterfaceStub.a && /usr/bin/ar qc lib/libLLVMInterfaceStub.a lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/ELFObjHandler.cpp.o lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/IFSHandler.cpp.o lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/IFSStub.cpp.o && /usr/bin/ranlib lib/libLLVMInterfaceStub.a && : [2558/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMAnalysis.a && /usr/bin/ar qc lib/libLLVMAnalysis.a lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysisEvaluator.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasAnalysisSummary.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AliasSetTracker.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Analysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AssumeBundleQueries.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/AssumptionCache.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BasicAliasAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfo.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BlockFrequencyInfoImpl.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/BranchProbabilityInfo.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFG.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFGPrinter.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFLAndersAliasAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CFLSteensAliasAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CGSCCPassManager.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallGraph.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallGraphSCCPass.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CallPrinter.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CaptureTracking.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CmpInstAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CostModel.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/CodeMetrics.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ConstantFolding.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DDG.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DDGPrinter.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ConstraintSystem.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Delinearization.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DemandedBits.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DependenceAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DependenceGraphBuilder.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DevelopmentModeInlineAdvisor.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DivergenceAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DomPrinter.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DomTreeUpdater.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/DominanceFrontier.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/EHPersonalities.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/FunctionPropertiesAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/GlobalsModRef.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/GuardUtils.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/HeatUtils.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IRSimilarityIdentifier.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IVDescriptors.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IVUsers.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ImportedFunctionsInliningStatistics.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IndirectCallPromotionAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineCost.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineAdvisor.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InlineSizeEstimatorAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstCount.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstructionPrecedenceTracking.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/InstructionSimplify.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Interval.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/IntervalPartition.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyBranchProbabilityInfo.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyBlockFrequencyInfo.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyCallGraph.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LazyValueInfo.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LegacyDivergenceAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Lint.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Loads.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopAccessAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopAnalysisManager.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopCacheAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopNestAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopUnrollAnalyzer.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopInfo.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/LoopPass.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MLInlineAdvisor.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemDepPrinter.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemDerefPrinter.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryBuiltins.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryDependenceAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemoryLocation.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemorySSA.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MemorySSAUpdater.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ModuleDebugInfoPrinter.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ModuleSummaryAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/MustExecute.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCAliasAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCAnalysisUtils.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ObjCARCInstKind.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/OptimizationRemarkEmitter.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/OverflowInstAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PHITransAddr.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PhiValues.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PostDominators.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ProfileSummaryInfo.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/PtrUseVisitor.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionInfo.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionPass.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/RegionPrinter.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ReleaseModeModelRunner.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ReplayInlineAdvisor.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolution.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionAliasAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionDivision.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolutionNormalization.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/StackLifetime.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/StackSafetyAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/SyncDependenceAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/SyntheticCountsUtils.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TFUtils.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TargetLibraryInfo.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TargetTransformInfo.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/Trace.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TypeBasedAliasAnalysis.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/TypeMetadataUtils.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScopedNoAliasAA.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueLattice.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueLatticeUtils.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ValueTracking.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/VectorUtils.cpp.o lib/Analysis/CMakeFiles/LLVMAnalysis.dir/VFABIDemangling.cpp.o && /usr/bin/ranlib lib/libLLVMAnalysis.a && : [2559/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMBitWriter.a && /usr/bin/ar qc lib/libLLVMBitWriter.a lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitWriter.cpp.o lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitcodeWriter.cpp.o lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitcodeWriterPass.cpp.o lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/ValueEnumerator.cpp.o && /usr/bin/ranlib lib/libLLVMBitWriter.a && : [2560/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMTransformUtils.a && /usr/bin/ar qc lib/libLLVMTransformUtils.a lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AddDiscriminators.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AMDGPUEmitPrintf.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ASanStackFrameLayout.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/AssumeBundleBuilder.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BasicBlockUtils.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BreakCriticalEdges.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BuildLibCalls.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/BypassSlowDivision.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CallPromotionUtils.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CallGraphUpdater.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CanonicalizeAliases.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CanonicalizeFreezeInLoops.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CloneFunction.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CloneModule.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CodeExtractor.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CodeMoverUtils.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/CtorUtils.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Debugify.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/DemoteRegToStack.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/EntryExitInstrumenter.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/EscapeEnumerator.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Evaluator.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FixIrreducible.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FlattenCFG.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FunctionComparator.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/FunctionImportUtils.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/GlobalStatus.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/GuardUtils.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/HelloWorld.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InlineFunction.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InjectTLIMappings.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/InstructionNamer.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/IntegerDivision.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LCSSA.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LibCallsShrinkWrap.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Local.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopPeel.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopRotationUtils.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopSimplify.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnroll.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnrollAndJam.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUnrollRuntime.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopUtils.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LoopVersioning.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerInvoke.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerMemIntrinsics.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/LowerSwitch.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MatrixUtils.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MemoryOpRemark.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Mem2Reg.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/MetaRenamer.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ModuleUtils.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/NameAnonGlobals.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/PredicateInfo.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/PromoteMemoryToRegister.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/RelLookupTableConverter.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ScalarEvolutionExpander.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SCCPSolver.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/StripGCRelocates.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SSAUpdater.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SSAUpdaterBulk.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SampleProfileLoaderBaseUtil.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SanitizerStats.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyCFG.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyIndVar.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SimplifyLibCalls.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SizeOpts.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SplitModule.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/StripNonLineTableDebugInfo.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/SymbolRewriter.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/UnifyFunctionExitNodes.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/UnifyLoopExits.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/Utils.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/ValueMapper.cpp.o lib/Transforms/Utils/CMakeFiles/LLVMTransformUtils.dir/VNCoercion.cpp.o && /usr/bin/ranlib lib/libLLVMTransformUtils.a && : [2561/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMFrontendOpenMP.a && /usr/bin/ar qc lib/libLLVMFrontendOpenMP.a lib/Frontend/OpenMP/CMakeFiles/LLVMFrontendOpenMP.dir/OMP.cpp.o lib/Frontend/OpenMP/CMakeFiles/LLVMFrontendOpenMP.dir/OMPContext.cpp.o lib/Frontend/OpenMP/CMakeFiles/LLVMFrontendOpenMP.dir/OMPIRBuilder.cpp.o && /usr/bin/ranlib lib/libLLVMFrontendOpenMP.a && : [2562/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMInstrumentation.a && /usr/bin/ar qc lib/libLLVMInstrumentation.a lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/AddressSanitizer.cpp.o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/BoundsChecking.cpp.o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/CGProfile.cpp.o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ControlHeightReduction.cpp.o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/DataFlowSanitizer.cpp.o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/GCOVProfiling.cpp.o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/MemProfiler.cpp.o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/MemorySanitizer.cpp.o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/IndirectCallPromotion.cpp.o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/Instrumentation.cpp.o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/InstrOrderFile.cpp.o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/InstrProfiling.cpp.o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOInstrumentation.cpp.o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PGOMemOPSizeOpt.cpp.o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/PoisonChecking.cpp.o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/SanitizerCoverage.cpp.o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ValueProfileCollector.cpp.o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/ThreadSanitizer.cpp.o lib/Transforms/Instrumentation/CMakeFiles/LLVMInstrumentation.dir/HWAddressSanitizer.cpp.o && /usr/bin/ranlib lib/libLLVMInstrumentation.a && : [2563/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMAggressiveInstCombine.a && /usr/bin/ar qc lib/libLLVMAggressiveInstCombine.a lib/Transforms/AggressiveInstCombine/CMakeFiles/LLVMAggressiveInstCombine.dir/AggressiveInstCombine.cpp.o lib/Transforms/AggressiveInstCombine/CMakeFiles/LLVMAggressiveInstCombine.dir/TruncInstCombine.cpp.o && /usr/bin/ranlib lib/libLLVMAggressiveInstCombine.a && : [2564/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMInstCombine.a && /usr/bin/ar qc lib/libLLVMInstCombine.a lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstructionCombining.cpp.o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAddSub.cpp.o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAtomicRMW.cpp.o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineAndOrXor.cpp.o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCalls.cpp.o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCasts.cpp.o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineCompares.cpp.o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineLoadStoreAlloca.cpp.o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineMulDivRem.cpp.o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineNegator.cpp.o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombinePHI.cpp.o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineSelect.cpp.o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineShifts.cpp.o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineSimplifyDemanded.cpp.o lib/Transforms/InstCombine/CMakeFiles/LLVMInstCombine.dir/InstCombineVectorOps.cpp.o && /usr/bin/ranlib lib/libLLVMInstCombine.a && : [2565/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMScalarOpts.a && /usr/bin/ar qc lib/libLLVMScalarOpts.a lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ADCE.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/AlignmentFromAssumptions.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/AnnotationRemarks.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/BDCE.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/CallSiteSplitting.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ConstantHoisting.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ConstraintElimination.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/CorrelatedValuePropagation.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DCE.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DeadStoreElimination.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DFAJumpThreading.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/DivRemPairs.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/EarlyCSE.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/FlattenCFGPass.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Float2Int.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GuardWidening.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVN.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVNHoist.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/GVNSink.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/IVUsersPrinter.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InductiveRangeCheckElimination.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/IndVarSimplify.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InferAddressSpaces.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/InstSimplifyPass.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/JumpThreading.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LICM.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopAccessAnalysisPrinter.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopBoundSplit.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopSink.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDeletion.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDataPrefetch.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopDistribute.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopFuse.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopIdiomRecognize.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopInstSimplify.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopInterchange.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopFlatten.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopLoadElimination.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopPassManager.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopPredication.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopRerollPass.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopRotation.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopSimplifyCFG.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopStrengthReduce.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnrollPass.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnrollAndJamPass.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnswitch.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopVersioningLICM.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerAtomic.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerConstantIntrinsics.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerExpectIntrinsic.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerGuardIntrinsic.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerMatrixIntrinsics.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerWidenableCondition.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MakeGuardsExplicit.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MemCpyOptimizer.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MergeICmps.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MergedLoadStoreMotion.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/NaryReassociate.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/NewGVN.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/PartiallyInlineLibCalls.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/PlaceSafepoints.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Reassociate.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Reg2Mem.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/RewriteStatepointsForGC.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SCCP.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SROA.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Scalar.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Scalarizer.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/ScalarizeMaskedMemIntrin.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SeparateConstOffsetFromGEP.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SimpleLoopUnswitch.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SimplifyCFGPass.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/Sink.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/SpeculativeExecution.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/StraightLineStrengthReduce.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/StructurizeCFG.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/TailRecursionElimination.cpp.o lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/WarnMissedTransforms.cpp.o && /usr/bin/ranlib lib/libLLVMScalarOpts.a && : [2566/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/XRay -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/XRay/CMakeFiles/LLVMXRay.dir/RecordInitializer.cpp.o -MF lib/XRay/CMakeFiles/LLVMXRay.dir/RecordInitializer.cpp.o.d -o lib/XRay/CMakeFiles/LLVMXRay.dir/RecordInitializer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay/RecordInitializer.cpp [2567/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMObjCARCOpts.a && /usr/bin/ar qc lib/libLLVMObjCARCOpts.a lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARC.cpp.o lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCOpts.cpp.o lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCExpand.cpp.o lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCAPElim.cpp.o lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ObjCARCContract.cpp.o lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/DependencyAnalysis.cpp.o lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysis.cpp.o lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/ProvenanceAnalysisEvaluator.cpp.o lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir/PtrState.cpp.o && /usr/bin/ranlib lib/libLLVMObjCARCOpts.a && : [2568/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMVectorize.a && /usr/bin/ar qc lib/libLLVMVectorize.a lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoadStoreVectorizer.cpp.o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoopVectorizationLegality.cpp.o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoopVectorize.cpp.o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SLPVectorizer.cpp.o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/Vectorize.cpp.o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VectorCombine.cpp.o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlan.cpp.o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanHCFGBuilder.cpp.o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanPredicator.cpp.o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanSLP.cpp.o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanTransforms.cpp.o lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanVerifier.cpp.o && /usr/bin/ranlib lib/libLLVMVectorize.a && : [2569/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMLinker.a && /usr/bin/ar qc lib/libLLVMLinker.a lib/Linker/CMakeFiles/LLVMLinker.dir/IRMover.cpp.o lib/Linker/CMakeFiles/LLVMLinker.dir/LinkModules.cpp.o && /usr/bin/ranlib lib/libLLVMLinker.a && : [2570/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMObjectYAML.a && /usr/bin/ar qc lib/libLLVMObjectYAML.a lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ArchiveEmitter.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ArchiveYAML.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLDebugSections.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLSymbols.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLTypeHashing.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/CodeViewYAMLTypes.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/COFFEmitter.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/COFFYAML.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DWARFEmitter.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/DWARFYAML.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ELFEmitter.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ELFYAML.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MachOEmitter.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MachOYAML.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/ObjectYAML.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MinidumpEmitter.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MinidumpYAML.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/WasmEmitter.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/WasmYAML.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/XCOFFEmitter.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/XCOFFYAML.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/YAML.cpp.o lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/yaml2obj.cpp.o && /usr/bin/ranlib lib/libLLVMObjectYAML.a && : [2571/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMDebugInfoDWARF.a && /usr/bin/ar qc lib/libLLVMDebugInfoDWARF.a lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAbbreviationDeclaration.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAddressRange.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFAcceleratorTable.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFCompileUnit.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFContext.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDataExtractor.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAbbrev.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAddr.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugArangeSet.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugAranges.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugFrame.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugInfoEntry.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLine.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugLoc.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugMacro.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugPubTable.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugRangeList.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDebugRnglists.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFDie.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFExpression.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFFormValue.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFGdbIndex.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFListTable.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFLocationExpression.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFTypeUnit.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnitIndex.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFUnit.cpp.o lib/DebugInfo/DWARF/CMakeFiles/LLVMDebugInfoDWARF.dir/DWARFVerifier.cpp.o && /usr/bin/ranlib lib/libLLVMDebugInfoDWARF.a && : [2572/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMipo.a && /usr/bin/ar qc lib/libLLVMipo.a lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/AlwaysInliner.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Annotation2Metadata.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ArgumentPromotion.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Attributor.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/AttributorAttributes.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/BarrierNoopPass.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/BlockExtractor.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/CalledValuePropagation.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ConstantMerge.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/CrossDSOCFI.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/DeadArgumentElimination.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ElimAvailExtern.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ExtractGV.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ForceFunctionAttrs.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionAttrs.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionImport.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/FunctionSpecialization.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalDCE.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalOpt.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/GlobalSplit.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/HotColdSplitting.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/IPO.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/IROutliner.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/InferFunctionAttrs.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/InlineSimple.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Inliner.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/Internalize.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/LoopExtractor.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/LowerTypeTests.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/MergeFunctions.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/OpenMPOpt.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PartialInlining.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PassManagerBuilder.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/PruneEH.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleContextTracker.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleProfile.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleProfileProbe.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SCCP.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/StripDeadPrototypes.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/StripSymbols.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SyntheticCountsPropagation.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/ThinLTOBitcodeWriter.cpp.o lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/WholeProgramDevirt.cpp.o && /usr/bin/ranlib lib/libLLVMipo.a && : [2573/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMDebugInfoGSYM.a && /usr/bin/ar qc lib/libLLVMDebugInfoGSYM.a lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/DwarfTransformer.cpp.o lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/Header.cpp.o lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/FileWriter.cpp.o lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/FunctionInfo.cpp.o lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/GsymCreator.cpp.o lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/GsymReader.cpp.o lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/InlineInfo.cpp.o lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/LineTable.cpp.o lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/LookupResult.cpp.o lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/ObjectFileTransformer.cpp.o lib/DebugInfo/GSYM/CMakeFiles/LLVMDebugInfoGSYM.dir/Range.cpp.o && /usr/bin/ranlib lib/libLLVMDebugInfoGSYM.a && : [2574/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMCoroutines.a && /usr/bin/ar qc lib/libLLVMCoroutines.a lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/Coroutines.cpp.o lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroCleanup.cpp.o lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroEarly.cpp.o lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroElide.cpp.o lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroFrame.cpp.o lib/Transforms/Coroutines/CMakeFiles/LLVMCoroutines.dir/CoroSplit.cpp.o && /usr/bin/ranlib lib/libLLVMCoroutines.a && : [2575/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMJITLink.a && /usr/bin/ar qc lib/libLLVMJITLink.a lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/EHFrameSupport.cpp.o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/JITLink.cpp.o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/JITLinkGeneric.cpp.o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/JITLinkMemoryManager.cpp.o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachO.cpp.o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachO_arm64.cpp.o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachO_x86_64.cpp.o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/MachOLinkGraphBuilder.cpp.o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF.cpp.o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELFLinkGraphBuilder.cpp.o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_riscv.cpp.o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/ELF_x86_64.cpp.o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/riscv.cpp.o lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/x86_64.cpp.o && /usr/bin/ranlib lib/libLLVMJITLink.a && : [2576/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMDebugInfoPDB.a && /usr/bin/ar qc lib/libLLVMDebugInfoPDB.a lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/GenericError.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/IPDBSourceFile.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDB.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBContext.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBExtras.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBInterfaceAnchors.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbol.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolAnnotation.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolBlock.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompiland.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandDetails.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCompilandEnv.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolCustom.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolData.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolExe.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFunc.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugEnd.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolFuncDebugStart.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolLabel.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolPublicSymbol.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolThunk.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeArray.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBaseClass.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeBuiltin.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeCustom.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeDimension.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeEnum.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFriend.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionArg.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeFunctionSig.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeManaged.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypePointer.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeTypedef.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeUDT.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTable.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolTypeVTableShape.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUnknown.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymbolUsingNamespace.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/PDBSymDumper.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/UDTLayout.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleDescriptor.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleDescriptorBuilder.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiModuleList.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiStream.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/DbiStreamBuilder.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/EnumTables.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/GlobalsStream.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/Hash.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/HashTable.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InfoStream.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InfoStreamBuilder.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/InjectedSourceStream.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/ModuleDebugStream.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeCompilandSymbol.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumGlobals.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumInjectedSources.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumLineNumbers.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumModules.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumTypes.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeEnumSymbols.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeExeSymbol.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeFunctionSymbol.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeInlineSiteSymbol.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeLineNumber.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativePublicSymbol.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeRawSymbol.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSourceFile.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSymbolEnumerator.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeArray.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeBuiltin.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeEnum.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeFunctionSig.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypePointer.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeTypedef.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeUDT.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeTypeVTShape.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NamedStreamMap.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/NativeSession.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBFile.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBFileBuilder.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBStringTable.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PDBStringTableBuilder.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/PublicsStream.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/GSIStreamBuilder.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/RawError.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/SymbolCache.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/SymbolStream.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiHashing.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiStream.cpp.o lib/DebugInfo/PDB/CMakeFiles/LLVMDebugInfoPDB.dir/Native/TpiStreamBuilder.cpp.o && /usr/bin/ranlib lib/libLLVMDebugInfoPDB.a && : [2577/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMRuntimeDyld.a && /usr/bin/ar qc lib/libLLVMRuntimeDyld.a lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/JITSymbol.cpp.o lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RTDyldMemoryManager.cpp.o lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyld.cpp.o lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldChecker.cpp.o lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldCOFF.cpp.o lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldELF.cpp.o lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldMachO.cpp.o lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/Targets/RuntimeDyldELFMips.cpp.o && /usr/bin/ranlib lib/libLLVMRuntimeDyld.a && : [2578/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMSymbolize.a && /usr/bin/ar qc lib/libLLVMSymbolize.a lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/DIPrinter.cpp.o lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/SymbolizableObjectFile.cpp.o lib/DebugInfo/Symbolize/CMakeFiles/LLVMSymbolize.dir/Symbolize.cpp.o && /usr/bin/ranlib lib/libLLVMSymbolize.a && : [2579/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMTarget.a && /usr/bin/ar qc lib/libLLVMTarget.a lib/Target/CMakeFiles/LLVMTarget.dir/Target.cpp.o lib/Target/CMakeFiles/LLVMTarget.dir/TargetIntrinsicInfo.cpp.o lib/Target/CMakeFiles/LLVMTarget.dir/TargetLoweringObjectFile.cpp.o lib/Target/CMakeFiles/LLVMTarget.dir/TargetMachine.cpp.o lib/Target/CMakeFiles/LLVMTarget.dir/TargetMachineC.cpp.o && /usr/bin/ranlib lib/libLLVMTarget.a && : [2580/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMAMDGPUUtils.a && /usr/bin/ar qc lib/libLLVMAMDGPUUtils.a lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUAsmUtils.cpp.o lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUBaseInfo.cpp.o lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPULDSUtils.cpp.o lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUPALMetadata.cpp.o lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDKernelCodeTUtils.cpp.o && /usr/bin/ranlib lib/libLLVMAMDGPUUtils.a && : [2581/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMFuzzMutate.a && /usr/bin/ar qc lib/libLLVMFuzzMutate.a lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/FuzzerCLI.cpp.o lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/IRMutator.cpp.o lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/OpDescriptor.cpp.o lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/Operations.cpp.o lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/RandomIRBuilder.cpp.o && /usr/bin/ranlib lib/libLLVMFuzzMutate.a && : [2582/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Testing/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Testing/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googletest/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googlemock/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -Wno-suggest-override -MD -MT lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/Annotations.cpp.o -MF lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/Annotations.cpp.o.d -o lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/Annotations.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Testing/Support/Annotations.cpp [2583/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMDWP.a && /usr/bin/ar qc lib/libLLVMDWP.a lib/DWP/CMakeFiles/LLVMDWP.dir/DWP.cpp.o lib/DWP/CMakeFiles/LLVMDWP.dir/DWPError.cpp.o && /usr/bin/ranlib lib/libLLVMDWP.a && : [2584/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMExecutionEngine.a && /usr/bin/ar qc lib/libLLVMExecutionEngine.a lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngine.cpp.o lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngineBindings.cpp.o lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/GDBRegistrationListener.cpp.o lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/SectionMemoryManager.cpp.o lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/TargetSelect.cpp.o && /usr/bin/ranlib lib/libLLVMExecutionEngine.a && : [2585/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMAMDGPUDesc.a && /usr/bin/ar qc lib/libLLVMAMDGPUDesc.a lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUAsmBackend.cpp.o lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUELFObjectWriter.cpp.o lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUELFStreamer.cpp.o lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUInstPrinter.cpp.o lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCAsmInfo.cpp.o lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCCodeEmitter.cpp.o lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUMCTargetDesc.cpp.o lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/AMDGPUTargetStreamer.cpp.o lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/R600MCCodeEmitter.cpp.o lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/R600MCTargetDesc.cpp.o lib/Target/AMDGPU/MCTargetDesc/CMakeFiles/LLVMAMDGPUDesc.dir/SIMCCodeEmitter.cpp.o && /usr/bin/ranlib lib/libLLVMAMDGPUDesc.a && : [2586/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMMCJIT.a && /usr/bin/ar qc lib/libLLVMMCJIT.a lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/MCJIT.cpp.o && /usr/bin/ranlib lib/libLLVMMCJIT.a && : [2587/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMAMDGPUDisassembler.a && /usr/bin/ar qc lib/libLLVMAMDGPUDisassembler.a lib/Target/AMDGPU/Disassembler/CMakeFiles/LLVMAMDGPUDisassembler.dir/AMDGPUDisassembler.cpp.o && /usr/bin/ranlib lib/libLLVMAMDGPUDisassembler.a && : [2588/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMAMDGPUAsmParser.a && /usr/bin/ar qc lib/libLLVMAMDGPUAsmParser.a lib/Target/AMDGPU/AsmParser/CMakeFiles/LLVMAMDGPUAsmParser.dir/AMDGPUAsmParser.cpp.o && /usr/bin/ranlib lib/libLLVMAMDGPUAsmParser.a && : [2589/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/XRay -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/XRay/CMakeFiles/LLVMXRay.dir/RecordPrinter.cpp.o -MF lib/XRay/CMakeFiles/LLVMXRay.dir/RecordPrinter.cpp.o.d -o lib/XRay/CMakeFiles/LLVMXRay.dir/RecordPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay/RecordPrinter.cpp [2590/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMDlltoolDriver.a && /usr/bin/ar qc lib/libLLVMDlltoolDriver.a lib/ToolDrivers/llvm-dlltool/CMakeFiles/LLVMDlltoolDriver.dir/DlltoolDriver.cpp.o && /usr/bin/ranlib lib/libLLVMDlltoolDriver.a && : [2591/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMCoverage.a && /usr/bin/ar qc lib/libLLVMCoverage.a lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMapping.cpp.o lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMappingWriter.cpp.o lib/ProfileData/Coverage/CMakeFiles/LLVMCoverage.dir/CoverageMappingReader.cpp.o && /usr/bin/ranlib lib/libLLVMCoverage.a && : [2592/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMLibDriver.a && /usr/bin/ar qc lib/libLLVMLibDriver.a lib/ToolDrivers/llvm-lib/CMakeFiles/LLVMLibDriver.dir/LibDriver.cpp.o && /usr/bin/ranlib lib/libLLVMLibDriver.a && : [2593/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMCodeGen.a && /usr/bin/ar qc lib/libLLVMCodeGen.a lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AggressiveAntiDepBreaker.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AllocationOrder.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/Analysis.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AtomicExpandPass.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BasicTargetTransformInfo.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BranchFolding.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BranchRelaxation.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BreakFalseDeps.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BasicBlockSections.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CalcSpillWeights.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CallingConvLower.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CFGuardLongjmp.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CFIInstrInserter.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGen.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGenPassBuilder.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CodeGenPrepare.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CommandFlags.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/CriticalAntiDepBreaker.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DeadMachineInstructionElim.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DetectDeadLanes.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DFAPacketizer.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/DwarfEHPrepare.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EarlyIfConversion.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EdgeBundles.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/EHContGuardCatchret.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExecutionDomainFix.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandMemCmp.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandPostRAPseudos.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandReductions.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ExpandVectorPredication.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FaultMaps.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FEntryInserter.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FinalizeISel.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FixupStatepointCallerSaved.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FuncletLayout.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCMetadata.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCMetadataPrinter.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GCRootLowering.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/GlobalMerge.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/HardwareLoops.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IfConversion.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ImplicitNullChecks.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IndirectBrExpandPass.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InlineSpiller.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterferenceCache.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterleavedAccessPass.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/InterleavedLoadCombinePass.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/IntrinsicLowering.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LatencyPriorityQueue.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LazyMachineBlockFrequencyInfo.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LexicalScopes.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugVariables.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervals.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveInterval.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervalUnion.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LivePhysRegs.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeCalc.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveIntervalCalc.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeEdit.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRangeShrink.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRegMatrix.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveRegUnits.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveStacks.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveVariables.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LLVMTargetMachine.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LocalStackSlotAllocation.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LoopTraversal.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LowLevelType.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LowerEmuTLS.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBasicBlock.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBlockFrequencyInfo.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBlockPlacement.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineBranchProbabilityInfo.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCombiner.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCopyPropagation.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCSE.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineCheckDebugify.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDebugify.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDominanceFrontier.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineDominators.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFrameInfo.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunction.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionPass.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionPrinterPass.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineFunctionSplitter.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineInstrBundle.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineInstr.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLICM.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLoopInfo.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineLoopUtils.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleInfo.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleInfoImpls.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineModuleSlotTracker.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOperand.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOptimizationRemarkEmitter.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineOutliner.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePassManager.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePipeliner.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachinePostDominators.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineRegionInfo.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineRegisterInfo.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineScheduler.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSink.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSizeOpts.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineSSAUpdater.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineStripDebug.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineTraceMetrics.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineVerifier.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRFSDiscriminator.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRYamlMapping.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ModuloSchedule.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MultiHazardRecognizer.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PatchableFunction.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MBFIWrapper.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRPrinter.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRPrintingPass.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MacroFusion.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/NonRelocatableStringpool.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/OptimizePHIs.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ParallelCG.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PeepholeOptimizer.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PHIElimination.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PHIEliminationUtils.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PostRAHazardRecognizer.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PostRASchedulerList.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PreISelIntrinsicLowering.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ProcessImplicitDefs.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PrologEpilogInserter.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PseudoProbeInserter.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/PseudoSourceValue.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RDFGraph.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RDFLiveness.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RDFRegisters.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReachingDefAnalysis.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocBase.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocBasic.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocFast.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocGreedy.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegAllocPBQP.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterClassInfo.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterCoalescer.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterPressure.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterScavenging.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RemoveRedundantDebugValues.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RenameIndependentSubregs.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MachineStableHash.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRVRegNamerUtils.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRNamerPass.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRCanonicalizerPass.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterUsageInfo.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegUsageInfoCollector.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegUsageInfoPropagate.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReplaceWithVeclib.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ResetMachineFunctionPass.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReturnProtectorLowering.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReturnProtectorPass.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SafeStack.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SafeStackLayout.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAG.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAGInstrs.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAGPrinter.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScoreboardHazardRecognizer.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ShadowStackGCLowering.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ShrinkWrap.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SjLjEHPrepare.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SlotIndexes.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SpillPlacement.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SplitKit.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackColoring.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackMapLivenessAnalysis.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackMaps.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackProtector.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/StackSlotColoring.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SwiftErrorValueTracking.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SwitchLoweringUtils.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TailDuplication.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TailDuplicator.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetFrameLoweringImpl.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetInstrInfo.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetLoweringBase.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetLoweringObjectFileImpl.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetOptionsImpl.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetPassConfig.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetRegisterInfo.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetSchedule.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TargetSubtargetInfo.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TypePromotion.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/TwoAddressInstructionPass.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/UnreachableBlockElim.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ValueTypes.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/VirtRegMap.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/WasmEHPrepare.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/WinEHPrepare.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/XRayInstrumentation.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/LiveDebugValues.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/VarLocBasedImpl.cpp.o lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/LiveDebugValues/InstrRefBasedImpl.cpp.o && /usr/bin/ranlib lib/libLLVMCodeGen.a && : [2594/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMSelectionDAG.a && /usr/bin/ar qc lib/libLLVMSelectionDAG.a lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/DAGCombiner.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/FastISel.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/FunctionLoweringInfo.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/InstrEmitter.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeDAG.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeFloatTypes.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeIntegerTypes.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypes.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeTypesGeneric.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorOps.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/LegalizeVectorTypes.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ResourcePriorityQueue.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGFast.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGRRList.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGSDNodes.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/ScheduleDAGVLIW.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGBuilder.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAG.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGAddressAnalysis.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGDumper.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGISel.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGPrinter.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGTargetInfo.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/StatepointLowering.cpp.o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/TargetLowering.cpp.o && /usr/bin/ranlib lib/libLLVMSelectionDAG.a && : [2595/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMAsmPrinter.a && /usr/bin/ar qc lib/libLLVMAsmPrinter.a lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AccelTable.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AddressPool.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AIXException.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/ARMException.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinter.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterDwarf.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinterInlineAsm.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DbgEntityHistoryCalculator.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DebugHandlerBase.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DebugLocStream.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DIE.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DIEHash.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfCFIException.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfCompileUnit.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfDebug.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfExpression.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfFile.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfStringPool.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/DwarfUnit.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/EHStreamer.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/ErlangGCPrinter.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/OcamlGCPrinter.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/PseudoProbePrinter.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WinCFGuard.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WinException.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/CodeViewDebug.cpp.o lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/WasmException.cpp.o && /usr/bin/ranlib lib/libLLVMAsmPrinter.a && : [2596/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMMIRParser.a && /usr/bin/ar qc lib/libLLVMMIRParser.a lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MILexer.cpp.o lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MIParser.cpp.o lib/CodeGen/MIRParser/CMakeFiles/LLVMMIRParser.dir/MIRParser.cpp.o && /usr/bin/ranlib lib/libLLVMMIRParser.a && : [2597/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMGlobalISel.a && /usr/bin/ar qc lib/libLLVMGlobalISel.a lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CSEInfo.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GISelKnownBits.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CSEMIRBuilder.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CallLowering.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GlobalISel.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Combiner.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/CombinerHelper.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/GISelChangeObserver.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/IRTranslator.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InlineAsmLowering.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InstructionSelect.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/InstructionSelector.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalityPredicates.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizeMutations.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Legalizer.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizerHelper.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegalizerInfo.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LegacyLegalizerInfo.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Localizer.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/LostDebugLocObserver.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/MachineIRBuilder.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/RegBankSelect.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/RegisterBank.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/RegisterBankInfo.cpp.o lib/CodeGen/GlobalISel/CMakeFiles/LLVMGlobalISel.dir/Utils.cpp.o && /usr/bin/ranlib lib/libLLVMGlobalISel.a && : [2598/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMDWARFLinker.a && /usr/bin/ar qc lib/libLLVMDWARFLinker.a lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFLinkerCompileUnit.cpp.o lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFLinkerDeclContext.cpp.o lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFLinker.cpp.o lib/DWARFLinker/CMakeFiles/LLVMDWARFLinker.dir/DWARFStreamer.cpp.o && /usr/bin/ranlib lib/libLLVMDWARFLinker.a && : [2599/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMInterpreter.a && /usr/bin/ar qc lib/libLLVMInterpreter.a lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/Execution.cpp.o lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/ExternalFunctions.cpp.o lib/ExecutionEngine/Interpreter/CMakeFiles/LLVMInterpreter.dir/Interpreter.cpp.o && /usr/bin/ranlib lib/libLLVMInterpreter.a && : [2600/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMAArch64CodeGen.a && /usr/bin/ar qc lib/libLLVMAArch64CodeGen.a lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64CallLowering.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64GlobalISelUtils.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64InstructionSelector.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64LegalizerInfo.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64O0PreLegalizerCombiner.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PreLegalizerCombiner.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PostLegalizerCombiner.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PostLegalizerLowering.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64PostSelectOptimize.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/GISel/AArch64RegisterBankInfo.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64A57FPLoadBalancing.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64AdvSIMDScalarPass.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64AsmPrinter.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64BranchTargets.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CallingConvention.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CleanupLocalDynamicTLSPass.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CollectLOH.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CondBrTuning.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ConditionalCompares.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64DeadRegisterDefinitionsPass.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ExpandImm.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ExpandPseudoInsts.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FalkorHWPFFix.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FastISel.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64A53Fix835769.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64FrameLowering.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64CompressJumpTables.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ConditionOptimizer.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64RedundantCopyElimination.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ISelDAGToDAG.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ISelLowering.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64InstrInfo.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64LoadStoreOptimizer.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64LowerHomogeneousPrologEpilog.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MachineFunctionInfo.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MacroFusion.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64MCInstLower.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64PromoteConstant.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64PBQPRegAlloc.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64RegisterInfo.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64ReturnProtectorLowering.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SLSHardening.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SelectionDAGInfo.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SpeculationHardening.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64StackTagging.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64StackTaggingPreRA.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64StorePairSuppress.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64Subtarget.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetMachine.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetObjectFile.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64TargetTransformInfo.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/SVEIntrinsicOpts.cpp.o lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64SIMDInstrOpt.cpp.o && /usr/bin/ranlib lib/libLLVMAArch64CodeGen.a && : [2601/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMARMCodeGen.a && /usr/bin/ar qc lib/libLLVMARMCodeGen.a lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/A15SDOptimizer.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMAsmPrinter.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBaseInstrInfo.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBaseRegisterInfo.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBasicBlockInfo.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMCallingConv.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMCallLowering.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMConstantIslandPass.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMConstantPoolValue.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMExpandPseudoInsts.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMFastISel.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMFrameLowering.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMHazardRecognizer.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMInstructionSelector.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMISelDAGToDAG.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMISelLowering.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMInstrInfo.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLegalizerInfo.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMParallelDSP.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLoadStoreOptimizer.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMLowOverheadLoops.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMBlockPlacement.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMCInstLower.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMachineFunctionInfo.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMMacroFusion.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMRegisterInfo.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMOptimizeBarriersPass.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMRegisterBankInfo.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMSelectionDAGInfo.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMSLSHardening.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMSubtarget.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMTargetMachine.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMTargetObjectFile.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMTargetTransformInfo.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MLxExpansionPass.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVEGatherScatterLowering.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVELaneInterleavingPass.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVETailPredication.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVEVPTBlockPass.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/MVETPAndVPTOptimisationsPass.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb1FrameLowering.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb1InstrInfo.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ThumbRegisterInfo.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb2ITBlockPass.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb2InstrInfo.cpp.o lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/Thumb2SizeReduction.cpp.o && /usr/bin/ranlib lib/libLLVMARMCodeGen.a && : [2602/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMAVRCodeGen.a && /usr/bin/ar qc lib/libLLVMAVRCodeGen.a lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRAsmPrinter.cpp.o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRExpandPseudoInsts.cpp.o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRFrameLowering.cpp.o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRInstrInfo.cpp.o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRISelDAGToDAG.cpp.o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRISelLowering.cpp.o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRMCInstLower.cpp.o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRRelaxMemOperations.cpp.o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRRegisterInfo.cpp.o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRShiftExpand.cpp.o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRSubtarget.cpp.o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRTargetMachine.cpp.o lib/Target/AVR/CMakeFiles/LLVMAVRCodeGen.dir/AVRTargetObjectFile.cpp.o && /usr/bin/ranlib lib/libLLVMAVRCodeGen.a && : [2603/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMBPFCodeGen.a && /usr/bin/ar qc lib/libLLVMBPFCodeGen.a lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFAbstractMemberAccess.cpp.o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFAdjustOpt.cpp.o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFAsmPrinter.cpp.o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFCheckAndAdjustIR.cpp.o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFFrameLowering.cpp.o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFInstrInfo.cpp.o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFISelDAGToDAG.cpp.o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFISelLowering.cpp.o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFMCInstLower.cpp.o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFPreserveDIType.cpp.o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFRegisterInfo.cpp.o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFSelectionDAGInfo.cpp.o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFSubtarget.cpp.o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFTargetMachine.cpp.o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFMIPeephole.cpp.o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFMIChecking.cpp.o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BPFMISimplifyPatchable.cpp.o lib/Target/BPF/CMakeFiles/LLVMBPFCodeGen.dir/BTFDebug.cpp.o && /usr/bin/ranlib lib/libLLVMBPFCodeGen.a && : [2604/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMHexagonCodeGen.a && /usr/bin/ar qc lib/libLLVMHexagonCodeGen.a lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/BitTracker.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonAsmPrinter.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBitSimplify.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBitTracker.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBlockRanges.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonBranchRelaxation.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCFGOptimizer.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCommonGEP.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonConstExtenders.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonConstPropagation.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonCopyToCombine.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonEarlyIfConv.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonExpandCondsets.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonFixupHwLoops.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonFrameLowering.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenExtract.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenInsert.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenMux.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonGenPredicate.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonHardwareLoops.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonHazardRecognizer.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonInstrInfo.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelDAGToDAG.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelDAGToDAGHVX.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelLowering.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonISelLoweringHVX.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonLoopIdiomRecognition.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMachineFunctionInfo.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMachineScheduler.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonMCInstLower.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonNewValueJump.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonOptAddrMode.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonOptimizeSZextends.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonPeephole.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonRDFOpt.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonRegisterInfo.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSelectionDAGInfo.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSplitConst32AndConst64.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSplitDouble.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonStoreWidening.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonSubtarget.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetMachine.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetObjectFile.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonTargetTransformInfo.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVectorCombine.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVectorLoopCarriedReuse.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVectorPrint.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVExtract.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/HexagonVLIWPacketizer.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/RDFCopy.cpp.o lib/Target/Hexagon/CMakeFiles/LLVMHexagonCodeGen.dir/RDFDeadCode.cpp.o && /usr/bin/ranlib lib/libLLVMHexagonCodeGen.a && : [2605/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMLanaiCodeGen.a && /usr/bin/ar qc lib/libLLVMLanaiCodeGen.a lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiAsmPrinter.cpp.o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiDelaySlotFiller.cpp.o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiFrameLowering.cpp.o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiInstrInfo.cpp.o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiISelDAGToDAG.cpp.o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiISelLowering.cpp.o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMachineFunctionInfo.cpp.o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMCInstLower.cpp.o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiMemAluCombiner.cpp.o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiRegisterInfo.cpp.o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiSelectionDAGInfo.cpp.o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiSubtarget.cpp.o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiTargetMachine.cpp.o lib/Target/Lanai/CMakeFiles/LLVMLanaiCodeGen.dir/LanaiTargetObjectFile.cpp.o && /usr/bin/ranlib lib/libLLVMLanaiCodeGen.a && : [2606/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMMipsCodeGen.a && /usr/bin/ar qc lib/libLLVMMipsCodeGen.a lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16FrameLowering.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16HardFloat.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16HardFloatInfo.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16InstrInfo.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16ISelDAGToDAG.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16ISelLowering.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/Mips16RegisterInfo.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsAnalyzeImmediate.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsAsmPrinter.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsCallLowering.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsCCState.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsConstantIslandPass.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsDelaySlotFiller.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsExpandPseudo.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsFastISel.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsInstrInfo.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsInstructionSelector.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsISelDAGToDAG.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsISelLowering.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsFrameLowering.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsLegalizerInfo.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsLoongson2FBTBFix.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsBranchExpansion.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsMCInstLower.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsMachineFunction.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsModuleISelDAGToDAG.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsOptimizePICCall.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsOs16.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsPreLegalizerCombiner.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsRegisterBankInfo.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsRegisterInfo.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsReturnProtectorLowering.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEFrameLowering.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEInstrInfo.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEISelDAGToDAG.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSEISelLowering.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSERegisterInfo.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsSubtarget.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsTargetMachine.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MipsTargetObjectFile.cpp.o lib/Target/Mips/CMakeFiles/LLVMMipsCodeGen.dir/MicroMipsSizeReduction.cpp.o && /usr/bin/ranlib lib/libLLVMMipsCodeGen.a && : [2607/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMMSP430CodeGen.a && /usr/bin/ar qc lib/libLLVMMSP430CodeGen.a lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430BranchSelector.cpp.o lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430ISelDAGToDAG.cpp.o lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430ISelLowering.cpp.o lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430InstrInfo.cpp.o lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430FrameLowering.cpp.o lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430MachineFunctionInfo.cpp.o lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430RegisterInfo.cpp.o lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430Subtarget.cpp.o lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430TargetMachine.cpp.o lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430AsmPrinter.cpp.o lib/Target/MSP430/CMakeFiles/LLVMMSP430CodeGen.dir/MSP430MCInstLower.cpp.o && /usr/bin/ranlib lib/libLLVMMSP430CodeGen.a && : [2608/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMNVPTXCodeGen.a && /usr/bin/ar qc lib/libLLVMNVPTXCodeGen.a lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAllocaHoisting.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAtomicLower.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAsmPrinter.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXAssignValidGlobalNames.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXFrameLowering.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXGenericToNVVM.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXISelDAGToDAG.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXISelLowering.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXImageOptimizer.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXInstrInfo.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerAggrCopies.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerArgs.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXLowerAlloca.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXPeephole.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXMCExpr.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXPrologEpilogPass.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXRegisterInfo.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXReplaceImageHandles.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXSubtarget.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXTargetMachine.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXTargetTransformInfo.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXUtilities.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVVMIntrRange.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVVMReflect.cpp.o lib/Target/NVPTX/CMakeFiles/LLVMNVPTXCodeGen.dir/NVPTXProxyRegErasure.cpp.o && /usr/bin/ranlib lib/libLLVMNVPTXCodeGen.a && : [2609/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMPowerPCCodeGen.a && /usr/bin/ar qc lib/libLLVMPowerPCCodeGen.a lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/GISel/PPCInstructionSelector.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCBoolRetToInt.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCAsmPrinter.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCBranchSelector.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCBranchCoalescing.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCallingConv.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCCState.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCCTRLoops.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCExpandAtomicPseudoInsts.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCHazardRecognizers.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCInstrInfo.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCISelDAGToDAG.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCISelLowering.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCEarlyReturn.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCFastISel.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCFrameLowering.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCLoopInstrFormPrep.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMCInstLower.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMachineFunctionInfo.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMachineScheduler.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMacroFusion.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCMIPeephole.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCRegisterInfo.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCReturnProtectorLowering.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCSubtarget.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetMachine.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetObjectFile.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTargetTransformInfo.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTOCRegDeps.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCTLSDynamicCall.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXCopy.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCReduceCRLogicals.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXFMAMutate.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCVSXSwapRemoval.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCExpandISEL.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCPreEmitPeephole.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/PPCLowerMASSVEntries.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/GISel/PPCCallLowering.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/GISel/PPCRegisterBankInfo.cpp.o lib/Target/PowerPC/CMakeFiles/LLVMPowerPCCodeGen.dir/GISel/PPCLegalizerInfo.cpp.o && /usr/bin/ranlib lib/libLLVMPowerPCCodeGen.a && : [2610/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/XRay -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/XRay/CMakeFiles/LLVMXRay.dir/Profile.cpp.o -MF lib/XRay/CMakeFiles/LLVMXRay.dir/Profile.cpp.o.d -o lib/XRay/CMakeFiles/LLVMXRay.dir/Profile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay/Profile.cpp [2611/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMRISCVCodeGen.a && /usr/bin/ar qc lib/libLLVMRISCVCodeGen.a lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVAsmPrinter.cpp.o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVCallLowering.cpp.o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVExpandAtomicPseudoInsts.cpp.o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVExpandPseudoInsts.cpp.o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVFrameLowering.cpp.o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVInsertVSETVLI.cpp.o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVInstrInfo.cpp.o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVInstructionSelector.cpp.o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVISelDAGToDAG.cpp.o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVISelLowering.cpp.o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVLegalizerInfo.cpp.o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVMCInstLower.cpp.o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVMergeBaseOffset.cpp.o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVRegisterBankInfo.cpp.o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVRegisterInfo.cpp.o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVSubtarget.cpp.o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVTargetMachine.cpp.o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVTargetObjectFile.cpp.o lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVTargetTransformInfo.cpp.o && /usr/bin/ranlib lib/libLLVMRISCVCodeGen.a && : [2612/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMSparcCodeGen.a && /usr/bin/ar qc lib/libLLVMSparcCodeGen.a lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/DelaySlotFiller.cpp.o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/LeonPasses.cpp.o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcAsmPrinter.cpp.o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcInstrInfo.cpp.o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcISelDAGToDAG.cpp.o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcISelLowering.cpp.o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcFrameLowering.cpp.o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcMachineFunctionInfo.cpp.o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcRegisterInfo.cpp.o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcSubtarget.cpp.o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcTargetMachine.cpp.o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcMCInstLower.cpp.o lib/Target/Sparc/CMakeFiles/LLVMSparcCodeGen.dir/SparcTargetObjectFile.cpp.o && /usr/bin/ranlib lib/libLLVMSparcCodeGen.a && : [2613/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMWebAssemblyUtils.a && /usr/bin/ar qc lib/libLLVMWebAssemblyUtils.a lib/Target/WebAssembly/Utils/CMakeFiles/LLVMWebAssemblyUtils.dir/WebAssemblyUtilities.cpp.o lib/Target/WebAssembly/Utils/CMakeFiles/LLVMWebAssemblyUtils.dir/WebAssemblyTypeUtilities.cpp.o && /usr/bin/ranlib lib/libLLVMWebAssemblyUtils.a && : [2614/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMSystemZCodeGen.a && /usr/bin/ar qc lib/libLLVMSystemZCodeGen.a lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZAsmPrinter.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZCallingConv.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZConstantPoolValue.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZCopyPhysRegs.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZElimCompare.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZFrameLowering.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZHazardRecognizer.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZISelDAGToDAG.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZISelLowering.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZInstrInfo.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZLDCleanup.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZLongBranch.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineFunctionInfo.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineScheduler.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMCInstLower.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZPostRewrite.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZRegisterInfo.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZSelectionDAGInfo.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZShortenInst.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZSubtarget.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTargetMachine.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTargetTransformInfo.cpp.o lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZTDC.cpp.o && /usr/bin/ranlib lib/libLLVMSystemZCodeGen.a && : [2615/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMWebAssemblyAsmParser.a && /usr/bin/ar qc lib/libLLVMWebAssemblyAsmParser.a lib/Target/WebAssembly/AsmParser/CMakeFiles/LLVMWebAssemblyAsmParser.dir/WebAssemblyAsmParser.cpp.o lib/Target/WebAssembly/AsmParser/CMakeFiles/LLVMWebAssemblyAsmParser.dir/WebAssemblyAsmTypeCheck.cpp.o && /usr/bin/ranlib lib/libLLVMWebAssemblyAsmParser.a && : [2616/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMWebAssemblyDesc.a && /usr/bin/ar qc lib/libLLVMWebAssemblyDesc.a lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyAsmBackend.cpp.o lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyInstPrinter.cpp.o lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyMCAsmInfo.cpp.o lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyMCCodeEmitter.cpp.o lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyMCTargetDesc.cpp.o lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyTargetStreamer.cpp.o lib/Target/WebAssembly/MCTargetDesc/CMakeFiles/LLVMWebAssemblyDesc.dir/WebAssemblyWasmObjectWriter.cpp.o && /usr/bin/ranlib lib/libLLVMWebAssemblyDesc.a && : [2617/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/XRay -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/XRay/CMakeFiles/LLVMXRay.dir/InstrumentationMap.cpp.o -MF lib/XRay/CMakeFiles/LLVMXRay.dir/InstrumentationMap.cpp.o.d -o lib/XRay/CMakeFiles/LLVMXRay.dir/InstrumentationMap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay/InstrumentationMap.cpp [2618/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMWebAssemblyDisassembler.a && /usr/bin/ar qc lib/libLLVMWebAssemblyDisassembler.a lib/Target/WebAssembly/Disassembler/CMakeFiles/LLVMWebAssemblyDisassembler.dir/WebAssemblyDisassembler.cpp.o && /usr/bin/ranlib lib/libLLVMWebAssemblyDisassembler.a && : [2619/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMX86CodeGen.a && /usr/bin/ar qc lib/libLLVMX86CodeGen.a lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AsmPrinter.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AvoidTrailingCall.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallFrameOptimization.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallingConv.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CallLowering.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86CmovConversion.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86DomainReassignment.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86DiscriminateMemOps.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LowerTileCopy.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LowerAMXType.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PreAMXConfig.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LowerAMXIntrinsics.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TileConfig.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FastTileConfig.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PreTileConfig.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ExpandPseudo.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FastISel.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupBWInsts.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupGadgets.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupLEAs.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86AvoidStoreForwardingBlocks.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FixupSetCC.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FlagsCopyLowering.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FloatingPoint.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86FrameLowering.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstructionSelector.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelDAGToDAG.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelLowering.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86IndirectBranchTracking.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86IndirectThunks.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InterleavedAccess.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InsertPrefetch.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstCombineIntrinsic.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrFMA3Info.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrFoldTables.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InstrInfo.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86EvexToVex.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LegalizerInfo.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LoadValueInjectionLoadHardening.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86LoadValueInjectionRetHardening.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MCInstLower.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MachineFunctionInfo.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86MacroFusion.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86OptimizeLEAs.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PadShortFunction.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86PartialReduction.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86RegisterBankInfo.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86RegisterInfo.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ReturnProtectorLowering.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SelectionDAGInfo.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ShuffleDecodeConstantPool.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SpeculativeLoadHardening.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86SpeculativeExecutionSideEffectSuppression.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86Subtarget.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetMachine.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetObjectFile.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetTransformInfo.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86VZeroUpper.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86WinAllocaExpander.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86WinEHState.cpp.o lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86InsertWait.cpp.o && /usr/bin/ranlib lib/libLLVMX86CodeGen.a && : [2620/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMWebAssemblyCodeGen.a && /usr/bin/ar qc lib/libLLVMWebAssemblyCodeGen.a lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyAddMissingPrototypes.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyArgumentMove.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyAsmPrinter.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyCFGStackify.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyCFGSort.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyDebugFixup.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyDebugValueManager.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyLateEHPrepare.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyExceptionInfo.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyExplicitLocals.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFastISel.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFixBrTableDefaults.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFixIrreducibleControlFlow.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFixFunctionBitcasts.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyFrameLowering.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyISelDAGToDAG.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyISelLowering.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyInstrInfo.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyLowerBrUnless.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyLowerEmscriptenEHSjLj.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyLowerGlobalDtors.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyMachineFunctionInfo.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyMCInstLower.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyMCLowerPrePass.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyNullifyDebugValueLists.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyOptimizeLiveIntervals.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyOptimizeReturned.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyPeephole.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyPrepareForLiveIntervals.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRegisterInfo.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRegColoring.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRegNumbering.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRegStackify.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyReplacePhysRegs.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyRuntimeLibcallSignatures.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblySelectionDAGInfo.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblySetP2AlignOperands.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblySortRegion.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyMemIntrinsicResults.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblySubtarget.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyTargetMachine.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyTargetObjectFile.cpp.o lib/Target/WebAssembly/CMakeFiles/LLVMWebAssemblyCodeGen.dir/WebAssemblyTargetTransformInfo.cpp.o && /usr/bin/ranlib lib/libLLVMWebAssemblyCodeGen.a && : [2621/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMXCoreCodeGen.a && /usr/bin/ar qc lib/libLLVMXCoreCodeGen.a lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreAsmPrinter.cpp.o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreFrameLowering.cpp.o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreInstrInfo.cpp.o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreISelDAGToDAG.cpp.o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreISelLowering.cpp.o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreLowerThreadLocal.cpp.o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreMachineFunctionInfo.cpp.o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreMCInstLower.cpp.o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreRegisterInfo.cpp.o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreSubtarget.cpp.o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreTargetMachine.cpp.o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreTargetObjectFile.cpp.o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreSelectionDAGInfo.cpp.o lib/Target/XCore/CMakeFiles/LLVMXCoreCodeGen.dir/XCoreFrameToArgsOffsetElim.cpp.o && /usr/bin/ranlib lib/libLLVMXCoreCodeGen.a && : [2622/5255] /usr/obj/ports/llvm-13.0.0/bin/cc -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/count -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/count -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -MD -MT utils/count/CMakeFiles/count.dir/count.c.o -MF utils/count/CMakeFiles/count.dir/count.c.o.d -o utils/count/CMakeFiles/count.dir/count.c.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/count/count.c [2623/5255] : && /usr/obj/ports/llvm-13.0.0/bin/cc -O2 -pipe -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 utils/count/CMakeFiles/count.dir/count.c.o -o bin/count -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : [2624/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/WindowsManifest -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/WindowsManifest -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/WindowsManifest/CMakeFiles/LLVMWindowsManifest.dir/WindowsManifestMerger.cpp.o -MF lib/WindowsManifest/CMakeFiles/LLVMWindowsManifest.dir/WindowsManifestMerger.cpp.o.d -o lib/WindowsManifest/CMakeFiles/LLVMWindowsManifest.dir/WindowsManifestMerger.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/WindowsManifest/WindowsManifestMerger.cpp [2625/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMWindowsManifest.a && /usr/bin/ar qc lib/libLLVMWindowsManifest.a lib/WindowsManifest/CMakeFiles/LLVMWindowsManifest.dir/WindowsManifestMerger.cpp.o && /usr/bin/ranlib lib/libLLVMWindowsManifest.a && : [2626/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/PerfectShuffle -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/PerfectShuffle -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/PerfectShuffle.cpp.o -MF utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/PerfectShuffle.cpp.o.d -o utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/PerfectShuffle.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/PerfectShuffle/PerfectShuffle.cpp [2627/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/PerfectShuffle.cpp.o -o bin/llvm-PerfectShuffle -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : [2628/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lto && echo "LLVM_13 {" > LTO.exports && grep -q [[:alnum:]] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/lto/lto.exports && echo " global:" >> LTO.exports || : && sed -e "s/\$/;/" -e "s/^/ /" < /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/lto/lto.exports >> LTO.exports && echo " local: *;" >> LTO.exports && echo "};" >> LTO.exports [2629/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lto -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/lto -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lto/CMakeFiles/LTO.dir/LTODisassembler.cpp.o -MF tools/lto/CMakeFiles/LTO.dir/LTODisassembler.cpp.o.d -o tools/lto/CMakeFiles/LTO.dir/LTODisassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/lto/LTODisassembler.cpp [2630/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Testing/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Testing/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googletest/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googlemock/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -Wno-suggest-override -MD -MT lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/SupportHelpers.cpp.o -MF lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/SupportHelpers.cpp.o.d -o lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/SupportHelpers.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Testing/Support/SupportHelpers.cpp [2631/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/XRay -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/XRay/CMakeFiles/LLVMXRay.dir/Trace.cpp.o -MF lib/XRay/CMakeFiles/LLVMXRay.dir/Trace.cpp.o.d -o lib/XRay/CMakeFiles/LLVMXRay.dir/Trace.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/XRay/Trace.cpp [2632/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Testing/Support -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Testing/Support -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googletest/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googlemock/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -Wno-suggest-override -MD -MT lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/Error.cpp.o -MF lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/Error.cpp.o.d -o lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/Error.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Testing/Support/Error.cpp [2633/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/not -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/not -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/not/CMakeFiles/not.dir/not.cpp.o -MF utils/not/CMakeFiles/not.dir/not.cpp.o.d -o utils/not/CMakeFiles/not.dir/not.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/not/not.cpp [2634/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMXRay.a && /usr/bin/ar qc lib/libLLVMXRay.a lib/XRay/CMakeFiles/LLVMXRay.dir/BlockIndexer.cpp.o lib/XRay/CMakeFiles/LLVMXRay.dir/BlockPrinter.cpp.o lib/XRay/CMakeFiles/LLVMXRay.dir/BlockVerifier.cpp.o lib/XRay/CMakeFiles/LLVMXRay.dir/FDRRecordProducer.cpp.o lib/XRay/CMakeFiles/LLVMXRay.dir/FDRRecords.cpp.o lib/XRay/CMakeFiles/LLVMXRay.dir/FDRTraceExpander.cpp.o lib/XRay/CMakeFiles/LLVMXRay.dir/FDRTraceWriter.cpp.o lib/XRay/CMakeFiles/LLVMXRay.dir/FileHeaderReader.cpp.o lib/XRay/CMakeFiles/LLVMXRay.dir/InstrumentationMap.cpp.o lib/XRay/CMakeFiles/LLVMXRay.dir/LogBuilderConsumer.cpp.o lib/XRay/CMakeFiles/LLVMXRay.dir/Profile.cpp.o lib/XRay/CMakeFiles/LLVMXRay.dir/RecordInitializer.cpp.o lib/XRay/CMakeFiles/LLVMXRay.dir/RecordPrinter.cpp.o lib/XRay/CMakeFiles/LLVMXRay.dir/Trace.cpp.o && /usr/bin/ranlib lib/libLLVMXRay.a && : [2635/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 utils/not/CMakeFiles/not.dir/not.cpp.o -o bin/not -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libLLVMSupport.a -lexecinfo -lpthread -lm /usr/lib/libz.so.7.0 lib/libLLVMDemangle.a -Wl,-rpath-link,/usr/X11R6/lib && : [2636/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/yaml-bench -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/yaml-bench -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/yaml-bench/CMakeFiles/yaml-bench.dir/YAMLBench.cpp.o -MF utils/yaml-bench/CMakeFiles/yaml-bench.dir/YAMLBench.cpp.o.d -o utils/yaml-bench/CMakeFiles/yaml-bench.dir/YAMLBench.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/yaml-bench/YAMLBench.cpp [2637/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 utils/yaml-bench/CMakeFiles/yaml-bench.dir/YAMLBench.cpp.o -o bin/yaml-bench -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libLLVMSupport.a -lexecinfo -lpthread -lm /usr/lib/libz.so.7.0 lib/libLLVMDemangle.a -Wl,-rpath-link,/usr/X11R6/lib && : [2638/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DCMAKE_CFG_INTDIR=\".\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-config -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-config -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-config/CMakeFiles/llvm-config.dir/llvm-config.cpp.o -MF tools/llvm-config/CMakeFiles/llvm-config.dir/llvm-config.cpp.o.d -o tools/llvm-config/CMakeFiles/llvm-config.dir/llvm-config.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-config/llvm-config.cpp [2639/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ASTTableGen.cpp.o -MF tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ASTTableGen.cpp.o.d -o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ASTTableGen.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen/ASTTableGen.cpp [2640/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/FileCheck -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/FileCheck -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT utils/FileCheck/CMakeFiles/FileCheck.dir/FileCheck.cpp.o -MF utils/FileCheck/CMakeFiles/FileCheck.dir/FileCheck.cpp.o.d -o utils/FileCheck/CMakeFiles/FileCheck.dir/FileCheck.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/FileCheck/FileCheck.cpp [2641/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 utils/FileCheck/CMakeFiles/FileCheck.dir/FileCheck.cpp.o -o bin/FileCheck -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libLLVMFileCheck.a lib/libLLVMSupport.a -lexecinfo -lpthread -lm /usr/lib/libz.so.7.0 lib/libLLVMDemangle.a -Wl,-rpath-link,/usr/X11R6/lib && : [2642/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-ar -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-ar -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-ar/CMakeFiles/llvm-ar.dir/llvm-ar.cpp.o -MF tools/llvm-ar/CMakeFiles/llvm-ar.dir/llvm-ar.cpp.o.d -o tools/llvm-ar/CMakeFiles/llvm-ar.dir/llvm-ar.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-ar/llvm-ar.cpp [2643/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangASTNodesEmitter.cpp.o -MF tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangASTNodesEmitter.cpp.o.d -o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangASTNodesEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen/ClangASTNodesEmitter.cpp [2644/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentCommandInfoEmitter.cpp.o -MF tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentCommandInfoEmitter.cpp.o.d -o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentCommandInfoEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp [2645/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp.o -MF tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp.o.d -o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp [2646/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lto -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/lto -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lto/CMakeFiles/LTO.dir/lto.cpp.o -MF tools/lto/CMakeFiles/LTO.dir/lto.cpp.o.d -o tools/lto/CMakeFiles/LTO.dir/lto.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/lto/lto.cpp [2647/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangASTPropertiesEmitter.cpp.o -MF tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangASTPropertiesEmitter.cpp.o.d -o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangASTPropertiesEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen/ClangASTPropertiesEmitter.cpp [2648/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentHTMLTagsEmitter.cpp.o -MF tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentHTMLTagsEmitter.cpp.o.d -o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentHTMLTagsEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen/ClangCommentHTMLTagsEmitter.cpp [2649/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangDataCollectorsEmitter.cpp.o -MF tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangDataCollectorsEmitter.cpp.o.d -o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangDataCollectorsEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen/ClangDataCollectorsEmitter.cpp [2650/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOpcodesEmitter.cpp.o -MF tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOpcodesEmitter.cpp.o.d -o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOpcodesEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen/ClangOpcodesEmitter.cpp [2651/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-lto -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-lto -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-lto/CMakeFiles/llvm-lto.dir/llvm-lto.cpp.o -MF tools/llvm-lto/CMakeFiles/llvm-lto.dir/llvm-lto.cpp.o.d -o tools/llvm-lto/CMakeFiles/llvm-lto.dir/llvm-lto.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-lto/llvm-lto.cpp [2652/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangSACheckersEmitter.cpp.o -MF tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangSACheckersEmitter.cpp.o.d -o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangSACheckersEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen/ClangSACheckersEmitter.cpp [2653/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOptionDocEmitter.cpp.o -MF tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOptionDocEmitter.cpp.o.d -o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOptionDocEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen/ClangOptionDocEmitter.cpp [2654/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-profdata -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-profdata -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/llvm-profdata.cpp.o -MF tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/llvm-profdata.cpp.o.d -o tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/llvm-profdata.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-profdata/llvm-profdata.cpp [2655/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOpenCLBuiltinEmitter.cpp.o -MF tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOpenCLBuiltinEmitter.cpp.o.d -o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOpenCLBuiltinEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp [2656/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangDiagnosticsEmitter.cpp.o -MF tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangDiagnosticsEmitter.cpp.o.d -o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangDiagnosticsEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp [2657/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangTypeNodesEmitter.cpp.o -MF tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangTypeNodesEmitter.cpp.o.d -o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangTypeNodesEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen/ClangTypeNodesEmitter.cpp [2658/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangAttrEmitter.cpp.o -MF tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangAttrEmitter.cpp.o.d -o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangAttrEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen/ClangAttrEmitter.cpp [2659/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangSyntaxEmitter.cpp.o -MF tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangSyntaxEmitter.cpp.o.d -o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangSyntaxEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen/ClangSyntaxEmitter.cpp [2660/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/bin && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build/bin/scan-build /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/ [2661/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Driver/Options.td --write-if-changed -o tools/clang/include/clang/Driver/Options.inc -d tools/clang/include/clang/Driver/Options.inc.d [2662/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/libexec && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build/libexec/ccc-analyzer /usr/obj/ports/llvm-13.0.0/build-sparc64/libexec/ [2663/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/libexec && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build/libexec/c++-analyzer /usr/obj/ports/llvm-13.0.0/build-sparc64/libexec/ [2664/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/man/man1 && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build/man/scan-build.1 /usr/obj/ports/llvm-13.0.0/build-sparc64/man/man1/ [2665/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/share/scan-build && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build/share/scan-build/scanview.css /usr/obj/ports/llvm-13.0.0/build-sparc64/share/scan-build/ [2666/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/share/scan-build && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build/share/scan-build/sorttable.js /usr/obj/ports/llvm-13.0.0/build-sparc64/share/scan-build/ [2667/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build-py && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/bin && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build-py/bin/analyze-build /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/ [2668/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build-py && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/bin && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build-py/bin/intercept-build /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/ [2669/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build-py && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/bin && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build-py/bin/scan-build /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/scan-build-py [2670/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build-py && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libear && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build-py/lib/libear/__init__.py /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libear/ [2671/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build-py && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libear && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build-py/lib/libear/config.h.in /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libear/ [2672/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build-py && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libear && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build-py/lib/libear/ear.c /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libear/ [2673/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build-py && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build-py/lib/libscanbuild/__init__.py /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild/ [2674/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build-py && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build-py/lib/libscanbuild/arguments.py /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild/ [2675/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build-py && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build-py/lib/libscanbuild/analyze.py /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild/ [2676/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build-py && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build-py/lib/libscanbuild/clang.py /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild/ [2677/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build-py && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build-py/lib/libscanbuild/compilation.py /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild/ [2678/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build-py && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build-py/lib/libscanbuild/intercept.py /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild/ [2679/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build-py && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build-py/lib/libscanbuild/report.py /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild/ [2680/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build-py && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild/resources && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build-py/lib/libscanbuild/resources/scanview.css /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild/resources [2681/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build-py && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild/resources && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build-py/lib/libscanbuild/resources/selectable.js /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild/resources [2682/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build-py && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build-py/lib/libscanbuild/shell.py /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild/ [2683/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build-py && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild/resources && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build-py/lib/libscanbuild/resources/sorttable.js /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/libscanbuild/resources [2684/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build-py && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/libexec && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build-py/libexec/analyze-c++ /usr/obj/ports/llvm-13.0.0/build-sparc64/libexec/ [2685/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build-py && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/libexec && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build-py/libexec/analyze-cc /usr/obj/ports/llvm-13.0.0/build-sparc64/libexec/ [2686/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build-py && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/libexec && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build-py/libexec/intercept-c++ /usr/obj/ports/llvm-13.0.0/build-sparc64/libexec/ [2687/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-build-py && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/libexec && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-build-py/libexec/intercept-cc /usr/obj/ports/llvm-13.0.0/build-sparc64/libexec/ [2688/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-view && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/bin && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-view/bin/scan-view /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/ [2689/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-view && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/share/scan-view && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-view/share/Reporter.py /usr/obj/ports/llvm-13.0.0/build-sparc64/share/scan-view/ [2690/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-view && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/share/scan-view && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-view/share/ScanView.py /usr/obj/ports/llvm-13.0.0/build-sparc64/share/scan-view/ [2691/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-view && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/share/scan-view && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-view/share/bugcatcher.ico /usr/obj/ports/llvm-13.0.0/build-sparc64/share/scan-view/ [2692/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/scan-view && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/share/scan-view && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/scan-view/share/startfile.py /usr/obj/ports/llvm-13.0.0/build-sparc64/share/scan-view/ [2693/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/utils/hmaptool && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/hmaptool/hmaptool /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin/ [2694/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/Core/CMakeFiles/lldCore.dir/DefinedAtom.cpp.o -MF tools/lld/lib/Core/CMakeFiles/lldCore.dir/DefinedAtom.cpp.o.d -o tools/lld/lib/Core/CMakeFiles/lldCore.dir/DefinedAtom.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/Core/DefinedAtom.cpp [2695/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/TableGen.cpp.o -MF tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/TableGen.cpp.o.d -o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/TableGen.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen/TableGen.cpp [2696/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/RISCVVEmitter.cpp.o -MF tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/RISCVVEmitter.cpp.o.d -o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/RISCVVEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen/RISCVVEmitter.cpp [2697/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/Core/CMakeFiles/lldCore.dir/Error.cpp.o -MF tools/lld/lib/Core/CMakeFiles/lldCore.dir/Error.cpp.o.d -o tools/lld/lib/Core/CMakeFiles/lldCore.dir/Error.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/Core/Error.cpp [2698/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/Core/CMakeFiles/lldCore.dir/File.cpp.o -MF tools/lld/lib/Core/CMakeFiles/lldCore.dir/File.cpp.o.d -o tools/lld/lib/Core/CMakeFiles/lldCore.dir/File.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/Core/File.cpp [2699/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/SveEmitter.cpp.o -MF tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/SveEmitter.cpp.o.d -o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/SveEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen/SveEmitter.cpp [2700/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/Core/CMakeFiles/lldCore.dir/Reader.cpp.o -MF tools/lld/lib/Core/CMakeFiles/lldCore.dir/Reader.cpp.o.d -o tools/lld/lib/Core/CMakeFiles/lldCore.dir/Reader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/Core/Reader.cpp [2701/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/Core/CMakeFiles/lldCore.dir/LinkingContext.cpp.o -MF tools/lld/lib/Core/CMakeFiles/lldCore.dir/LinkingContext.cpp.o.d -o tools/lld/lib/Core/CMakeFiles/lldCore.dir/LinkingContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/Core/LinkingContext.cpp [2702/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/Driver/DarwinLdOptions.td --write-if-changed -o tools/lld/lib/Driver/DarwinLdOptions.inc -d tools/lld/lib/Driver/DarwinLdOptions.inc.d [2703/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/NeonEmitter.cpp.o -MF tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/NeonEmitter.cpp.o.d -o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/NeonEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen/NeonEmitter.cpp [2704/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/MveEmitter.cpp.o -MF tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/MveEmitter.cpp.o.d -o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/MveEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/utils/TableGen/MveEmitter.cpp [2705/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/Core/CMakeFiles/lldCore.dir/Writer.cpp.o -MF tools/lld/lib/Core/CMakeFiles/lldCore.dir/Writer.cpp.o.d -o tools/lld/lib/Core/CMakeFiles/lldCore.dir/Writer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/Core/Writer.cpp [2706/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF/Options.td --write-if-changed -o tools/lld/COFF/Options.inc -d tools/lld/COFF/Options.inc.d [2707/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/Options.td --write-if-changed -o tools/lld/ELF/Options.inc -d tools/lld/ELF/Options.inc.d [2708/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/MinGW -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/MinGW/Options.td --write-if-changed -o tools/lld/MinGW/Options.inc -d tools/lld/MinGW/Options.inc.d [2709/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm/Options.td --write-if-changed -o tools/lld/wasm/Options.inc -d tools/lld/wasm/Options.inc.d [2710/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ASTTableGen.cpp.o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangASTNodesEmitter.cpp.o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangASTPropertiesEmitter.cpp.o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangAttrEmitter.cpp.o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentCommandInfoEmitter.cpp.o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp.o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangCommentHTMLTagsEmitter.cpp.o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangDataCollectorsEmitter.cpp.o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangDiagnosticsEmitter.cpp.o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOpcodesEmitter.cpp.o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOpenCLBuiltinEmitter.cpp.o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangOptionDocEmitter.cpp.o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangSACheckersEmitter.cpp.o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangSyntaxEmitter.cpp.o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/ClangTypeNodesEmitter.cpp.o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/MveEmitter.cpp.o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/NeonEmitter.cpp.o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/RISCVVEmitter.cpp.o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/SveEmitter.cpp.o tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/TableGen.cpp.o -o bin/clang-tblgen -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVMSupport.a lib/libLLVMTableGen.a -lpthread lib/libLLVMSupport.a -lexecinfo -lpthread -lm /usr/lib/libz.so.7.0 lib/libLLVMDemangle.a -Wl,-rpath-link,/usr/X11R6/lib && : [2711/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-attr-classes -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/../Basic/Attr.td --write-if-changed -o tools/clang/include/clang/AST/Attrs.inc -d tools/clang/include/clang/AST/Attrs.inc.d [2712/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-attr-impl -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/../Basic/Attr.td --write-if-changed -o tools/clang/include/clang/AST/AttrImpl.inc -d tools/clang/include/clang/AST/AttrImpl.inc.d [2713/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-attr-text-node-dump -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/../Basic/Attr.td --write-if-changed -o tools/clang/include/clang/AST/AttrTextNodeDump.inc -d tools/clang/include/clang/AST/AttrTextNodeDump.inc.d [2714/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-attr-node-traverse -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/../Basic/Attr.td --write-if-changed -o tools/clang/include/clang/AST/AttrNodeTraverse.inc -d tools/clang/include/clang/AST/AttrNodeTraverse.inc.d [2715/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-attr-ast-visitor -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/../Basic/Attr.td --write-if-changed -o tools/clang/include/clang/AST/AttrVisitor.inc -d tools/clang/include/clang/AST/AttrVisitor.inc.d [2716/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-stmt-nodes -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/../Basic/StmtNodes.td --write-if-changed -o tools/clang/include/clang/AST/StmtNodes.inc -d tools/clang/include/clang/AST/StmtNodes.inc.d [2717/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-decl-nodes -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/../Basic/DeclNodes.td --write-if-changed -o tools/clang/include/clang/AST/DeclNodes.inc -d tools/clang/include/clang/AST/DeclNodes.inc.d [2718/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-type-nodes -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/../Basic/TypeNodes.td --write-if-changed -o tools/clang/include/clang/AST/TypeNodes.inc -d tools/clang/include/clang/AST/TypeNodes.inc.d [2719/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-basic-reader -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/PropertiesBase.td --write-if-changed -o tools/clang/include/clang/AST/AbstractBasicReader.inc -d tools/clang/include/clang/AST/AbstractBasicReader.inc.d [2720/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-basic-writer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/PropertiesBase.td --write-if-changed -o tools/clang/include/clang/AST/AbstractBasicWriter.inc -d tools/clang/include/clang/AST/AbstractBasicWriter.inc.d [2721/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-type-reader -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/TypeProperties.td --write-if-changed -o tools/clang/include/clang/AST/AbstractTypeReader.inc -d tools/clang/include/clang/AST/AbstractTypeReader.inc.d [2722/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-type-writer -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/TypeProperties.td --write-if-changed -o tools/clang/include/clang/AST/AbstractTypeWriter.inc -d tools/clang/include/clang/AST/AbstractTypeWriter.inc.d [2723/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-comment-nodes -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/../Basic/CommentNodes.td --write-if-changed -o tools/clang/include/clang/AST/CommentNodes.inc -d tools/clang/include/clang/AST/CommentNodes.inc.d [2724/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-comment-html-tags -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CommentHTMLTags.td --write-if-changed -o tools/clang/include/clang/AST/CommentHTMLTags.inc -d tools/clang/include/clang/AST/CommentHTMLTags.inc.d [2725/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/Core/CMakeFiles/lldCore.dir/SymbolTable.cpp.o -MF tools/lld/lib/Core/CMakeFiles/lldCore.dir/SymbolTable.cpp.o.d -o tools/lld/lib/Core/CMakeFiles/lldCore.dir/SymbolTable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/Core/SymbolTable.cpp [2726/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-comment-html-tags-properties -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CommentHTMLTags.td --write-if-changed -o tools/clang/include/clang/AST/CommentHTMLTagsProperties.inc -d tools/clang/include/clang/AST/CommentHTMLTagsProperties.inc.d [2727/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-comment-html-named-character-references -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CommentHTMLNamedCharacterReferences.td --write-if-changed -o tools/clang/include/clang/AST/CommentHTMLNamedCharacterReferences.inc -d tools/clang/include/clang/AST/CommentHTMLNamedCharacterReferences.inc.d [2728/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-comment-command-list -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CommentCommands.td --write-if-changed -o tools/clang/include/clang/AST/CommentCommandList.inc -d tools/clang/include/clang/AST/CommentCommandList.inc.d [2729/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-comment-command-info -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CommentCommands.td --write-if-changed -o tools/clang/include/clang/AST/CommentCommandInfo.inc -d tools/clang/include/clang/AST/CommentCommandInfo.inc.d [2730/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-data-collectors -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtDataCollectors.td --write-if-changed -o tools/clang/include/clang/AST/StmtDataCollectors.inc -d tools/clang/include/clang/AST/StmtDataCollectors.inc.d [2731/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-diags-defs -clang-component=Analysis -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.td --write-if-changed -o tools/clang/include/clang/Basic/DiagnosticAnalysisKinds.inc -d tools/clang/include/clang/Basic/DiagnosticAnalysisKinds.inc.d [2732/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-diags-defs -clang-component=AST -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.td --write-if-changed -o tools/clang/include/clang/Basic/DiagnosticASTKinds.inc -d tools/clang/include/clang/Basic/DiagnosticASTKinds.inc.d [2733/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-diags-defs -clang-component=Comment -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.td --write-if-changed -o tools/clang/include/clang/Basic/DiagnosticCommentKinds.inc -d tools/clang/include/clang/Basic/DiagnosticCommentKinds.inc.d [2734/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-diags-defs -clang-component=Common -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.td --write-if-changed -o tools/clang/include/clang/Basic/DiagnosticCommonKinds.inc -d tools/clang/include/clang/Basic/DiagnosticCommonKinds.inc.d [2735/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-diags-defs -clang-component=CrossTU -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.td --write-if-changed -o tools/clang/include/clang/Basic/DiagnosticCrossTUKinds.inc -d tools/clang/include/clang/Basic/DiagnosticCrossTUKinds.inc.d [2736/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-diags-defs -clang-component=Driver -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.td --write-if-changed -o tools/clang/include/clang/Basic/DiagnosticDriverKinds.inc -d tools/clang/include/clang/Basic/DiagnosticDriverKinds.inc.d [2737/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-diags-defs -clang-component=Frontend -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.td --write-if-changed -o tools/clang/include/clang/Basic/DiagnosticFrontendKinds.inc -d tools/clang/include/clang/Basic/DiagnosticFrontendKinds.inc.d [2738/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-diags-defs -clang-component=Lex -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.td --write-if-changed -o tools/clang/include/clang/Basic/DiagnosticLexKinds.inc -d tools/clang/include/clang/Basic/DiagnosticLexKinds.inc.d [2739/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-diags-defs -clang-component=Parse -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.td --write-if-changed -o tools/clang/include/clang/Basic/DiagnosticParseKinds.inc -d tools/clang/include/clang/Basic/DiagnosticParseKinds.inc.d [2740/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-diags-defs -clang-component=Refactoring -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.td --write-if-changed -o tools/clang/include/clang/Basic/DiagnosticRefactoringKinds.inc -d tools/clang/include/clang/Basic/DiagnosticRefactoringKinds.inc.d [2741/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-diags-defs -clang-component=Serialization -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.td --write-if-changed -o tools/clang/include/clang/Basic/DiagnosticSerializationKinds.inc -d tools/clang/include/clang/Basic/DiagnosticSerializationKinds.inc.d [2742/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-diags-defs -clang-component=Sema -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.td --write-if-changed -o tools/clang/include/clang/Basic/DiagnosticSemaKinds.inc -d tools/clang/include/clang/Basic/DiagnosticSemaKinds.inc.d [2743/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-diags-index-name -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.td --write-if-changed -o tools/clang/include/clang/Basic/DiagnosticIndexName.inc -d tools/clang/include/clang/Basic/DiagnosticIndexName.inc.d [2744/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-diag-groups -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.td --write-if-changed -o tools/clang/include/clang/Basic/DiagnosticGroups.inc -d tools/clang/include/clang/Basic/DiagnosticGroups.inc.d [2745/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-attr-list -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/../../ -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Attr.td --write-if-changed -o tools/clang/include/clang/Basic/AttrList.inc -d tools/clang/include/clang/Basic/AttrList.inc.d [2746/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-attr-subject-match-rule-list -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/../../ -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Attr.td --write-if-changed -o tools/clang/include/clang/Basic/AttrSubMatchRulesList.inc -d tools/clang/include/clang/Basic/AttrSubMatchRulesList.inc.d [2747/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-attr-has-attribute-impl -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/../../ -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Attr.td --write-if-changed -o tools/clang/include/clang/Basic/AttrHasAttributeImpl.inc -d tools/clang/include/clang/Basic/AttrHasAttributeImpl.inc.d [2748/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-arm-neon-sema -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/arm_fp16.td --write-if-changed -o tools/clang/include/clang/Basic/arm_fp16.inc -d tools/clang/include/clang/Basic/arm_fp16.inc.d [2749/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-arm-neon-sema -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/arm_neon.td --write-if-changed -o tools/clang/include/clang/Basic/arm_neon.inc -d tools/clang/include/clang/Basic/arm_neon.inc.d [2750/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-arm-mve-builtin-def -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/arm_mve.td --write-if-changed -o tools/clang/include/clang/Basic/arm_mve_builtins.inc -d tools/clang/include/clang/Basic/arm_mve_builtins.inc.d [2751/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-arm-mve-builtin-sema -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/arm_mve.td --write-if-changed -o tools/clang/include/clang/Basic/arm_mve_builtin_sema.inc -d tools/clang/include/clang/Basic/arm_mve_builtin_sema.inc.d [2752/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-arm-mve-builtin-codegen -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/arm_mve.td --write-if-changed -o tools/clang/include/clang/Basic/arm_mve_builtin_cg.inc -d tools/clang/include/clang/Basic/arm_mve_builtin_cg.inc.d [2753/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-arm-mve-builtin-aliases -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/arm_mve.td --write-if-changed -o tools/clang/include/clang/Basic/arm_mve_builtin_aliases.inc -d tools/clang/include/clang/Basic/arm_mve_builtin_aliases.inc.d [2754/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/Core/CMakeFiles/lldCore.dir/Resolver.cpp.o -MF tools/lld/lib/Core/CMakeFiles/lldCore.dir/Resolver.cpp.o.d -o tools/lld/lib/Core/CMakeFiles/lldCore.dir/Resolver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/Core/Resolver.cpp [2755/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-arm-sve-typeflags -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/arm_sve.td --write-if-changed -o tools/clang/include/clang/Basic/arm_sve_typeflags.inc -d tools/clang/include/clang/Basic/arm_sve_typeflags.inc.d [2756/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-arm-sve-builtins -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/arm_sve.td --write-if-changed -o tools/clang/include/clang/Basic/arm_sve_builtins.inc -d tools/clang/include/clang/Basic/arm_sve_builtins.inc.d [2757/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-arm-cde-builtin-def -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/arm_cde.td --write-if-changed -o tools/clang/include/clang/Basic/arm_cde_builtins.inc -d tools/clang/include/clang/Basic/arm_cde_builtins.inc.d [2758/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-arm-cde-builtin-codegen -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/arm_cde.td --write-if-changed -o tools/clang/include/clang/Basic/arm_cde_builtin_cg.inc -d tools/clang/include/clang/Basic/arm_cde_builtin_cg.inc.d [2759/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-arm-cde-builtin-sema -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/arm_cde.td --write-if-changed -o tools/clang/include/clang/Basic/arm_cde_builtin_sema.inc -d tools/clang/include/clang/Basic/arm_cde_builtin_sema.inc.d [2760/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-arm-cde-builtin-aliases -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/arm_cde.td --write-if-changed -o tools/clang/include/clang/Basic/arm_cde_builtin_aliases.inc -d tools/clang/include/clang/Basic/arm_cde_builtin_aliases.inc.d [2761/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-arm-sve-builtin-codegen -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/arm_sve.td --write-if-changed -o tools/clang/include/clang/Basic/arm_sve_builtin_cg.inc -d tools/clang/include/clang/Basic/arm_sve_builtin_cg.inc.d [2762/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-arm-sve-sema-rangechecks -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/arm_sve.td --write-if-changed -o tools/clang/include/clang/Basic/arm_sve_sema_rangechecks.inc -d tools/clang/include/clang/Basic/arm_sve_sema_rangechecks.inc.d [2763/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-attr-parser-string-switches -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Parse/../../ -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Parse/../Basic/Attr.td --write-if-changed -o tools/clang/include/clang/Parse/AttrParserStringSwitches.inc -d tools/clang/include/clang/Parse/AttrParserStringSwitches.inc.d [2764/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-attr-subject-match-rules-parser-string-switches -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Parse/../../ -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Parse/../Basic/Attr.td --write-if-changed -o tools/clang/include/clang/Parse/AttrSubMatchRulesParserStringSwitches.inc -d tools/clang/include/clang/Parse/AttrSubMatchRulesParserStringSwitches.inc.d [2765/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-attr-template-instantiate -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/../../ -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/../Basic/Attr.td --write-if-changed -o tools/clang/include/clang/Sema/AttrTemplateInstantiate.inc -d tools/clang/include/clang/Sema/AttrTemplateInstantiate.inc.d [2766/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-attr-parsed-attr-list -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/../../ -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/../Basic/Attr.td --write-if-changed -o tools/clang/include/clang/Sema/AttrParsedAttrList.inc -d tools/clang/include/clang/Sema/AttrParsedAttrList.inc.d [2767/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-attr-parsed-attr-kinds -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/../../ -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/../Basic/Attr.td --write-if-changed -o tools/clang/include/clang/Sema/AttrParsedAttrKinds.inc -d tools/clang/include/clang/Sema/AttrParsedAttrKinds.inc.d [2768/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-riscv-vector-builtins -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/riscv_vector.td --write-if-changed -o tools/clang/include/clang/Basic/riscv_vector_builtins.inc -d tools/clang/include/clang/Basic/riscv_vector_builtins.inc.d [2769/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-attr-spelling-index -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/../../ -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/../Basic/Attr.td --write-if-changed -o tools/clang/include/clang/Sema/AttrSpellingListIndex.inc -d tools/clang/include/clang/Sema/AttrSpellingListIndex.inc.d [2770/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-attr-parsed-attr-impl -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/../../ -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/../Basic/Attr.td --write-if-changed -o tools/clang/include/clang/Sema/AttrParsedAttrImpl.inc -d tools/clang/include/clang/Sema/AttrParsedAttrImpl.inc.d [2771/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-riscv-vector-builtin-codegen -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/riscv_vector.td --write-if-changed -o tools/clang/include/clang/Basic/riscv_vector_builtin_cg.inc -d tools/clang/include/clang/Basic/riscv_vector_builtin_cg.inc.d [2772/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-attr-pch-read -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Serialization/../../ -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Serialization/../Basic/Attr.td --write-if-changed -o tools/clang/include/clang/Serialization/AttrPCHRead.inc -d tools/clang/include/clang/Serialization/AttrPCHRead.inc.d [2773/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/ReaderWriter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/ReaderWriter/CMakeFiles/lldReaderWriter.dir/FileArchive.cpp.o -MF tools/lld/lib/ReaderWriter/CMakeFiles/lldReaderWriter.dir/FileArchive.cpp.o.d -o tools/lld/lib/ReaderWriter/CMakeFiles/lldReaderWriter.dir/FileArchive.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/FileArchive.cpp [2774/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-syntax-node-list -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Syntax -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Syntax/Nodes.td --write-if-changed -o tools/clang/include/clang/Tooling/Syntax/Nodes.inc -d tools/clang/include/clang/Tooling/Syntax/Nodes.inc.d [2775/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-syntax-node-classes -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Syntax -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Syntax/Nodes.td --write-if-changed -o tools/clang/include/clang/Tooling/Syntax/NodeClasses.inc -d tools/clang/include/clang/Tooling/Syntax/NodeClasses.inc.d [2776/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-sa-checkers -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Checkers/Checkers.td --write-if-changed -o tools/clang/include/clang/StaticAnalyzer/Checkers/Checkers.inc -d tools/clang/include/clang/StaticAnalyzer/Checkers/Checkers.inc.d [2777/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-attr-pch-write -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Serialization/../../ -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Serialization/../Basic/Attr.td --write-if-changed -o tools/clang/include/clang/Serialization/AttrPCHWrite.inc -d tools/clang/include/clang/Serialization/AttrPCHWrite.inc.d [2778/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/__clang_cuda_builtin_vars.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/__clang_cuda_builtin_vars.h [2779/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/__clang_cuda_cmath.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/__clang_cuda_cmath.h [2780/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/__clang_cuda_complex_builtins.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/__clang_cuda_complex_builtins.h [2781/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/__clang_cuda_device_functions.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/__clang_cuda_device_functions.h [2782/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/__clang_cuda_intrinsics.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/__clang_cuda_intrinsics.h [2783/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/__clang_cuda_math.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/__clang_cuda_math.h [2784/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/__clang_cuda_libdevice_declares.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/__clang_cuda_libdevice_declares.h [2785/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/__clang_cuda_math_forward_declares.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/__clang_cuda_math_forward_declares.h [2786/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/__clang_cuda_runtime_wrapper.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/__clang_cuda_runtime_wrapper.h [2787/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/__clang_hip_cmath.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/__clang_hip_cmath.h [2788/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/__clang_hip_libdevice_declares.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/__clang_hip_libdevice_declares.h [2789/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/__clang_hip_math.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/__clang_hip_math.h [2790/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/__clang_hip_runtime_wrapper.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/__clang_hip_runtime_wrapper.h [2791/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/__stddef_max_align_t.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/__stddef_max_align_t.h [2792/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/__wmmintrin_aes.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/__wmmintrin_aes.h [2793/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/adxintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/adxintrin.h [2794/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/__wmmintrin_pclmul.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/__wmmintrin_pclmul.h [2795/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/ammintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/ammintrin.h [2796/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/altivec.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/altivec.h [2797/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/amxintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/amxintrin.h [2798/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/arm64intr.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/arm64intr.h [2799/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/arm_acle.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/arm_acle.h [2800/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/arm_cmse.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/arm_cmse.h [2801/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/armintr.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/armintr.h [2802/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx2intrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx2intrin.h [2803/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512bf16intrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512bf16intrin.h [2804/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512bitalgintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512bitalgintrin.h [2805/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512bwintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512bwintrin.h [2806/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512cdintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512cdintrin.h [2807/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512dqintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512dqintrin.h [2808/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512erintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512erintrin.h [2809/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512ifmaintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512ifmaintrin.h [2810/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512fintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512fintrin.h [2811/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512ifmavlintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512ifmavlintrin.h [2812/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512pfintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512pfintrin.h [2813/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512vbmi2intrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512vbmi2intrin.h [2814/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512vbmiintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512vbmiintrin.h [2815/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512vlbf16intrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512vlbf16intrin.h [2816/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512vbmivlintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512vbmivlintrin.h [2817/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512vlbwintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512vlbwintrin.h [2818/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512vlbitalgintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512vlbitalgintrin.h [2819/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512vlcdintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512vlcdintrin.h [2820/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512vldqintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512vldqintrin.h [2821/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512vlintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512vlintrin.h [2822/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512vlvbmi2intrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512vlvbmi2intrin.h [2823/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512vlvp2intersectintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512vlvp2intersectintrin.h [2824/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512vlvnniintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512vlvnniintrin.h [2825/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512vp2intersectintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512vp2intersectintrin.h [2826/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512vnniintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512vnniintrin.h [2827/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512vpopcntdqintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512vpopcntdqintrin.h [2828/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avx512vpopcntdqvlintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avx512vpopcntdqvlintrin.h [2829/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avxvnniintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avxvnniintrin.h [2830/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/avxintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/avxintrin.h [2831/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/bmi2intrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/bmi2intrin.h [2832/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/bmiintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/bmiintrin.h [2833/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/builtins.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/builtins.h [2834/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/cet.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/cet.h [2835/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/cetintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/cetintrin.h [2836/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/cldemoteintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/cldemoteintrin.h [2837/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/clflushoptintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/clflushoptintrin.h [2838/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/clzerointrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/clzerointrin.h [2839/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/clwbintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/clwbintrin.h [2840/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/cpuid.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/cpuid.h [2841/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/cuda_wrappers/algorithm /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/cuda_wrappers/algorithm [2842/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/cuda_wrappers/complex /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/cuda_wrappers/complex [2843/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/cuda_wrappers/new /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/cuda_wrappers/new [2844/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/emmintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/emmintrin.h [2845/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/enqcmdintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/enqcmdintrin.h [2846/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/f16cintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/f16cintrin.h [2847/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/float.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/float.h [2848/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/fma4intrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/fma4intrin.h [2849/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/fmaintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/fmaintrin.h [2850/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/fxsrintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/fxsrintrin.h [2851/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/hexagon_circ_brev_intrinsics.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/hexagon_circ_brev_intrinsics.h [2852/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/gfniintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/gfniintrin.h [2853/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/hexagon_types.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/hexagon_types.h [2854/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/hexagon_protos.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/hexagon_protos.h [2855/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/htmintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/htmintrin.h [2856/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/hresetintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/hresetintrin.h [2857/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/htmxlintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/htmxlintrin.h [2858/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/hvx_hexagon_protos.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/hvx_hexagon_protos.h [2859/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/ia32intrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/ia32intrin.h [2860/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/immintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/immintrin.h [2861/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/intrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/intrin.h [2862/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/inttypes.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/inttypes.h [2863/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/invpcidintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/invpcidintrin.h [2864/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/iso646.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/iso646.h [2865/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/keylockerintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/keylockerintrin.h [2866/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/limits.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/limits.h [2867/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/lwpintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/lwpintrin.h [2868/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/lzcntintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/lzcntintrin.h [2869/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/mm_malloc.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/mm_malloc.h [2870/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/mm3dnow.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/mm3dnow.h [2871/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/mmintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/mmintrin.h [2872/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/module.modulemap /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/module.modulemap [2873/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/movdirintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/movdirintrin.h [2874/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/msa.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/msa.h [2875/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/mwaitxintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/mwaitxintrin.h [2876/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/nmmintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/nmmintrin.h [2877/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/opencl-c-base.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/opencl-c-base.h [2878/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/opencl-c.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/opencl-c.h [2879/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/openmp_wrappers/__clang_openmp_device_functions.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/openmp_wrappers/__clang_openmp_device_functions.h [2880/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/openmp_wrappers/cmath /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/openmp_wrappers/cmath [2881/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/openmp_wrappers/complex /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/openmp_wrappers/complex [2882/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/openmp_wrappers/complex.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/openmp_wrappers/complex.h [2883/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/openmp_wrappers/new /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/openmp_wrappers/new [2884/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/openmp_wrappers/math.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/openmp_wrappers/math.h [2885/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/openmp_wrappers/complex_cmath.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/openmp_wrappers/complex_cmath.h [2886/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/pconfigintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/pconfigintrin.h [2887/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/pmmintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/pmmintrin.h [2888/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/pkuintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/pkuintrin.h [2889/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/popcntintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/popcntintrin.h [2890/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/ppc_wrappers/emmintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/ppc_wrappers/emmintrin.h [2891/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/ppc_wrappers/mmintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/ppc_wrappers/mmintrin.h [2892/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/ppc_wrappers/pmmintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/ppc_wrappers/pmmintrin.h [2893/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/ppc_wrappers/smmintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/ppc_wrappers/smmintrin.h [2894/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/ppc_wrappers/mm_malloc.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/ppc_wrappers/mm_malloc.h [2895/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/ppc_wrappers/tmmintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/ppc_wrappers/tmmintrin.h [2896/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/prfchwintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/prfchwintrin.h [2897/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/ptwriteintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/ptwriteintrin.h [2898/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/ppc_wrappers/xmmintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/ppc_wrappers/xmmintrin.h [2899/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/rtmintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/rtmintrin.h [2900/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/rdseedintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/rdseedintrin.h [2901/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/s390intrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/s390intrin.h [2902/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/serializeintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/serializeintrin.h [2903/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/sgxintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/sgxintrin.h [2904/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/shaintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/shaintrin.h [2905/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/smmintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/smmintrin.h [2906/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/stdalign.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/stdalign.h [2907/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/stdarg.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/stdarg.h [2908/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/stdbool.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/stdbool.h [2909/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/stddef.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/stddef.h [2910/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/stdatomic.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/stdatomic.h [2911/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/stdint.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/stdint.h [2912/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/tbmintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/tbmintrin.h [2913/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/stdnoreturn.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/stdnoreturn.h [2914/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/tgmath.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/tgmath.h [2915/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/tmmintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/tmmintrin.h [2916/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/tsxldtrkintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/tsxldtrkintrin.h [2917/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/uintrintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/uintrintrin.h [2918/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/unwind.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/unwind.h [2919/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/vadefs.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/vadefs.h [2920/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/vaesintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/vaesintrin.h [2921/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/vecintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/vecintrin.h [2922/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/varargs.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/varargs.h [2923/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/vpclmulqdqintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/vpclmulqdqintrin.h [2924/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/wasm_simd128.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/wasm_simd128.h [2925/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/waitpkgintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/waitpkgintrin.h [2926/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/wbnoinvdintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/wbnoinvdintrin.h [2927/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/wmmintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/wmmintrin.h [2928/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/x86gprintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/x86gprintrin.h [2929/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/xopintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/xopintrin.h [2930/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/xmmintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/xmmintrin.h [2931/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/x86intrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/x86intrin.h [2932/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/xsavecintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/xsavecintrin.h [2933/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/xsaveintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/xsaveintrin.h [2934/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/xsaveoptintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/xsaveoptintrin.h [2935/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/xsavesintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/xsavesintrin.h [2936/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-arm-bf16 -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/ -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/arm_bf16.td --write-if-changed -o tools/clang/lib/Headers/arm_bf16.h -d tools/clang/lib/Headers/arm_bf16.h.d [2937/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-arm-fp16 -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/ -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/arm_fp16.td --write-if-changed -o tools/clang/lib/Headers/arm_fp16.h -d tools/clang/lib/Headers/arm_fp16.h.d [2938/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-arm-cde-header -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/ -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/arm_cde.td --write-if-changed -o tools/clang/lib/Headers/arm_cde.h -d tools/clang/lib/Headers/arm_cde.h.d [2939/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers/xtestintrin.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/xtestintrin.h [2940/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers/arm_bf16.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/arm_bf16.h [2941/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers/arm_fp16.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/arm_fp16.h [2942/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers/arm_cde.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/arm_cde.h [2943/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-arm-mve-header -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/ -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/arm_mve.td --write-if-changed -o tools/clang/lib/Headers/arm_mve.h -d tools/clang/lib/Headers/arm_mve.h.d [2944/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers/arm_mve.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/arm_mve.h [2945/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-arm-sve-header -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/ -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/arm_sve.td --write-if-changed -o tools/clang/lib/Headers/arm_sve.h -d tools/clang/lib/Headers/arm_sve.h.d [2946/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers/arm_sve.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/arm_sve.h [2947/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic && /usr/local/bin/cmake -DNAMES="LLVM;CLANG" -DLLVM_SOURCE_DIR= -DCLANG_SOURCE_DIR= -DHEADER_FILE=/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic/VCSVersion.inc -P /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/cmake/modules/GenerateVersionFromVCS.cmake [2948/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-riscv-vector-header -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/ -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/riscv_vector.td --write-if-changed -o tools/clang/lib/Headers/riscv_vector.h -d tools/clang/lib/Headers/riscv_vector.h.d [2949/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers/riscv_vector.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/riscv_vector.h [2950/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-arm-neon -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/ -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Headers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/arm_neon.td --write-if-changed -o tools/clang/lib/Headers/arm_neon.h -d tools/clang/lib/Headers/arm_neon.h.d [2951/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Headers/arm_neon.h /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/clang/13.0.0/include/arm_neon.h [2952/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/CharInfo.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/CharInfo.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/CharInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/CharInfo.cpp [2953/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/APINotes -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/APINotes -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/APINotes/CMakeFiles/obj.clangAPINotes.dir/APINotesTypes.cpp.o -MF tools/clang/lib/APINotes/CMakeFiles/obj.clangAPINotes.dir/APINotesTypes.cpp.o.d -o tools/clang/lib/APINotes/CMakeFiles/obj.clangAPINotes.dir/APINotesTypes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/APINotes/APINotesTypes.cpp [2954/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/ReaderWriter/YAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/YAML -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/ReaderWriter/YAML/CMakeFiles/lldYAML.dir/ReaderWriterYAML.cpp.o -MF tools/lld/lib/ReaderWriter/YAML/CMakeFiles/lldYAML.dir/ReaderWriterYAML.cpp.o.d -o tools/lld/lib/ReaderWriter/YAML/CMakeFiles/lldYAML.dir/ReaderWriterYAML.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp [2955/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Cuda.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Cuda.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Cuda.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Cuda.cpp [2956/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/CodeGenOptions.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/CodeGenOptions.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/CodeGenOptions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/CodeGenOptions.cpp [2957/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Builtins.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Builtins.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Builtins.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Builtins.cpp [2958/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DiagnosticOptions.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DiagnosticOptions.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DiagnosticOptions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/DiagnosticOptions.cpp [2959/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ExpressionTraits.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ExpressionTraits.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ExpressionTraits.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/ExpressionTraits.cpp [2960/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/bindings/python && /usr/local/bin/swig -c++ -features autodoc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/bindings -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/bindings/python -c++ -shadow -python -py3 -threads -outdir /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/bindings/python -o /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/bindings/python/LLDBWrapPython.cpp /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/bindings/python/python.swig Deprecated command line option: -py3. Ignored, this option is no longer supported. [2961/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DarwinSDKInfo.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DarwinSDKInfo.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DarwinSDKInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/DarwinSDKInfo.cpp [2962/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileEntry.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileEntry.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileEntry.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/FileEntry.cpp [2963/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/docs && /usr/local/bin/cmake -E env /usr/local/bin/sphinx-build -b man -d /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/docs/_doctrees-clang-man -q -t builder-man /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/docs /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/docs/man /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/docs/index.rst:16: WARNING: toctree contains reference to nonexisting document 'AttributeReference' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/docs/index.rst:16: WARNING: toctree contains reference to nonexisting document 'DiagnosticsReference' [2964/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DiagnosticIDs.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DiagnosticIDs.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DiagnosticIDs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/DiagnosticIDs.cpp [2965/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileSystemStatCache.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileSystemStatCache.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileSystemStatCache.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/FileSystemStatCache.cpp [2966/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Diagnostic.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Diagnostic.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Diagnostic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Diagnostic.cpp [2967/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/LangStandards.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/LangStandards.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/LangStandards.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/LangStandards.cpp [2968/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ObjCRuntime.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ObjCRuntime.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ObjCRuntime.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/ObjCRuntime.cpp [2969/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/LangOptions.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/LangOptions.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/LangOptions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/LangOptions.cpp [2970/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileManager.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileManager.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/FileManager.cpp [2971/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OperatorPrecedence.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OperatorPrecedence.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OperatorPrecedence.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/OperatorPrecedence.cpp [2972/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OpenMPKinds.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OpenMPKinds.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OpenMPKinds.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/OpenMPKinds.cpp [2973/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/IdentifierTable.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/IdentifierTable.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/IdentifierTable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/IdentifierTable.cpp [2974/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OpenCLOptions.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OpenCLOptions.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OpenCLOptions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/OpenCLOptions.cpp [2975/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SanitizerSpecialCaseList.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SanitizerSpecialCaseList.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SanitizerSpecialCaseList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/SanitizerSpecialCaseList.cpp [2976/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/NoSanitizeList.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/NoSanitizeList.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/NoSanitizeList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/NoSanitizeList.cpp [2977/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ProfileList.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ProfileList.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ProfileList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/ProfileList.cpp [2978/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Stack.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Stack.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Stack.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Stack.cpp [2979/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Module.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Module.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Module.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Module.cpp [2980/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Sanitizers.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Sanitizers.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Sanitizers.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Sanitizers.cpp [2981/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SourceLocation.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SourceLocation.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SourceLocation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/SourceLocation.cpp [2982/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TargetID.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TargetID.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TargetID.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/TargetID.cpp [2983/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TargetInfo.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TargetInfo.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/TargetInfo.cpp [2984/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SourceManager.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SourceManager.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SourceManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/SourceManager.cpp [2985/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/ARC.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/ARC.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/ARC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/ARC.cpp [2986/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AArch64.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AArch64.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AArch64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/AArch64.cpp [2987/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AMDGPU.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AMDGPU.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AMDGPU.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/AMDGPU.cpp [2988/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AVR.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AVR.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AVR.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/AVR.cpp [2989/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Attributes.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Attributes.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Attributes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Attributes.cpp [2990/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Lanai.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Lanai.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Lanai.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/Lanai.cpp [2991/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/BPF.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/BPF.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/BPF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/BPF.cpp [2992/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/ARM.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/ARM.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/ARM.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/ARM.cpp [2993/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Hexagon.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Hexagon.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Hexagon.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/Hexagon.cpp [2994/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets.cpp [2995/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/MSP430.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/MSP430.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/MSP430.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/MSP430.cpp [2996/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Le64.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Le64.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Le64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/Le64.cpp [2997/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/OSTargets.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/OSTargets.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/OSTargets.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/OSTargets.cpp [2998/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/M68k.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/M68k.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/M68k.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/M68k.cpp [2999/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/PNaCl.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/PNaCl.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/PNaCl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/PNaCl.cpp [3000/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/NVPTX.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/NVPTX.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/NVPTX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/NVPTX.cpp [3001/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Mips.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Mips.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Mips.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/Mips.cpp [3002/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/SPIR.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/SPIR.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/SPIR.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/SPIR.cpp [3003/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Sparc.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Sparc.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Sparc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/Sparc.cpp [3004/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/TCE.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/TCE.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/TCE.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/TCE.cpp [3005/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/SystemZ.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/SystemZ.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/SystemZ.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/SystemZ.cpp [3006/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/PPC.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/PPC.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/PPC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/PPC.cpp [3007/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TokenKinds.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TokenKinds.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TokenKinds.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/TokenKinds.cpp [3008/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TypeTraits.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TypeTraits.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TypeTraits.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/TypeTraits.cpp [3009/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/VE.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/VE.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/VE.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/VE.cpp [3010/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/RISCV.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/RISCV.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/RISCV.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/RISCV.cpp [3011/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Version.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Version.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Version.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Version.cpp [3012/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Passes -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Passes -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT lib/Passes/CMakeFiles/LLVMPasses.dir/PassBuilder.cpp.o -MF lib/Passes/CMakeFiles/LLVMPasses.dir/PassBuilder.cpp.o.d -o lib/Passes/CMakeFiles/LLVMPasses.dir/PassBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Passes/PassBuilder.cpp [3013/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMPasses.a && /usr/bin/ar qc lib/libLLVMPasses.a lib/Passes/CMakeFiles/LLVMPasses.dir/PassBuilder.cpp.o lib/Passes/CMakeFiles/LLVMPasses.dir/PassBuilderBindings.cpp.o lib/Passes/CMakeFiles/LLVMPasses.dir/PassPlugin.cpp.o lib/Passes/CMakeFiles/LLVMPasses.dir/StandardInstrumentations.cpp.o && /usr/bin/ranlib lib/libLLVMPasses.a && : [3014/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/WebAssembly.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/WebAssembly.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/WebAssembly.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/WebAssembly.cpp [3015/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/XRayInstr.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/XRayInstr.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/XRayInstr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/XRayInstr.cpp [3016/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMLTO.a && /usr/bin/ar qc lib/libLLVMLTO.a lib/LTO/CMakeFiles/LLVMLTO.dir/Caching.cpp.o lib/LTO/CMakeFiles/LLVMLTO.dir/LTO.cpp.o lib/LTO/CMakeFiles/LLVMLTO.dir/LTOBackend.cpp.o lib/LTO/CMakeFiles/LLVMLTO.dir/LTOModule.cpp.o lib/LTO/CMakeFiles/LLVMLTO.dir/LTOCodeGenerator.cpp.o lib/LTO/CMakeFiles/LLVMLTO.dir/SummaryBasedOptimizations.cpp.o lib/LTO/CMakeFiles/LLVMLTO.dir/UpdateCompilerUsed.cpp.o lib/LTO/CMakeFiles/LLVMLTO.dir/ThinLTOCodeGenerator.cpp.o && /usr/bin/ranlib lib/libLLVMLTO.a && : [3017/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMOrcJIT.a && /usr/bin/ar qc lib/libLLVMOrcJIT.a lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/CompileOnDemandLayer.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/CompileUtils.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Core.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/DebugObjectManagerPlugin.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/DebugUtils.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCDynamicLibrarySearchGenerator.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCDebugObjectRegistrar.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCEHFrameRegistrar.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/EPCIndirectionUtils.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ExecutionUtils.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/IndirectionUtils.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/IRCompileLayer.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/IRTransformLayer.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/JITTargetMachineBuilder.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/LazyReexports.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Layer.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/LLJIT.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/MachOPlatform.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Mangling.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ObjectLinkingLayer.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ObjectTransformLayer.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcABISupport.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcV2CBindings.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/RTDyldObjectLinkingLayer.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/Speculation.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/SpeculateAnalyses.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ExecutorProcessControl.cpp.o lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/ThreadSafeModule.cpp.o && /usr/bin/ranlib lib/libLLVMOrcJIT.a && : [3018/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMAMDGPUCodeGen.a && /usr/bin/ar qc lib/libLLVMAMDGPUCodeGen.a lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAliasAnalysis.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAlwaysInlinePass.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAnnotateKernelFeatures.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAttributor.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAnnotateUniformValues.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUArgumentUsageInfo.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAsmPrinter.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAtomicOptimizer.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUCallLowering.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUCodeGenPrepare.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUExportClustering.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUFixFunctionBitcasts.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUFrameLowering.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUHSAMetadataStreamer.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstCombineIntrinsic.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstrInfo.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstructionSelector.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUISelDAGToDAG.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUISelLowering.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUGlobalISelUtils.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULateCodeGenPrepare.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULegalizerInfo.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULibCalls.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULibFunc.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerIntrinsics.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerKernelArguments.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerKernelAttributes.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPULowerModuleLDSPass.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMachineCFGStructurizer.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMachineFunction.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMachineModuleInfo.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMacroFusion.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMCInstLower.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUMIRFormatter.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUOpenCLEnqueuedBlockLowering.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPostLegalizerCombiner.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPreLegalizerCombiner.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPromoteAlloca.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPropagateAttributes.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURegBankCombiner.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURegisterBankInfo.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUReplaceLDSUseWithPointer.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURewriteOutArguments.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUSubtarget.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetMachine.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetObjectFile.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUTargetTransformInfo.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUUnifyDivergentExitNodes.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUUnifyMetadata.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPerfHintAnalysis.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDILCFGStructurizer.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUPrintfRuntimeBinding.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUResourceUsageAnalysis.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNHazardRecognizer.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNIterativeScheduler.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNMinRegStrategy.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNRegPressure.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNSchedStrategy.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600AsmPrinter.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ClauseMergePass.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ControlFlowFinalizer.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600EmitClauseMarkers.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ExpandSpecialInstrs.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600FrameLowering.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600InstrInfo.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600ISelLowering.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600MachineFunctionInfo.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600MachineScheduler.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600OpenCLImageTypeLoweringPass.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600OptimizeVectorRegisters.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600Packetizer.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/R600RegisterInfo.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIAnnotateControlFlow.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFixSGPRCopies.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFixVGPRCopies.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPreAllocateWWMRegs.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFoldOperands.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFormMemoryClauses.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIFrameLowering.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInsertHardClauses.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILateBranchLowering.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInsertWaitcnts.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIInstrInfo.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIISelLowering.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILoadStoreOptimizer.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILowerControlFlow.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILowerI1Copies.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SILowerSGPRSpills.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIMachineFunctionInfo.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIMachineScheduler.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIMemoryLegalizer.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIOptimizeExecMasking.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIOptimizeExecMaskingPreRA.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIOptimizeVGPRLiveRange.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPeepholeSDWA.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPostRABundler.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIPreEmitPeephole.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIProgramInfo.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIRegisterInfo.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIShrinkInstructions.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIWholeQuadMode.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNILPSched.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNNSAReassign.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNDPPCombine.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/GCNPreRAOptimizations.cpp.o lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/SIModeRegister.cpp.o && /usr/bin/ranlib lib/libLLVMAMDGPUCodeGen.a && : [3019/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Warnings.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Warnings.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Warnings.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Warnings.cpp [3020/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/XCore.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/XCore.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/XCore.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/XCore.cpp [3021/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/XRayLists.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/XRayLists.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/XRayLists.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/XRayLists.cpp [3022/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/DependencyDirectivesSourceMinimizer.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/DependencyDirectivesSourceMinimizer.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/DependencyDirectivesSourceMinimizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/DependencyDirectivesSourceMinimizer.cpp [3023/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/HeaderMap.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/HeaderMap.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/HeaderMap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/HeaderMap.cpp [3024/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/X86.cpp.o -MF tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/X86.cpp.o.d -o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/X86.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Basic/Targets/X86.cpp [3025/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/APINotes -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/APINotes -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/APINotes/CMakeFiles/obj.clangAPINotes.dir/APINotesYAMLCompiler.cpp.o -MF tools/clang/lib/APINotes/CMakeFiles/obj.clangAPINotes.dir/APINotesYAMLCompiler.cpp.o.d -o tools/clang/lib/APINotes/CMakeFiles/obj.clangAPINotes.dir/APINotesYAMLCompiler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/APINotes/APINotesYAMLCompiler.cpp [3026/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/MacroArgs.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/MacroArgs.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/MacroArgs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/MacroArgs.cpp [3027/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/MacroInfo.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/MacroInfo.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/MacroInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/MacroInfo.cpp [3028/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPCallbacks.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPCallbacks.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPCallbacks.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/PPCallbacks.cpp [3029/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/LiteralSupport.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/LiteralSupport.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/LiteralSupport.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/LiteralSupport.cpp [3030/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/HeaderSearch.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/HeaderSearch.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/HeaderSearch.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/HeaderSearch.cpp [3031/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPCaching.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPCaching.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPCaching.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/PPCaching.cpp [3032/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Lexer.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Lexer.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Lexer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/Lexer.cpp [3033/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPConditionalDirectiveRecord.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPConditionalDirectiveRecord.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPConditionalDirectiveRecord.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/PPConditionalDirectiveRecord.cpp [3034/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PreprocessingRecord.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PreprocessingRecord.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PreprocessingRecord.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/PreprocessingRecord.cpp [3035/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/ModuleMap.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/ModuleMap.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/ModuleMap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/ModuleMap.cpp [3036/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPExpressions.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPExpressions.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPExpressions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/PPExpressions.cpp [3037/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPLexerChange.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPLexerChange.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPLexerChange.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/PPLexerChange.cpp [3038/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPDirectives.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPDirectives.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPDirectives.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/PPDirectives.cpp [3039/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Pragma.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Pragma.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Pragma.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/Pragma.cpp [3040/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PreprocessorLexer.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PreprocessorLexer.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PreprocessorLexer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/PreprocessorLexer.cpp [3041/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPMacroExpansion.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPMacroExpansion.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPMacroExpansion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/PPMacroExpansion.cpp [3042/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/ScratchBuffer.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/ScratchBuffer.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/ScratchBuffer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/ScratchBuffer.cpp [3043/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Preprocessor.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Preprocessor.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Preprocessor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/Preprocessor.cpp [3044/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/TokenConcatenation.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/TokenConcatenation.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/TokenConcatenation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/TokenConcatenation.cpp [3045/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/TokenLexer.cpp.o -MF tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/TokenLexer.cpp.o.d -o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/TokenLexer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Lex/TokenLexer.cpp [3046/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseAST.cpp.o -MF tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseAST.cpp.o.d -o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseAST.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseAST.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LangOptions.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Parse/ParseAST.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseAST.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3047/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseCXXInlineMethods.cpp.o -MF tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseCXXInlineMethods.cpp.o.d -o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseCXXInlineMethods.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseCXXInlineMethods.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceLocation.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Availability.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Parse/Parser.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseCXXInlineMethods.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3048/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseExpr.cpp.o -MF tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseExpr.cpp.o.d -o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseExpr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseExpr.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceLocation.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Availability.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Parse/Parser.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseExpr.cpp:23: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3049/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseExprCXX.cpp.o -MF tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseExprCXX.cpp.o.d -o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseExprCXX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseExprCXX.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseExprCXX.cpp:12: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3050/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseInit.cpp.o -MF tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseInit.cpp.o.d -o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseInit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseInit.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticParse.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Parse/ParseDiagnostic.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseInit.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3051/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseDeclCXX.cpp.o -MF tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseDeclCXX.cpp.o.d -o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseDeclCXX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseDeclCXX.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceLocation.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Availability.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Parse/Parser.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseDeclCXX.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3052/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseDecl.cpp.o -MF tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseDecl.cpp.o.d -o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseDecl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseDecl.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceLocation.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Availability.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Parse/Parser.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseDecl.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3053/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseObjc.cpp.o -MF tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseObjc.cpp.o.d -o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseObjc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseObjc.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseObjc.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3054/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-opcodes -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Opcodes.td --write-if-changed -o tools/clang/lib/AST/Opcodes.inc -d tools/clang/lib/AST/Opcodes.inc.d [3055/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/APValue.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/APValue.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/APValue.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/APValue.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/APValue.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3056/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseOpenMP.cpp.o -MF tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseOpenMP.cpp.o.d -o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseOpenMP.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseOpenMP.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseOpenMP.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3057/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseTentative.cpp.o -MF tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseTentative.cpp.o.d -o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseTentative.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseTentative.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceLocation.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Availability.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Parse/Parser.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseTentative.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3058/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseStmt.cpp.o -MF tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseStmt.cpp.o.d -o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseStmt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseStmt.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceLocation.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/PrettyDeclStackTrace.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseStmt.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3059/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseTemplate.cpp.o -MF tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseTemplate.cpp.o.d -o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseTemplate.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseTemplate.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseTemplate.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3060/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTConsumer.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTConsumer.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTConsumer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTConsumer.cpp [3061/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTConcept.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTConcept.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTConcept.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTConcept.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTConcept.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3062/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseStmtAsm.cpp.o -MF tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseStmtAsm.cpp.o.d -o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseStmtAsm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseStmtAsm.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceLocation.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Availability.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Parse/Parser.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParseStmtAsm.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3063/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParsePragma.cpp.o -MF tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParsePragma.cpp.o.d -o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParsePragma.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParsePragma.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/ParsePragma.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3064/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/Parser.cpp.o -MF tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/Parser.cpp.o.d -o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/Parser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/Parser.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceLocation.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Availability.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Parse/Parser.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Parse/Parser.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3065/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTTypeTraits.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTTypeTraits.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTTypeTraits.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTTypeTraits.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTTypeTraits.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTTypeTraits.cpp:161:38: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ [3066/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTDiagnostic.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTDiagnostic.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTDiagnostic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTDiagnostic.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTDiagnostic.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTDiagnostic.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3067/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentBriefParser.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentBriefParser.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentBriefParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/CommentBriefParser.cpp [3068/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTStructuralEquivalence.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTStructuralEquivalence.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTStructuralEquivalence.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTStructuralEquivalence.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTStructuralEquivalence.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTStructuralEquivalence.cpp:61: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3069/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentCommandTraits.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentCommandTraits.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentCommandTraits.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/CommentCommandTraits.cpp [3070/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Comment.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Comment.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Comment.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Comment.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CommentCommandTraits.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Comment.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Comment.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3071/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentLexer.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentLexer.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentLexer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/CommentLexer.cpp [3072/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentParser.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentParser.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/CommentParser.cpp [3073/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTDumper.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTDumper.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTDumper.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTDumper.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTDumper.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:126:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Specifiers.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclAccessPair.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTDumper.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTDumper.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/TextNodeDumper.h:135:14: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTDumper.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTDumper.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::ASTDumper; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:142:39: required from 'void clang::ASTNodeTraverser::Visit(const clang::Stmt*, llvm::StringRef) [with Derived = clang::ASTDumper; NodeDelegateType = clang::TextNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTDumper.cpp:233:15: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::ASTDumper; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:142:39: required from 'void clang::ASTNodeTraverser::Visit(const clang::Stmt*, llvm::StringRef) [with Derived = clang::ASTDumper; NodeDelegateType = clang::TextNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTDumper.cpp:233:15: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:145:24: required from 'void clang::ASTNodeTraverser::Visit(const clang::Stmt*, llvm::StringRef) [with Derived = clang::ASTDumper; NodeDelegateType = clang::TextNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTDumper.cpp:233:15: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::GenericSelectionExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:145:56: required from 'void clang::ASTNodeTraverser::Visit(const clang::Stmt*, llvm::StringRef) [with Derived = clang::ASTDumper; NodeDelegateType = clang::TextNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTDumper.cpp:233:15: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::RequiresExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:146:28: required from 'void clang::ASTNodeTraverser::Visit(const clang::Stmt*, llvm::StringRef) [with Derived = clang::ASTDumper; NodeDelegateType = clang::TextNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTDumper.cpp:233:15: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:126:43: required from 'void clang::ASTNodeTraverser::Visit(const clang::Stmt*, llvm::StringRef) [with Derived = clang::ASTDumper; NodeDelegateType = clang::TextNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTDumper.cpp:233:15: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:148:20: required from 'bool llvm::isa(const Y&) [with First = clang::LambdaExpr; Second = clang::CXXForRangeStmt; Rest = {clang::CallExpr, clang::CXXRewrittenBinaryOperator}; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:151:42: required from 'void clang::ASTNodeTraverser::Visit(const clang::Stmt*, llvm::StringRef) [with Derived = clang::ASTDumper; NodeDelegateType = clang::TextNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTDumper.cpp:233:15: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::ASTDumper; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:142:39: required from 'void clang::ASTNodeTraverser::Visit(const clang::Stmt*, llvm::StringRef) [with Derived = clang::ASTDumper; NodeDelegateType = clang::TextNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTDumper.cpp:233:15: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::ASTDumper; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:142:39: required from 'void clang::ASTNodeTraverser::Visit(const clang::Stmt*, llvm::StringRef) [with Derived = clang::ASTDumper; NodeDelegateType = clang::TextNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTDumper.cpp:233:15: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXDefaultArgExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:777:42: required from 'void clang::ASTNodeTraverser::VisitCallExpr(const clang::CallExpr*) [with Derived = clang::ASTDumper; NodeDelegateType = clang::TextNodeDumper]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/AST/StmtNodes.inc:857:1: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::ASTDumper; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:142:39: required from 'void clang::ASTNodeTraverser::Visit(const clang::Stmt*, llvm::StringRef) [with Derived = clang::ASTDumper; NodeDelegateType = clang::TextNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTDumper.cpp:233:15: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:148:20: required from 'bool llvm::isa(const Y&) [with First = clang::CXXForRangeStmt; Second = clang::CallExpr; Rest = {clang::CXXRewrittenBinaryOperator}; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:148:49: required from 'bool llvm::isa(const Y&) [with First = clang::LambdaExpr; Second = clang::CXXForRangeStmt; Rest = {clang::CallExpr, clang::CXXRewrittenBinaryOperator}; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:151:42: required from 'void clang::ASTNodeTraverser::Visit(const clang::Stmt*, llvm::StringRef) [with Derived = clang::ASTDumper; NodeDelegateType = clang::TextNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTDumper.cpp:233:15: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:148:49: recursively required from 'bool llvm::isa(const Y&) [with First = clang::CXXForRangeStmt; Second = clang::CallExpr; Rest = {clang::CXXRewrittenBinaryOperator}; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:148:49: required from 'bool llvm::isa(const Y&) [with First = clang::LambdaExpr; Second = clang::CXXForRangeStmt; Rest = {clang::CallExpr, clang::CXXRewrittenBinaryOperator}; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:151:42: required from 'void clang::ASTNodeTraverser::Visit(const clang::Stmt*, llvm::StringRef) [with Derived = clang::ASTDumper; NodeDelegateType = clang::TextNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTDumper.cpp:233:15: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXRewrittenBinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:148:49: recursively required from 'bool llvm::isa(const Y&) [with First = clang::CXXForRangeStmt; Second = clang::CallExpr; Rest = {clang::CXXRewrittenBinaryOperator}; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:148:49: required from 'bool llvm::isa(const Y&) [with First = clang::LambdaExpr; Second = clang::CXXForRangeStmt; Rest = {clang::CallExpr, clang::CXXRewrittenBinaryOperator}; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:151:42: required from 'void clang::ASTNodeTraverser::Visit(const clang::Stmt*, llvm::StringRef) [with Derived = clang::ASTDumper; NodeDelegateType = clang::TextNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTDumper.cpp:233:15: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3074/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ComparisonCategories.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ComparisonCategories.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ComparisonCategories.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ComparisonCategories.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ComparisonCategories.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ComparisonCategories.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3075/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTImporterLookupTable.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTImporterLookupTable.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTImporterLookupTable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTImporterLookupTable.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTImporterLookupTable.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTImporterLookupTable.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3076/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ComputeDependence.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ComputeDependence.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ComputeDependence.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ComputeDependence.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ComputeDependence.cpp:10: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3077/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentSema.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentSema.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentSema.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/CommentSema.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CommentCommandTraits.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Comment.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CommentSema.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/CommentSema.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3078/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DataCollection.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DataCollection.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DataCollection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/DataCollection.cpp [3079/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CXXInheritance.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CXXInheritance.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CXXInheritance.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/CXXInheritance.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CXXInheritance.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/CXXInheritance.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3080/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclarationName.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclarationName.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclarationName.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/DeclarationName.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclarationName.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/DeclarationName.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3081/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTContext.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTContext.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTContext.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTContext.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3082/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclFriend.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclFriend.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclFriend.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/DeclFriend.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclFriend.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/DeclFriend.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3083/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclGroup.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclGroup.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclGroup.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/DeclGroup.cpp [3084/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclBase.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclBase.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclBase.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/DeclBase.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/DeclBase.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3085/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclCXX.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclCXX.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclCXX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/DeclCXX.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/DeclCXX.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3086/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclOpenMP.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclOpenMP.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclOpenMP.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/DeclOpenMP.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/DeclOpenMP.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3087/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Decl.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Decl.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Decl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Decl.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Decl.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3088/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclObjC.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclObjC.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclObjC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/DeclObjC.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclObjC.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/DeclObjC.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3089/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclTemplate.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclTemplate.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclTemplate.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/DeclTemplate.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclTemplate.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/DeclTemplate.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3090/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprClassification.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprClassification.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprClassification.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprClassification.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprClassification.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprClassification.cpp:415:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprClassification.cpp:415:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3091/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclPrinter.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclPrinter.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/DeclPrinter.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/DeclPrinter.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3092/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprConcepts.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprConcepts.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprConcepts.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConcepts.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprConcepts.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConcepts.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3093/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTImporter.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTImporter.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTImporter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTImporter.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTImporter.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ASTImporter.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3094/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprObjC.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprObjC.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprObjC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprObjC.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprObjC.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprObjC.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3095/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprCXX.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprCXX.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprCXX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprCXX.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprCXX.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3096/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExternalASTMerger.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExternalASTMerger.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExternalASTMerger.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExternalASTMerger.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExternalASTMerger.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3097/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExternalASTSource.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExternalASTSource.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExternalASTSource.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExternalASTSource.cpp [3098/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/FormatString.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/FormatString.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/FormatString.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/FormatString.cpp [3099/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/AttrImpl.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/AttrImpl.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/AttrImpl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/AttrImpl.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/AttrImpl.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3100/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Expr.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Expr.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Expr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Expr.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Expr.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Expr.cpp:2738:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::LabelStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Expr.cpp:2740:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/SmallString.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/APFixedPoint.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Expr.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/EvaluatedExprVisitor.h:30:7: required from 'class clang::EvaluatedExprVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/EvaluatedExprVisitor.h:137:7: required from 'class clang::ConstEvaluatedExprVisitor<{anonymous}::SideEffectFinder>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Expr.cpp:3352:35: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Expr.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::SideEffectFinder; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Expr.cpp:3503:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::SideEffectFinder; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Expr.cpp:3503:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Expr.cpp:2738:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::LabelStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::LabelStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::LabelStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Expr.cpp:2740:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::SideEffectFinder; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Expr.cpp:3503:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::SideEffectFinder; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Expr.cpp:3503:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3101/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeGenError.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeGenError.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeGenError.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeGenError.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeGenError.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeGenError.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3102/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/InheritViz.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/InheritViz.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/InheritViz.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/InheritViz.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/InheritViz.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3103/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Descriptor.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Descriptor.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Descriptor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Descriptor.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Descriptor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Descriptor.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3104/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeEmitter.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeEmitter.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeEmitter.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeGenError.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeEmitter.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeEmitter.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3105/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Frame.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Frame.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Frame.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Frame.cpp [3106/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ParentMapContext.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ParentMapContext.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ParentMapContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ParentMapContext.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ParentMapContext.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ParentMapContext.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXRewrittenBinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ParentMapContext.cpp:148:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ParentMapContext.cpp:258:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXRewrittenBinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXRewrittenBinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXRewrittenBinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ParentMapContext.cpp:148:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ParentMapContext.cpp:258:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ParentMapContext.cpp:144:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ParentMapContext.cpp:282:21: required from 'static std::tuple MatchParents< , >::match(const clang::DynTypedNodeList&, clang::ParentMapContext::ParentMap*) [with T = clang::DeclStmt; U = {clang::CXXForRangeStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ParentMapContext.cpp:318:38: required from 'std::tuple matchParents(const clang::DynTypedNodeList&, clang::ParentMapContext::ParentMap*) [with T = clang::DeclStmt; U = {clang::CXXForRangeStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ParentMapContext.cpp:166:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ParentMapContext.cpp:304:21: required from 'static std::tuple MatchParents::match(const clang::DynTypedNodeList&, clang::ParentMapContext::ParentMap*) [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ParentMapContext.cpp:286:51: required from 'static std::tuple MatchParents< , >::match(const clang::DynTypedNodeList&, clang::ParentMapContext::ParentMap*) [with T = clang::DeclStmt; U = {clang::CXXForRangeStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ParentMapContext.cpp:318:38: required from 'std::tuple matchParents(const clang::DynTypedNodeList&, clang::ParentMapContext::ParentMap*) [with T = clang::DeclStmt; U = {clang::CXXForRangeStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ParentMapContext.cpp:166:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ParentMapContext.cpp:286:51: recursively required from 'static std::tuple MatchParents< , >::match(const clang::DynTypedNodeList&, clang::ParentMapContext::ParentMap*) [with T = clang::CXXRecordDecl; U = {clang::LambdaExpr}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ParentMapContext.cpp:286:51: required from 'static std::tuple MatchParents< , >::match(const clang::DynTypedNodeList&, clang::ParentMapContext::ParentMap*) [with T = clang::CXXMethodDecl; U = {clang::CXXRecordDecl, clang::LambdaExpr}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ParentMapContext.cpp:318:38: required from 'std::tuple matchParents(const clang::DynTypedNodeList&, clang::ParentMapContext::ParentMap*) [with T = clang::CXXMethodDecl; U = {clang::CXXRecordDecl, clang::LambdaExpr}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ParentMapContext.cpp:185:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3107/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeExprGen.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeExprGen.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeExprGen.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeGenError.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeEmitter.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/SmallString.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/APFixedPoint.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeGenError.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeEmitter.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase, bool>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor, bool>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.h:42:7: required from 'class clang::interp::ByteCodeExprGen' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.h:237:23: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeGenError.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeEmitter.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::interp::ByteCodeExprGen; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.cpp:116:31: required from 'bool clang::interp::ByteCodeExprGen::VisitCastExpr(const clang::CastExpr*) [with Emitter = clang::interp::ByteCodeEmitter]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.cpp:576:16: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::interp::ByteCodeExprGen; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.cpp:116:31: required from 'bool clang::interp::ByteCodeExprGen::VisitCastExpr(const clang::CastExpr*) [with Emitter = clang::interp::ByteCodeEmitter]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.cpp:576:16: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::interp::ByteCodeExprGen; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.cpp:116:31: required from 'bool clang::interp::ByteCodeExprGen::VisitCastExpr(const clang::CastExpr*) [with Emitter = clang::interp::ByteCodeEmitter]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.cpp:576:16: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::interp::ByteCodeExprGen; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.cpp:116:31: required from 'bool clang::interp::ByteCodeExprGen::VisitCastExpr(const clang::CastExpr*) [with Emitter = clang::interp::ByteCodeEmitter]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.cpp:576:16: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3108/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeStmtGen.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeStmtGen.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeStmtGen.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeStmtGen.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeGenError.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeEmitter.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeStmtGen.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeStmtGen.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/SmallString.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/APFixedPoint.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeGenError.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeEmitter.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeStmtGen.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeStmtGen.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase, bool>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor, bool>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.h:42:7: required from 'class clang::interp::ByteCodeExprGen' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.h:237:23: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeGenError.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeEmitter.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeStmtGen.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeStmtGen.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeStmtGen.cpp:116:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeStmtGen.cpp:118:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeStmtGen.cpp:120:46: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeStmtGen.cpp:122:38: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeStmtGen.cpp:126:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeStmtGen.cpp:126:35: required from 'bool clang::interp::ByteCodeStmtGen::visitStmt(const clang::Stmt*) [with Emitter = clang::interp::ByteCodeEmitter]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeStmtGen.cpp:260:16: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3109/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Context.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Context.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Context.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Context.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Context.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Context.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/SmallString.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/APFixedPoint.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Context.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Context.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase, bool>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor, bool>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.h:42:7: required from 'class clang::interp::ByteCodeExprGen' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.h:237:23: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Context.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Context.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3110/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpStack.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpStack.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpStack.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/InterpStack.cpp [3111/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Disasm.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Disasm.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Disasm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Disasm.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Descriptor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Pointer.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Function.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Disasm.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3112/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Function.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Function.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Function.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Function.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Descriptor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Pointer.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Function.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Function.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3113/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpBlock.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpBlock.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpBlock.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/InterpBlock.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Descriptor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/InterpBlock.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/InterpBlock.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3114/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Pointer.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Pointer.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Pointer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Pointer.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Descriptor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Pointer.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Pointer.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3115/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpState.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpState.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpState.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/InterpState.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Context.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/InterpState.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/InterpState.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3116/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpFrame.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpFrame.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpFrame.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/InterpFrame.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceLocation.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Frame.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/InterpFrame.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/InterpFrame.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3117/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/PrimType.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/PrimType.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/PrimType.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/PrimType.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ComparisonCategories.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Integral.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Boolean.h:14, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/PrimType.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/PrimType.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3118/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Source.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Source.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Source.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Source.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Source.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Source.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Source.cpp:27:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Source.cpp:27:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3119/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Record.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Record.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Record.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Record.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Descriptor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Pointer.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Record.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Record.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3120/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/State.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/State.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/State.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/State.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTDiagnostic.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/State.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/State.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3121/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/EvalEmitter.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/EvalEmitter.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/EvalEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/EvalEmitter.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeGenError.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/EvalEmitter.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/EvalEmitter.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3122/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Program.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Program.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Program.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Program.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Descriptor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Pointer.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Function.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Program.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Program.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/SmallString.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/APFixedPoint.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Descriptor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Pointer.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Function.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Program.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Program.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase, bool>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor, bool>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.h:42:7: required from 'class clang::interp::ByteCodeExprGen' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/ByteCodeExprGen.h:237:23: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Descriptor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Pointer.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Function.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Program.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Program.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3123/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Interp.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Interp.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Interp.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Interp.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Descriptor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Pointer.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Function.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Interp.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Interp.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3124/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ItaniumCXXABI.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ItaniumCXXABI.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ItaniumCXXABI.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ItaniumCXXABI.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/CXXABI.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ItaniumCXXABI.cpp:19: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3125/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/NestedNameSpecifier.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/NestedNameSpecifier.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/NestedNameSpecifier.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/NestedNameSpecifier.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/NestedNameSpecifier.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3126/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/MicrosoftCXXABI.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/MicrosoftCXXABI.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/MicrosoftCXXABI.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/MicrosoftCXXABI.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/CXXABI.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/MicrosoftCXXABI.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3127/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/NSAPI.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/NSAPI.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/NSAPI.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/NSAPI.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NSAPI.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/NSAPI.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3128/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Mangle.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Mangle.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Mangle.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Mangle.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Mangle.cpp:12: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3129/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprConstant.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprConstant.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprConstant.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Context.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:35: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:5012:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::WhileStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:5051:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:5058:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:5091:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:5112:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:5148:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:5166:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DoStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:5234:38: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:5300:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:5384:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LabelStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:5393:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AttributedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:5398:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchCase; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:5403:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXTryStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:5406:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/SmallString.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/APFixedPoint.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Context.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:35: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor<{anonymous}::LValueExprEvaluator, bool>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:7258:7: required from 'class {anonymous}::ExprEvaluatorBase<{anonymous}::LValueExprEvaluator>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:7917:7: required from 'class {anonymous}::LValueExprEvaluatorBase<{anonymous}::LValueExprEvaluator>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:8054:12: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Interp/Context.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:35: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::LValueExprEvaluator; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:8091:33: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::LValueExprEvaluator; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:8091:33: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:5112:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::LValueExprEvaluator; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:8091:33: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::LValueExprEvaluator; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ExprConstant.cpp:8091:33: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3130/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/OSLog.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/OSLog.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/OSLog.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/OSLog.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OSLog.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/OSLog.cpp:3: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3131/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/JSONNodeDumper.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/JSONNodeDumper.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/JSONNodeDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/JSONNodeDumper.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/JSONNodeDumper.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/JSONNodeDumper.cpp:1: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:126:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/JSONNodeDumper.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/JSONNodeDumper.cpp:1: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/JSONNodeDumper.h:125:14: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/JSONNodeDumper.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/JSONNodeDumper.cpp:1: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::JSONNodeDumper; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/JSONNodeDumper.cpp:68:21: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::JSONNodeDumper; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/JSONNodeDumper.cpp:68:21: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/JSONNodeDumper.cpp:56:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::JSONNodeDumper; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/JSONNodeDumper.cpp:68:21: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::JSONNodeDumper; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/JSONNodeDumper.cpp:68:21: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:145:24: required from 'void clang::ASTNodeTraverser::Visit(const clang::Stmt*, llvm::StringRef) [with Derived = clang::JSONDumper; NodeDelegateType = clang::JSONNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:309:7: required from 'void clang::ASTNodeTraverser::dumpTemplateParameters(const clang::TemplateParameterList*) [with Derived = clang::JSONDumper; NodeDelegateType = clang::JSONNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/JSONNodeDumper.h:409:5: required from 'void clang::JSONDumper::writeTemplateDecl(const TemplateDecl*, bool) [with TemplateDecl = clang::FunctionTemplateDecl]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/JSONNodeDumper.h:427:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::GenericSelectionExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:145:56: required from 'void clang::ASTNodeTraverser::Visit(const clang::Stmt*, llvm::StringRef) [with Derived = clang::JSONDumper; NodeDelegateType = clang::JSONNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:309:7: required from 'void clang::ASTNodeTraverser::dumpTemplateParameters(const clang::TemplateParameterList*) [with Derived = clang::JSONDumper; NodeDelegateType = clang::JSONNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/JSONNodeDumper.h:409:5: required from 'void clang::JSONDumper::writeTemplateDecl(const TemplateDecl*, bool) [with TemplateDecl = clang::FunctionTemplateDecl]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/JSONNodeDumper.h:427:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::RequiresExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:146:28: required from 'void clang::ASTNodeTraverser::Visit(const clang::Stmt*, llvm::StringRef) [with Derived = clang::JSONDumper; NodeDelegateType = clang::JSONNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:309:7: required from 'void clang::ASTNodeTraverser::dumpTemplateParameters(const clang::TemplateParameterList*) [with Derived = clang::JSONDumper; NodeDelegateType = clang::JSONNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/JSONNodeDumper.h:409:5: required from 'void clang::JSONDumper::writeTemplateDecl(const TemplateDecl*, bool) [with TemplateDecl = clang::FunctionTemplateDecl]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/JSONNodeDumper.h:427:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:148:20: required from 'bool llvm::isa(const Y&) [with First = clang::LambdaExpr; Second = clang::CXXForRangeStmt; Rest = {clang::CallExpr, clang::CXXRewrittenBinaryOperator}; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:151:42: required from 'void clang::ASTNodeTraverser::Visit(const clang::Stmt*, llvm::StringRef) [with Derived = clang::JSONDumper; NodeDelegateType = clang::JSONNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:309:7: required from 'void clang::ASTNodeTraverser::dumpTemplateParameters(const clang::TemplateParameterList*) [with Derived = clang::JSONDumper; NodeDelegateType = clang::JSONNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/JSONNodeDumper.h:409:5: required from 'void clang::JSONDumper::writeTemplateDecl(const TemplateDecl*, bool) [with TemplateDecl = clang::FunctionTemplateDecl]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/JSONNodeDumper.h:427:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXDefaultArgExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:777:42: required from 'void clang::ASTNodeTraverser::VisitCallExpr(const clang::CallExpr*) [with Derived = clang::JSONDumper; NodeDelegateType = clang::JSONNodeDumper]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/AST/StmtNodes.inc:857:1: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::JSONDumper; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:142:39: required from 'void clang::ASTNodeTraverser::Visit(const clang::Stmt*, llvm::StringRef) [with Derived = clang::JSONDumper; NodeDelegateType = clang::JSONNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:309:7: required from 'void clang::ASTNodeTraverser::dumpTemplateParameters(const clang::TemplateParameterList*) [with Derived = clang::JSONDumper; NodeDelegateType = clang::JSONNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/JSONNodeDumper.h:409:5: required from 'void clang::JSONDumper::writeTemplateDecl(const TemplateDecl*, bool) [with TemplateDecl = clang::FunctionTemplateDecl]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/JSONNodeDumper.h:427:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:148:20: required from 'bool llvm::isa(const Y&) [with First = clang::CXXForRangeStmt; Second = clang::CallExpr; Rest = {clang::CXXRewrittenBinaryOperator}; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:148:49: required from 'bool llvm::isa(const Y&) [with First = clang::LambdaExpr; Second = clang::CXXForRangeStmt; Rest = {clang::CallExpr, clang::CXXRewrittenBinaryOperator}; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:151:42: required from 'void clang::ASTNodeTraverser::Visit(const clang::Stmt*, llvm::StringRef) [with Derived = clang::JSONDumper; NodeDelegateType = clang::JSONNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:309:7: required from 'void clang::ASTNodeTraverser::dumpTemplateParameters(const clang::TemplateParameterList*) [with Derived = clang::JSONDumper; NodeDelegateType = clang::JSONNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/JSONNodeDumper.h:409:5: required from 'void clang::JSONDumper::writeTemplateDecl(const TemplateDecl*, bool) [with TemplateDecl = clang::FunctionTemplateDecl]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/JSONNodeDumper.h:427:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:148:49: recursively required from 'bool llvm::isa(const Y&) [with First = clang::CXXForRangeStmt; Second = clang::CallExpr; Rest = {clang::CXXRewrittenBinaryOperator}; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:148:49: required from 'bool llvm::isa(const Y&) [with First = clang::LambdaExpr; Second = clang::CXXForRangeStmt; Rest = {clang::CallExpr, clang::CXXRewrittenBinaryOperator}; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:151:42: required from 'void clang::ASTNodeTraverser::Visit(const clang::Stmt*, llvm::StringRef) [with Derived = clang::JSONDumper; NodeDelegateType = clang::JSONNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:309:7: required from 'void clang::ASTNodeTraverser::dumpTemplateParameters(const clang::TemplateParameterList*) [with Derived = clang::JSONDumper; NodeDelegateType = clang::JSONNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/JSONNodeDumper.h:409:5: required from 'void clang::JSONDumper::writeTemplateDecl(const TemplateDecl*, bool) [with TemplateDecl = clang::FunctionTemplateDecl]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/JSONNodeDumper.h:427:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXRewrittenBinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:148:49: recursively required from 'bool llvm::isa(const Y&) [with First = clang::CXXForRangeStmt; Second = clang::CallExpr; Rest = {clang::CXXRewrittenBinaryOperator}; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:148:49: required from 'bool llvm::isa(const Y&) [with First = clang::LambdaExpr; Second = clang::CXXForRangeStmt; Rest = {clang::CallExpr, clang::CXXRewrittenBinaryOperator}; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:151:42: required from 'void clang::ASTNodeTraverser::Visit(const clang::Stmt*, llvm::StringRef) [with Derived = clang::JSONDumper; NodeDelegateType = clang::JSONNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTNodeTraverser.h:309:7: required from 'void clang::ASTNodeTraverser::dumpTemplateParameters(const clang::TemplateParameterList*) [with Derived = clang::JSONDumper; NodeDelegateType = clang::JSONNodeDumper]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/JSONNodeDumper.h:409:5: required from 'void clang::JSONDumper::writeTemplateDecl(const TemplateDecl*, bool) [with TemplateDecl = clang::FunctionTemplateDecl]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/JSONNodeDumper.h:427:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3132/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ItaniumMangle.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ItaniumMangle.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ItaniumMangle.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ItaniumMangle.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ItaniumMangle.cpp:17: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ItaniumMangle.cpp:4349:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::Expr; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ItaniumMangle.cpp:4349:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3133/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ParentMap.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ParentMap.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ParentMap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ParentMap.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ParentMap.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3134/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ODRHash.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ODRHash.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ODRHash.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ODRHash.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclarationName.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ODRHash.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ODRHash.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3135/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/MicrosoftMangle.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/MicrosoftMangle.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/MicrosoftMangle.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/MicrosoftMangle.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/MicrosoftMangle.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3136/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/PrintfFormatString.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/PrintfFormatString.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/PrintfFormatString.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/PrintfFormatString.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/FormatStringParsing.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/PrintfFormatString.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3137/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/SelectorLocationsKind.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/SelectorLocationsKind.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/SelectorLocationsKind.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/SelectorLocationsKind.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/SelectorLocationsKind.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/SelectorLocationsKind.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3138/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/OpenMPClause.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/OpenMPClause.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/OpenMPClause.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/OpenMPClause.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/OpenMPClause.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3139/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ScanfFormatString.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ScanfFormatString.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ScanfFormatString.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/ScanfFormatString.cpp [3140/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RecordLayout.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RecordLayout.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RecordLayout.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/RecordLayout.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/RecordLayout.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/RecordLayout.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3141/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RawCommentList.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RawCommentList.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RawCommentList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/RawCommentList.cpp [3142/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/QualTypeNames.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/QualTypeNames.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/QualTypeNames.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/QualTypeNames.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclTemplate.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/QualTypeNames.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3143/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtIterator.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtIterator.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtIterator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtIterator.cpp [3144/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtCXX.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtCXX.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtCXX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtCXX.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclarationName.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtCXX.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtCXX.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3145/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtObjC.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtObjC.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtObjC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtObjC.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtObjC.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3146/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtViz.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtViz.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtViz.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtViz.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtGraphTraits.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtViz.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/DepthFirstIterator.h:38, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtGraphTraits.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtViz.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/SmallPtrSet.h: In instantiation of 'class llvm::SmallPtrSetImpl': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/SmallPtrSet.h:449:7: required from 'class llvm::SmallPtrSet' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/DepthFirstIterator.h:69:8: required from 'struct llvm::df_iterator_default_set' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/DepthFirstIterator.h:52:11: required from 'class llvm::df_iterator_storage, false>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/DepthFirstIterator.h:85:7: required from 'class llvm::df_iterator' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtGraphTraits.h:66:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/SmallPtrSet.h:346:61: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] using ConstPtrTraits = PointerLikeTypeTraits; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtGraphTraits.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtViz.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3147/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RecordLayoutBuilder.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RecordLayoutBuilder.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RecordLayoutBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/RecordLayoutBuilder.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/RecordLayoutBuilder.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3148/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtOpenMP.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtOpenMP.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtOpenMP.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtOpenMP.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtOpenMP.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3149/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TemplateName.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TemplateName.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TemplateName.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/TemplateName.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/TemplateName.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/TemplateName.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3150/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TemplateBase.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TemplateBase.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TemplateBase.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/TemplateBase.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/TemplateBase.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/TemplateBase.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3151/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtProfile.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtProfile.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtProfile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtProfile.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtProfile.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtProfile.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor<{anonymous}::StmtProfiler>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtProfile.cpp:28:31: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtProfile.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::StmtProfiler; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtProfile.cpp:225:20: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::StmtProfiler; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtProfile.cpp:225:20: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::AddrLabelExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::AddrLabelExpr; TPtr = const clang::AddrLabelExpr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::AddrLabelExpr* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtProfile.cpp:326:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:5720:45: required from 'typename clang::GenericSelectionExpr::AssociationIteratorTy::iterator_facade_base::reference clang::GenericSelectionExpr::AssociationIteratorTy::operator*() const [with bool Const = true; typename clang::GenericSelectionExpr::AssociationIteratorTy::iterator_facade_base::reference = clang::GenericSelectionExpr::AssociationTy]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtProfile.cpp:1470:24: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::StmtProfiler; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtProfile.cpp:225:20: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::StmtProfiler; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtProfile.cpp:225:20: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3152/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Stmt.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Stmt.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Stmt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Stmt.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Stmt.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::AttributedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Stmt.cpp:147:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::LabelStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Stmt.cpp:220:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::SwitchCase; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Stmt.cpp:222:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Stmt.cpp:398:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ValueStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Stmt.cpp:407:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::AttributedStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::AttributedStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::AttributedStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Stmt.cpp:147:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::LabelStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::LabelStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::LabelStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Stmt.cpp:220:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SwitchCase; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::SwitchCase; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SwitchCase*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Stmt.cpp:222:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Stmt.cpp:398:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3153/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtPrinter.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtPrinter.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtPrinter.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/StmtPrinter.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3154/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TypeLoc.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TypeLoc.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TypeLoc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/TypeLoc.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclarationName.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/TypeLoc.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/TypeLoc.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3155/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/VTTBuilder.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/VTTBuilder.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/VTTBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/VTTBuilder.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/BaseSubobject.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/VTTBuilder.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/VTTBuilder.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3156/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TypePrinter.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TypePrinter.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TypePrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/TypePrinter.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/TypePrinter.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3157/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Type.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Type.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Type.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Type.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/Type.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3158/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TextNodeDumper.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TextNodeDumper.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TextNodeDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/TextNodeDumper.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/TextNodeDumper.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/TextNodeDumper.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/TextNodeDumper.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/TextNodeDumper.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/TextNodeDumper.h:135:14: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/TextNodeDumper.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/TextNodeDumper.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/TextNodeDumper.cpp:137:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::TextNodeDumper; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/TextNodeDumper.cpp:183:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::TextNodeDumper; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/TextNodeDumper.cpp:183:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/TextNodeDumper.cpp:137:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::TextNodeDumper; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/TextNodeDumper.cpp:183:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::TextNodeDumper; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/TextNodeDumper.cpp:183:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3159/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/VTableBuilder.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/VTableBuilder.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/VTableBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/VTableBuilder.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/BaseSubobject.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/VTableBuilder.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/AST/VTableBuilder.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3160/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ASTMatchers/Dynamic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/Dynamic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Diagnostics.cpp.o -MF tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Diagnostics.cpp.o.d -o tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Diagnostics.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/Dynamic/Diagnostics.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:47, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/Dynamic/Diagnostics.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/Dynamic/Diagnostics.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/local/include/c++/8.4.0/bits/predefined_ops.h:283:24: required from 'bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:120:14: required from '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:161:23: required from '_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:3930:28: required from '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:526:47: required from 'bool std::none_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:544:27: required from 'bool std::any_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:1542:21: required from 'bool llvm::any_of(R&&, UnaryPredicate) [with R = llvm::iterator_range >; UnaryPredicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7746:4: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3161/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ASTMatchers/Dynamic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/Dynamic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Marshallers.cpp.o -MF tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Marshallers.cpp.o.d -o tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Marshallers.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/Dynamic/Marshallers.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/Dynamic/Marshallers.h:22, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/Dynamic/Marshallers.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/local/include/c++/8.4.0/bits/predefined_ops.h:283:24: required from 'bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:120:14: required from '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:161:23: required from '_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:3930:28: required from '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:526:47: required from 'bool std::none_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:544:27: required from 'bool std::any_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:1542:21: required from 'bool llvm::any_of(R&&, UnaryPredicate) [with R = llvm::iterator_range >; UnaryPredicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7746:4: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3162/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-tblgen -gen-clang-opencl-builtins -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/OpenCLBuiltins.td --write-if-changed -o tools/clang/lib/Sema/OpenCLBuiltins.inc -d tools/clang/lib/Sema/OpenCLBuiltins.inc.d [3163/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ASTMatchers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/GtestMatchers.cpp.o -MF tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/GtestMatchers.cpp.o.d -o tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/GtestMatchers.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/GtestMatchers.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/GtestMatchers.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/GtestMatchers.cpp:18: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/local/include/c++/8.4.0/bits/predefined_ops.h:283:24: required from 'bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:120:14: required from '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:161:23: required from '_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:3930:28: required from '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:526:47: required from 'bool std::none_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:544:27: required from 'bool std::any_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:1542:21: required from 'bool llvm::any_of(R&&, UnaryPredicate) [with R = llvm::iterator_range >; UnaryPredicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7746:4: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXOperatorCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXOperatorCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXOperatorCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXOperatorCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3164/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ASTMatchers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/ASTMatchersInternal.cpp.o -MF tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/ASTMatchersInternal.cpp.o.d -o tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/ASTMatchersInternal.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/ASTMatchersInternal.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:37, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/ASTMatchersInternal.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/local/include/c++/8.4.0/bits/predefined_ops.h:283:24: required from 'bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:120:14: required from '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:161:23: required from '_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:3930:28: required from '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:526:47: required from 'bool std::none_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:544:27: required from 'bool std::any_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:1542:21: required from 'bool llvm::any_of(R&&, UnaryPredicate) [with R = llvm::iterator_range >; UnaryPredicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7746:4: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3165/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ASTMatchers/Dynamic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/Dynamic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Parser.cpp.o -MF tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Parser.cpp.o.d -o tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Parser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/Dynamic/Parser.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:37, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/Dynamic/Parser.h:38, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/Dynamic/Parser.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/local/include/c++/8.4.0/bits/predefined_ops.h:283:24: required from 'bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:120:14: required from '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:161:23: required from '_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:3930:28: required from '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:526:47: required from 'bool std::none_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:544:27: required from 'bool std::any_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:1542:21: required from 'bool llvm::any_of(R&&, UnaryPredicate) [with R = llvm::iterator_range >; UnaryPredicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7746:4: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3166/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ASTMatchers/Dynamic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/Dynamic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/VariantValue.cpp.o -MF tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/VariantValue.cpp.o.d -o tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/VariantValue.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:47, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/local/include/c++/8.4.0/bits/predefined_ops.h:283:24: required from 'bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:120:14: required from '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:161:23: required from '_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:3930:28: required from '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:526:47: required from 'bool std::none_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:544:27: required from 'bool std::any_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:1542:21: required from 'bool llvm::any_of(R&&, UnaryPredicate) [with R = llvm::iterator_range >; UnaryPredicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7746:4: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3167/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/DelayedDiagnostic.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/DelayedDiagnostic.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/DelayedDiagnostic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/DelayedDiagnostic.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/DelayedDiagnostic.h:25, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/DelayedDiagnostic.cpp:17: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3168/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CrossTU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CrossTU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CrossTU/CMakeFiles/obj.clangCrossTU.dir/CrossTranslationUnit.cpp.o -MF tools/clang/lib/CrossTU/CMakeFiles/obj.clangCrossTU.dir/CrossTranslationUnit.cpp.o.d -o tools/clang/lib/CrossTU/CMakeFiles/obj.clangCrossTU.dir/CrossTranslationUnit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CrossTU/CrossTranslationUnit.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTImporterLookupTable.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTImporterSharedState.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/CrossTU/CrossTranslationUnit.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CrossTU/CrossTranslationUnit.cpp:12: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3169/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/CodeCompleteConsumer.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/CodeCompleteConsumer.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/CodeCompleteConsumer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/CodeCompleteConsumer.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/CodeCompleteConsumer.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/CodeCompleteConsumer.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3170/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/DeclSpec.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/DeclSpec.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/DeclSpec.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/DeclSpec.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/DeclSpec.h:25, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/DeclSpec.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3171/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/IdentifierResolver.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/IdentifierResolver.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/IdentifierResolver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/IdentifierResolver.cpp [3172/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/Scope.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/Scope.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/Scope.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/Scope.cpp [3173/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/ScopeInfo.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/ScopeInfo.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/ScopeInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/ScopeInfo.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/ScopeInfo.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/ScopeInfo.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3174/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/MultiplexExternalSemaSource.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/MultiplexExternalSemaSource.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/MultiplexExternalSemaSource.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/MultiplexExternalSemaSource.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExternalASTSource.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/ExternalSemaSource.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/MultiplexExternalSemaSource.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/MultiplexExternalSemaSource.cpp:12: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3175/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ASTMatchers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/ASTMatchFinder.cpp.o -MF tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/ASTMatchFinder.cpp.o.d -o tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/ASTMatchFinder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/ASTMatchFinder.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:47, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchFinder.h:43, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/ASTMatchFinder.cpp:18: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/ASTMatchFinder.cpp:119:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/local/include/c++/8.4.0/bits/predefined_ops.h:283:24: required from 'bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:120:14: required from '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:161:23: required from '_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:3930:28: required from '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:526:47: required from 'bool std::none_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:544:27: required from 'bool std::any_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:1542:21: required from 'bool llvm::any_of(R&&, UnaryPredicate) [with R = llvm::iterator_range >; UnaryPredicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7746:4: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3176/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/JumpDiagnostics.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/JumpDiagnostics.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/JumpDiagnostics.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/JumpDiagnostics.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/JumpDiagnostics.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3177/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/AnalysisBasedWarnings.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/AnalysisBasedWarnings.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/AnalysisBasedWarnings.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:139:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXThrowExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:332:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CoroutineBodyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:649:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Specifiers.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclAccessPair.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/EvaluatedExprVisitor.h:30:7: required from 'class clang::EvaluatedExprVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/EvaluatedExprVisitor.h:137:7: required from 'class clang::ConstEvaluatedExprVisitor<{anonymous}::ContainsReference>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:727:34: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:871:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:881:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:891:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::WhileStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:913:35: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:920:33: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:936:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DoStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:943:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DefaultStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:957:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::SwitchCase; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:1109:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::LabelStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:1113:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::AttributedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:1195:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXTryStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:418:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:478:26: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CoreturnStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:478:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCAtThrowStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:482:31: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXThrowExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:486:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::MSAsmStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:490:25: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::ContainsReference; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:1012:27: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SwitchCase; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:1076:35: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:1106:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BreakStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:1310:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:139:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CallExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CallExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:194:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CoroutineBodyStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CoroutineBodyStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CoroutineBodyStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:649:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::LabelStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::LabelStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::LabelStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:1113:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::AttributedStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::AttributedStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::AttributedStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:1195:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::ContainsReference; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:1012:27: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::ContainsReference; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/AnalysisBasedWarnings.cpp:1012:27: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3178/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/ParsedAttr.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/ParsedAttr.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/ParsedAttr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/ParsedAttr.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceLocation.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/AttrSubjectMatchRules.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/ParsedAttr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/ParsedAttr.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::NullStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Sema/AttrParsedAttrImpl.inc:4171:24: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SwitchCase; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Sema/AttrParsedAttrImpl.inc:4171:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Sema/AttrParsedAttrImpl.inc:5990:26: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Sema/AttrParsedAttrImpl.inc:6723:20: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Sema/AttrParsedAttrImpl.inc:9193:23: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Sema/AttrParsedAttrImpl.inc:9193:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::WhileStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Sema/AttrParsedAttrImpl.inc:9193:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DoStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Sema/AttrParsedAttrImpl.inc:9193:95: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3179/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAccess.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAccess.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAccess.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaAccess.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/SemaInternal.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaAccess.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3180/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAttr.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAttr.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAttr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaAttr.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaAttr.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3181/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCXXScopeSpec.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCXXScopeSpec.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCXXScopeSpec.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaCXXScopeSpec.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/TypeLocBuilder.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaCXXScopeSpec.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3182/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaConsumer.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaConsumer.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaConsumer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaConsumer.cpp [3183/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/Sema.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/Sema.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/Sema.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/Sema.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/EvaluatedExprVisitor.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/UsedDeclVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/Sema.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3184/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCast.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCast.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCast.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaCast.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaCast.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3185/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaConcept.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaConcept.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaConcept.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaConcept.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/SemaConcept.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaConcept.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3186/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCoroutine.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCoroutine.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCoroutine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaCoroutine.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/CoroutineStmtBuilder.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaCoroutine.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaCoroutine.cpp:643:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaCoroutine.cpp:665:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3187/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCUDA.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCUDA.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCUDA.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaCUDA.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaCUDA.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3188/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaChecking.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaChecking.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaChecking.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaChecking.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaChecking.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/SmallString.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/APFixedPoint.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaChecking.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/EvaluatedExprVisitor.h:30:7: required from 'class clang::EvaluatedExprVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/EvaluatedExprVisitor.h:137:7: required from 'class clang::ConstEvaluatedExprVisitor<{anonymous}::SequenceChecker>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaChecking.cpp:13511:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaChecking.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::NullStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaChecking.cpp:15700:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaChecking.cpp:15719:46: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::WhileStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaChecking.cpp:15723:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::SequenceChecker; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaChecking.cpp:13823:12: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::SequenceChecker; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaChecking.cpp:13823:12: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaChecking.cpp:14175:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaChecking.cpp:15754:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::NullStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::NullStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::NullStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaChecking.cpp:15700:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ForStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ForStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaChecking.cpp:15719:46: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::WhileStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::WhileStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::WhileStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaChecking.cpp:15723:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::SequenceChecker; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaChecking.cpp:13823:12: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::SequenceChecker; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaChecking.cpp:13823:12: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3189/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAvailability.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAvailability.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAvailability.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaAvailability.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaAvailability.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaAvailability.cpp:583:31: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::WhileStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaAvailability.cpp:586:34: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DoStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaAvailability.cpp:588:31: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaAvailability.cpp:590:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaAvailability.cpp:592:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCForCollectionStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaAvailability.cpp:594:46: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchCase; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaAvailability.cpp:597:35: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaAvailability.cpp:783:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaAvailability.cpp:797:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaAvailability.cpp:796:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CompoundStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CompoundStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaAvailability.cpp:783:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3190/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCodeComplete.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCodeComplete.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCodeComplete.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaCodeComplete.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaCodeComplete.cpp:12: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3191/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExceptionSpec.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExceptionSpec.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExceptionSpec.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/SemaInternal.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ConstantExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:1125:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDynamicCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:1134:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXTypeidExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:1147:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:1171:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXInheritedCtorInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:1182:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:1187:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:1198:34: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDeleteExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:1210:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXBindTemporaryExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:1230:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::PseudoObjectExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:1240:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:1295:21: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:1315:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDefaultArgExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:1324:46: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDefaultInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:1327:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ChooseExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:1330:34: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::GenericSelectionExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:1337:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:1506:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:1522:30: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXTryStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:1547:34: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCAtTryStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:1560:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CastExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExceptionSpec.cpp:1315:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3192/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclObjC.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclObjC.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclObjC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaDeclObjC.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/TypeLocBuilder.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaDeclObjC.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3193/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDecl.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDecl.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDecl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaDecl.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/TypeLocBuilder.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaDecl.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaDecl.cpp:14788:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::AsmStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaDecl.cpp:14800:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::NullStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaDecl.cpp:14800:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DeclStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaDecl.cpp:14788:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3194/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprMember.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprMember.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprMember.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExprMember.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/Overload.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExprMember.cpp:12: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3195/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclAttr.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclAttr.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclAttr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaDeclAttr.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaDeclAttr.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3196/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaFixItUtils.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaFixItUtils.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaFixItUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaFixItUtils.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaFixItUtils.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3197/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprObjC.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprObjC.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprObjC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExprObjC.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExprObjC.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3198/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaLambda.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaLambda.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaLambda.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaLambda.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/DeclSpec.h:25, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaLambda.cpp:12: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3199/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclCXX.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclCXX.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclCXX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaDeclCXX.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaDeclCXX.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaDeclCXX.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor<{anonymous}::CheckDefaultArgumentVisitor, bool>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaDeclCXX.cpp:61:14: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaDeclCXX.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CheckDefaultArgumentVisitor; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaDeclCXX.cpp:80:31: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CheckDefaultArgumentVisitor; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaDeclCXX.cpp:80:31: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CheckDefaultArgumentVisitor; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaDeclCXX.cpp:80:31: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CheckDefaultArgumentVisitor; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaDeclCXX.cpp:80:31: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3200/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaInit.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaInit.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaInit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaInit.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaInit.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaInit.cpp:938:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3201/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaModule.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaModule.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaModule.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaModule.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceLocation.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Lex/HeaderSearch.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaModule.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3202/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ASTMatchers/Dynamic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/Dynamic -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Registry.cpp.o -MF tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Registry.cpp.o.d -o tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Registry.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/Dynamic/Registry.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:47, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/Dynamic/Diagnostics.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/Dynamic/Registry.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ASTMatchers/Dynamic/Registry.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/local/include/c++/8.4.0/bits/predefined_ops.h:283:24: required from 'bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:120:14: required from '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:161:23: required from '_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:3930:28: required from '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:526:47: required from 'bool std::none_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:544:27: required from 'bool std::any_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:1542:21: required from 'bool llvm::any_of(R&&, UnaryPredicate) [with R = llvm::iterator_range >; UnaryPredicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7746:4: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCIvarRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCIvarRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCIvarRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCIvarRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundLiteralExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundLiteralExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundLiteralExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundLiteralExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AddrLabelExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AddrLabelExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AddrLabelExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AddrLabelExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LabelStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LabelStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::LabelStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::LabelStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXUnresolvedConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXUnresolvedConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXUnresolvedConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXUnresolvedConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXTemporaryObjectExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXTemporaryObjectExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXTemporaryObjectExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXTemporaryObjectExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXRewrittenBinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXRewrittenBinaryOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXRewrittenBinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXRewrittenBinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXFunctionalCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXFunctionalCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXFunctionalCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXFunctionalCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DoStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DoStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DoStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DoStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXOperatorCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXOperatorCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXOperatorCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXOperatorCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::WhileStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::WhileStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::WhileStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::WhileStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::BinaryOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::FloatingLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::FloatingLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::FloatingLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::FloatingLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnresolvedMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnresolvedMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnresolvedMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnresolvedMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OpaqueValueExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OpaqueValueExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OpaqueValueExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OpaqueValueExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::StringLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::StringLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::StringLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::StringLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::StmtExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::StmtExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::StmtExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::StmtExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXBoolLiteralExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXBoolLiteralExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXBoolLiteralExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXBoolLiteralExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CharacterLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CharacterLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CharacterLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CharacterLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3203/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaObjCProperty.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaObjCProperty.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaObjCProperty.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaObjCProperty.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/SemaInternal.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaObjCProperty.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3204/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaPseudoObject.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaPseudoObject.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaPseudoObject.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaPseudoObject.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/SemaInternal.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaPseudoObject.cpp:32: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3205/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaLookup.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaLookup.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaLookup.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaLookup.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaLookup.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3206/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmtAsm.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmtAsm.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmtAsm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmtAsm.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmtAsm.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3207/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaSYCL.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaSYCL.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaSYCL.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaSYCL.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Mangle.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaSYCL.cpp:11: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3208/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaOverload.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaOverload.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaOverload.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaOverload.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaOverload.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3209/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmtAttr.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmtAttr.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmtAttr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmtAttr.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmtAttr.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmtAttr.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/EvaluatedExprVisitor.h:30:7: required from 'class clang::EvaluatedExprVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/EvaluatedExprVisitor.h:137:7: required from 'class clang::ConstEvaluatedExprVisitor<{anonymous}::CallExprFinder>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmtAttr.cpp:177:31: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmtAttr.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CallExprFinder; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmtAttr.cpp:193:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CallExprFinder; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmtAttr.cpp:193:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CallExprFinder; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmtAttr.cpp:193:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CallExprFinder; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmtAttr.cpp:193:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3210/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprCXX.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprCXX.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprCXX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExprCXX.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclTemplate.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/Template.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExprCXX.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3211/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmt.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmt.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmt.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmt.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::LabelStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmt.cpp:220:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmt.cpp:223:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmt.cpp:630:38: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmt.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/EvaluatedExprVisitor.h:30:7: required from 'class clang::EvaluatedExprVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/EvaluatedExprVisitor.h:137:7: required from 'class clang::ConstEvaluatedExprVisitor<{anonymous}::BreakContinueFinder>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmt.cpp:1952:38: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmt.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::BreakContinueFinder; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmt.cpp:1960:17: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::BreakContinueFinder; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmt.cpp:1960:17: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::LabelStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::LabelStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::LabelStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmt.cpp:220:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmt.cpp:223:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::BreakContinueFinder; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmt.cpp:1960:17: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::BreakContinueFinder; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaStmt.cpp:1960:17: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3212/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExpr.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExpr.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExpr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExpr.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/CoroutineStmtBuilder.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/TreeTransform.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaExpr.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3213/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateVariadic.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateVariadic.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateVariadic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaTemplateVariadic.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/Sema.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaTemplateVariadic.cpp:11: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3214/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateInstantiate.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateInstantiate.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateInstantiate.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaTemplateInstantiate.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/CoroutineStmtBuilder.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/TreeTransform.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaTemplateInstantiate.cpp:12: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3215/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/TypeLocBuilder.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/TypeLocBuilder.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/TypeLocBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/TypeLocBuilder.cpp [3216/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateInstantiateDecl.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateInstantiateDecl.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateInstantiateDecl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/CoroutineStmtBuilder.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/TreeTransform.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp:12: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3217/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaOpenMP.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaOpenMP.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaOpenMP.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaOpenMP.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/CoroutineStmtBuilder.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/TreeTransform.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaOpenMP.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/SmallString.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/APFixedPoint.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/CoroutineStmtBuilder.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/TreeTransform.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaOpenMP.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor<{anonymous}::LocalVarRefChecker, bool>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaOpenMP.cpp:2929:14: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/CoroutineStmtBuilder.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/TreeTransform.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaOpenMP.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaOpenMP.cpp:4588:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaOpenMP.cpp:11160:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::LocalVarRefChecker; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaOpenMP.cpp:2948:31: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::LocalVarRefChecker; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaOpenMP.cpp:2948:31: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaOpenMP.cpp:11183:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CompoundStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CompoundStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaOpenMP.cpp:11160:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::LocalVarRefChecker; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaOpenMP.cpp:2948:31: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::LocalVarRefChecker; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaOpenMP.cpp:2948:31: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3218/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaType.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaType.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaType.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaType.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/TypeLocBuilder.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaType.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3219/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateDeduction.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateDeduction.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateDeduction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaTemplateDeduction.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/Ownership.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Sema/TemplateDeduction.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaTemplateDeduction.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3220/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGAtomic.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGAtomic.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGAtomic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGAtomic.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCall.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGAtomic.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3221/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGBlocks.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGBlocks.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGBlocks.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBlocks.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBlocks.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBlocks.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3222/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/BackendUtil.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/BackendUtil.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/BackendUtil.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/BackendUtil.cpp [3223/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCUDARuntime.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCUDARuntime.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCUDARuntime.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCUDARuntime.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/GlobalDecl.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCUDARuntime.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCUDARuntime.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3224/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCUDANV.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCUDANV.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCUDANV.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCUDANV.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/GlobalDecl.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCUDARuntime.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCUDANV.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3225/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCXX.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCXX.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCXX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCXX.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCXXABI.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCXX.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3226/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCXXABI.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCXXABI.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCXXABI.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCXXABI.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCXXABI.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCXXABI.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3227/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplate.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplate.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplate.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaTemplate.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/CoroutineStmtBuilder.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/TreeTransform.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Sema/SemaTemplate.cpp:11: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3228/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCleanup.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCleanup.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCleanup.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCleanup.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/EHScopeStack.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCleanup.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCleanup.cpp:19: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3229/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGClass.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGClass.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGClass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGClass.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBlocks.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGClass.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/ArrayRef.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:22, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBlocks.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGClass.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/EvaluatedExprVisitor.h:30:7: required from 'class clang::EvaluatedExprVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/EvaluatedExprVisitor.h:137:7: required from 'class clang::ConstEvaluatedExprVisitor<{anonymous}::DynamicThisUseChecker>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGClass.cpp:532:34: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBlocks.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGClass.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGClass.cpp:1557:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::DynamicThisUseChecker; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGClass.cpp:550:21: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::DynamicThisUseChecker; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGClass.cpp:550:21: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::DynamicThisUseChecker; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGClass.cpp:550:21: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::DynamicThisUseChecker; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGClass.cpp:550:21: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3230/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCoroutine.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCoroutine.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCoroutine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCoroutine.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/EHScopeStack.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCleanup.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCoroutine.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCoroutine.cpp:625:46: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCoroutine.cpp:747:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3231/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCall.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCall.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCall.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCall.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCall.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCall.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCall.cpp:4127:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::Expr; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCall.cpp:4127:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3232/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDeclCXX.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDeclCXX.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDeclCXX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGDeclCXX.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCXXABI.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGDeclCXX.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3233/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDebugInfo.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDebugInfo.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDebugInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGDebugInfo.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGDebugInfo.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGDebugInfo.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3234/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDecl.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDecl.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDecl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGDecl.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBlocks.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGDecl.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGDecl.cpp:655:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGDecl.cpp:1665:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGDecl.cpp:655:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DeclStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGDecl.cpp:1665:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3235/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGException.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGException.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGException.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGException.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCXXABI.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGException.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/ArrayRef.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:22, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCXXABI.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGException.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor<{anonymous}::CaptureFinder>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGException.cpp:1750:24: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCXXABI.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGException.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CaptureFinder; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGException.cpp:1765:38: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CaptureFinder; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGException.cpp:1765:38: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CaptureFinder; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGException.cpp:1765:38: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CaptureFinder; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGException.cpp:1765:38: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3236/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprAgg.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprAgg.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprAgg.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGExprAgg.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCXXABI.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGExprAgg.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3237/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprCXX.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprCXX.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprCXX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGExprCXX.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/GlobalDecl.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCUDARuntime.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGExprCXX.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGExprCXX.cpp:310:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::Expr; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGExprCXX.cpp:310:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3238/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExpr.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExpr.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExpr.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGExpr.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/GlobalDecl.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCUDARuntime.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGExpr.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3239/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprComplex.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprComplex.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprComplex.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGExprComplex.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGExprComplex.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3240/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGLoopInfo.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGLoopInfo.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGLoopInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGLoopInfo.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Use.h:29, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/User.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Constant.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Metadata.h:29, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/TrackingMDRef.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DebugLoc.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGLoopInfo.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGLoopInfo.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3241/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGGPUBuiltin.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGGPUBuiltin.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGGPUBuiltin.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGGPUBuiltin.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGGPUBuiltin.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3242/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprConstant.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprConstant.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprConstant.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGExprConstant.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCXXABI.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGExprConstant.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/ArrayRef.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:22, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCXXABI.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGExprConstant.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor<{anonymous}::ConstantLValueEmitter, {anonymous}::ConstantLValue>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGExprConstant.cpp:1755:38: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCXXABI.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGExprConstant.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::ConstantLValueEmitter; RetTy = {anonymous}::ConstantLValue; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGExprConstant.cpp:1927:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::ConstantLValueEmitter; RetTy = {anonymous}::ConstantLValue; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGExprConstant.cpp:1927:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::ConstantLValueEmitter; RetTy = {anonymous}::ConstantLValue; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGExprConstant.cpp:1927:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::ConstantLValueEmitter; RetTy = {anonymous}::ConstantLValue; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGExprConstant.cpp:1927:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3243/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprScalar.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprScalar.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprScalar.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGExprScalar.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCXXABI.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGExprScalar.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3244/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGNonTrivialStruct.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGNonTrivialStruct.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGNonTrivialStruct.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGNonTrivialStruct.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGNonTrivialStruct.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3245/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCRuntime.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCRuntime.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCRuntime.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjCRuntime.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjCRuntime.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjCRuntime.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3246/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCGNU.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCGNU.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCGNU.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjCGNU.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCXXABI.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjCGNU.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3247/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCMac.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCMac.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCMac.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjCMac.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBlocks.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjCMac.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCAtTryStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjCMac.cpp:4339:36: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCAtTryStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjCMac.cpp:4339:36: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCAtSynchronizedStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjCMac.cpp:4650:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCAtTryStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjCMac.cpp:4751:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCAtTryStmt; Y = clang::Stmt]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjCMac.cpp:4337:31: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::ObjCAtTryStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCAtTryStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjCMac.cpp:4339:36: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] return cast_convert_val::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::ObjCAtSynchronizedStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCAtSynchronizedStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjCMac.cpp:4650:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3248/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntimeAMDGCN.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntimeAMDGCN.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntimeAMDGCN.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntimeAMDGCN.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntimeAMDGCN.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntimeAMDGCN.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3249/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjC.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjC.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjC.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGDebugInfo.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjC.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjC.cpp:1726:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjC.cpp:1893:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjC.cpp:3622:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjC.cpp:3622:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CompoundStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjC.cpp:3622:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] return cast_convert_val::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DeclStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGObjC.cpp:1726:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3250/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenCLRuntime.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenCLRuntime.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenCLRuntime.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenCLRuntime.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenCLRuntime.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenCLRuntime.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3251/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntimeNVPTX.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntimeNVPTX.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntimeNVPTX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3252/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntimeGPU.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntimeGPU.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntimeGPU.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor<{anonymous}::CheckVarsEscapingDeclContext>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:223:14: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CheckVarsEscapingDeclContext; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:286:30: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CheckVarsEscapingDeclContext; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:286:30: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:427:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::CapturedStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CapturedStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:371:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CheckVarsEscapingDeclContext; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:286:30: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CheckVarsEscapingDeclContext; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:286:30: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3253/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGRecordLayoutBuilder.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGRecordLayoutBuilder.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGRecordLayoutBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGRecordLayout.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3254/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGVTT.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGVTT.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGVTT.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGVTT.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/BaseSubobject.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGVTables.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenModule.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGVTT.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3255/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGStmt.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGStmt.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGStmt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGDebugInfo.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:120:33: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IndirectGotoStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:145:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IndirectGotoStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:145:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:147:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::WhileStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:148:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DoStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:149:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:150:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:152:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:154:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AsmStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:156:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CoroutineBodyStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:158:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CoreturnStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:161:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCAtTryStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:169:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCAtThrowStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:178:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCAtSynchronizedStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:181:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCForCollectionStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:184:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCAutoreleasePoolStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:187:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXTryStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:191:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:194:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SEHTryStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:197:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPCanonicalLoop; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:200:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPParallelDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:203:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPSimdDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:206:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTileDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:209:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPUnrollDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:212:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPForDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:215:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPForSimdDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:218:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPSectionsDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:221:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPSectionDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:224:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPSingleDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:227:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPMasterDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:230:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPCriticalDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:233:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPParallelForDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:236:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPParallelForSimdDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPParallelMasterDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:242:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPParallelSectionsDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:245:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTaskDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:248:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTaskyieldDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:251:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPBarrierDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:254:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTaskwaitDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:257:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTaskgroupDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:260:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPFlushDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:263:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPDepobjDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:266:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPScanDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:269:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPOrderedDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:272:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPAtomicDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:275:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTargetDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:278:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTeamsDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:281:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPCancellationPointDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:284:77: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPCancelDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:287:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTargetDataDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:290:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTargetEnterDataDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:293:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTargetExitDataDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:296:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTargetParallelDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:299:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTargetParallelForDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:302:77: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTaskLoopDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:305:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTaskLoopSimdDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:308:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPMasterTaskLoopDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:311:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPMasterTaskLoopSimdDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:315:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPParallelMasterTaskLoopDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:319:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPParallelMasterTaskLoopSimdDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:323:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPDistributeDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:326:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTargetUpdateDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:329:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPDistributeParallelForDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:333:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPDistributeParallelForSimdDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:337:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPDistributeSimdDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:340:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTargetParallelForSimdDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:344:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTargetSimdDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:347:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTeamsDistributeDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:350:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTeamsDistributeSimdDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:354:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTeamsDistributeParallelForSimdDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:358:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTeamsDistributeParallelForDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:362:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTargetTeamsDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:365:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTargetTeamsDistributeDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:369:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTargetTeamsDistributeParallelForDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:373:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTargetTeamsDistributeParallelForSimdDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:377:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPTargetTeamsDistributeSimdDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:381:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPMaskedDirective; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:390:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:403:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:406:35: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LabelStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:409:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AttributedStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:412:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::GotoStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:415:35: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BreakStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:418:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ContinueStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:421:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DefaultStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:424:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CaseStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:427:35: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SEHLeaveStmt; Y = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:430:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::LabelStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:469:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::AttributedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:472:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:670:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::SwitchCase; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:1581:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:1600:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::IndirectGotoStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::IndirectGotoStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:145:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] return cast_convert_val::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::IfStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::IfStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:147:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::WhileStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::WhileStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:148:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::DoStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DoStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:149:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::ForStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ForStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:150:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ReturnStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:152:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SwitchStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:154:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::AsmStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::AsmStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:156:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::CoroutineBodyStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CoroutineBodyStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:158:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::CoreturnStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CoreturnStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:161:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::ObjCAtTryStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCAtTryStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:169:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::ObjCAtThrowStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCAtThrowStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:178:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::ObjCAtSynchronizedStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCAtSynchronizedStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:181:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::ObjCForCollectionStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCForCollectionStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:184:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::ObjCAutoreleasePoolStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCAutoreleasePoolStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:187:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::CXXTryStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXTryStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:191:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXForRangeStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:194:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::SEHTryStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SEHTryStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:197:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPParallelDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPParallelDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:203:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPSimdDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:206:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTileDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTileDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:209:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPUnrollDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPUnrollDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:212:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPForDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPForDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:215:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPForSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPForSimdDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:218:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPSectionsDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPSectionsDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:221:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPSectionDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPSectionDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:224:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPSingleDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPSingleDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:227:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPMasterDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPMasterDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:230:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPCriticalDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPCriticalDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:233:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPParallelForDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPParallelForDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:236:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPParallelForSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPParallelForSimdDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPParallelMasterDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPParallelMasterDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:242:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPParallelSectionsDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPParallelSectionsDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:245:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTaskDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTaskDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:248:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTaskyieldDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTaskyieldDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:251:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPBarrierDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPBarrierDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:254:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTaskwaitDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTaskwaitDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:257:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTaskgroupDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTaskgroupDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:260:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPFlushDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPFlushDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:263:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPDepobjDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPDepobjDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:266:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPScanDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPScanDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:269:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPOrderedDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPOrderedDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:272:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPAtomicDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPAtomicDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:275:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTargetDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:278:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTeamsDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTeamsDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:281:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPCancellationPointDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPCancellationPointDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:284:77: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPCancelDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPCancelDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:287:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTargetDataDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetDataDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:290:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTargetEnterDataDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetEnterDataDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:293:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTargetExitDataDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetExitDataDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:296:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTargetParallelDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetParallelDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:299:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTargetParallelForDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetParallelForDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:302:77: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTaskLoopDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTaskLoopDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:305:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTaskLoopSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTaskLoopSimdDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:308:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPMasterTaskLoopDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPMasterTaskLoopDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:311:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPMasterTaskLoopSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPMasterTaskLoopSimdDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:315:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPParallelMasterTaskLoopDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPParallelMasterTaskLoopDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:319:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPParallelMasterTaskLoopSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPParallelMasterTaskLoopSimdDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:323:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPDistributeDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPDistributeDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:326:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTargetUpdateDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetUpdateDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:329:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPDistributeParallelForDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPDistributeParallelForDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:333:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPDistributeParallelForSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPDistributeParallelForSimdDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:337:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPDistributeSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPDistributeSimdDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:340:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTargetParallelForSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetParallelForSimdDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:344:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTargetSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetSimdDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:347:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTeamsDistributeDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTeamsDistributeDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:350:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTeamsDistributeSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTeamsDistributeSimdDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:354:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTeamsDistributeParallelForSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTeamsDistributeParallelForSimdDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:358:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTeamsDistributeParallelForDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTeamsDistributeParallelForDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:362:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTargetTeamsDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetTeamsDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:365:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTargetTeamsDistributeDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetTeamsDistributeDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:369:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTargetTeamsDistributeParallelForDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetTeamsDistributeParallelForDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:373:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTargetTeamsDistributeParallelForSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetTeamsDistributeParallelForSimdDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:377:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPTargetTeamsDistributeSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetTeamsDistributeSimdDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:381:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::OMPMaskedDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPMaskedDirective&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:390:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CompoundStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:403:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::DeclStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:406:35: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::LabelStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::LabelStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:409:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::AttributedStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::AttributedStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:412:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::GotoStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::GotoStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:415:35: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::BreakStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BreakStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:418:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::ContinueStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ContinueStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:421:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::DefaultStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DefaultStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:424:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:427:35: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'typename llvm::cast_retty::ret_type llvm::cast(Y&) [with X = clang::SEHLeaveStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SEHLeaveStmt&]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:430:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:264:71: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:468:35: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BreakStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:1459:36: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::AddrLabelExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::AddrLabelExpr; TPtr = const clang::AddrLabelExpr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::AddrLabelExpr* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:2523:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::LabelStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::LabelStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::LabelStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:469:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::AttributedStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::AttributedStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::AttributedStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:472:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SwitchCase; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::SwitchCase; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SwitchCase*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:1581:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CompoundStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CompoundStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmt.cpp:1600:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3256/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGVTables.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGVTables.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGVTables.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGVTables.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCXXABI.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGVTables.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3257/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenABITypes.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenABITypes.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenABITypes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenABITypes.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/CodeGen/CodeGenABITypes.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenABITypes.cpp:18: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3258/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntime.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntime.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntime.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:6584:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:6587:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:6596:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:10679:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor<{anonymous}::LastprivateConditionalRefChecker, bool>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:12483:14: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::AsmStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:6592:25: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::NullStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:6592:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPFlushDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:6592:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPBarrierDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:6593:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTaskyieldDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:6593:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:10544:36: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::LastprivateConditionalRefChecker; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:12536:22: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::LastprivateConditionalRefChecker; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:12536:22: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::CompoundStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CompoundStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:6584:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:6587:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DeclStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:6596:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::LambdaExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::LambdaExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:10679:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::LastprivateConditionalRefChecker; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:12536:22: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::LastprivateConditionalRefChecker; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGOpenMPRuntime.cpp:12536:22: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3259/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGStmtOpenMP.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGStmtOpenMP.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGStmtOpenMP.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/EHScopeStack.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCleanup.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:46:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:168:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPLoopBasedDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:1798:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:1818:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTileDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:1830:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPUnrollDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:1832:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPCanonicalLoop; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:1834:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:1836:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::AttributedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:2054:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/EHScopeStack.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCleanup.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor<{anonymous}::CheckVarsEscapingUntiedTaskDeclContext>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:4227:14: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/EHScopeStack.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCleanup.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CheckVarsEscapingUntiedTaskDeclContext; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:4252:20: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CheckVarsEscapingUntiedTaskDeclContext; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:4252:20: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXForRangeStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:168:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CapturedStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CapturedStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:275:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPLoopBasedDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPLoopBasedDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPLoopBasedDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:1798:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CompoundStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CompoundStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:1818:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTileDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTileDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTileDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:1830:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPUnrollDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPUnrollDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPUnrollDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:1832:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPCanonicalLoop; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPCanonicalLoop; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPCanonicalLoop*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:1834:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ForStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ForStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:1836:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::AttributedStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::AttributedStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::AttributedStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:2054:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CheckVarsEscapingUntiedTaskDeclContext; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:4252:20: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CheckVarsEscapingUntiedTaskDeclContext; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGStmtOpenMP.cpp:4252:20: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3260/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenTBAA.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenTBAA.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenTBAA.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenTBAA.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenTBAA.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenTBAA.cpp:17: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3261/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenFunction.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenFunction.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenFunction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.cpp:649:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::LabelStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.cpp:1425:23: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SwitchCase; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.cpp:1430:24: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.cpp:1434:24: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::WhileStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.cpp:1454:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DoStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.cpp:1454:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.cpp:1455:21: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BreakStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.cpp:1458:23: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.cpp:1476:20: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.cpp:1477:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.cpp:1478:29: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXTryStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.cpp:1478:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCForCollectionStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.cpp:1479:35: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCAtTryStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.cpp:1479:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.cpp:1482:22: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3262/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenAction.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenAction.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenAction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenAction.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/FrontendAction.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/CodeGen/CodeGenAction.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenAction.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3263/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ConstantInitBuilder.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ConstantInitBuilder.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ConstantInitBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/ConstantInitBuilder.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Use.h:29, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/User.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Constant.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Constants.h:30, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/CodeGen/ConstantInitBuilder.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/ConstantInitBuilder.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3264/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenTypes.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenTypes.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenTypes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenTypes.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCall.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenTypes.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenTypes.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3265/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/MacroPPCallbacks.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/MacroPPCallbacks.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/MacroPPCallbacks.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/MacroPPCallbacks.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Lex/PPCallbacks.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/MacroPPCallbacks.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/MacroPPCallbacks.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3266/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGBuiltin.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGBuiltin.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGBuiltin.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuiltin.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/GlobalDecl.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCUDARuntime.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuiltin.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuiltin.cpp:4133:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::Expr; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuiltin.cpp:4133:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3267/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CoverageMappingGen.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CoverageMappingGen.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CoverageMappingGen.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CoverageMappingGen.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CoverageMappingGen.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CoverageMappingGen.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceLocation.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CoverageMappingGen.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CoverageMappingGen.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor<{anonymous}::CounterCoverageMappingBuilder>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CoverageMappingGen.cpp:531:14: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CoverageMappingGen.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CoverageMappingGen.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::AttributedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CoverageMappingGen.cpp:974:76: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CoverageMappingGen.cpp:1279:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CounterCoverageMappingBuilder; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CoverageMappingGen.cpp:693:14: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CounterCoverageMappingBuilder; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CoverageMappingGen.cpp:693:14: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::AttributedStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::AttributedStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::AttributedStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CoverageMappingGen.cpp:974:76: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CompoundStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CompoundStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CoverageMappingGen.cpp:1279:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CounterCoverageMappingBuilder; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CoverageMappingGen.cpp:693:14: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CounterCoverageMappingBuilder; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CoverageMappingGen.cpp:693:14: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3268/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ModuleBuilder.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ModuleBuilder.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ModuleBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/ModuleBuilder.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGDebugInfo.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/ModuleBuilder.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3269/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ItaniumCXXABI.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ItaniumCXXABI.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ItaniumCXXABI.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/ItaniumCXXABI.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCXXABI.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/ItaniumCXXABI.cpp:20: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3270/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenPGO.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenPGO.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenPGO.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenPGO.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenPGO.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenPGO.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenPGO.cpp:304:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenPGO.cpp:348:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/ArrayRef.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:22, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenPGO.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenPGO.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor<{anonymous}::ComputeRegionCounts>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenPGO.cpp:362:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenPGO.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenPGO.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::ComputeRegionCounts; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenPGO.cpp:405:26: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::ComputeRegionCounts; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenPGO.cpp:405:26: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3271/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/MicrosoftCXXABI.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/MicrosoftCXXABI.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/MicrosoftCXXABI.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/MicrosoftCXXABI.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenFunction.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGCXXABI.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/MicrosoftCXXABI.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3272/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/PatternInit.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/PatternInit.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/PatternInit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/PatternInit.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/BaseSubobject.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGVTables.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenModule.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/PatternInit.cpp:10: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3273/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/VarBypassDetector.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/VarBypassDetector.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/VarBypassDetector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/VarBypassDetector.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/VarBypassDetector.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/VarBypassDetector.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/VarBypassDetector.cpp:70:46: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/VarBypassDetector.cpp:87:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::SwitchCase; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/VarBypassDetector.cpp:117:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::LabelStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/VarBypassDetector.cpp:119:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::GotoStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/VarBypassDetector.cpp:140:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/VarBypassDetector.cpp:60:20: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::StmtExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/VarBypassDetector.cpp:60:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SwitchCase; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::SwitchCase; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SwitchCase*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/VarBypassDetector.cpp:117:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::LabelStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::LabelStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::LabelStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/VarBypassDetector.cpp:119:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::GotoStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::GotoStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::GotoStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/VarBypassDetector.cpp:140:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::SwitchStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SwitchStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/VarBypassDetector.cpp:143:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3274/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/SanitizerMetadata.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/SanitizerMetadata.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/SanitizerMetadata.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/SanitizerMetadata.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/SanitizerMetadata.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/SanitizerMetadata.cpp:12: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3275/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/SwiftCallingConv.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/SwiftCallingConv.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/SwiftCallingConv.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/SwiftCallingConv.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/CodeGen/SwiftCallingConv.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/SwiftCallingConv.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3276/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/BodyFarm.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/BodyFarm.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/BodyFarm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/BodyFarm.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/BodyFarm.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/BodyFarm.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3277/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/AnalysisDeclContext.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/AnalysisDeclContext.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/AnalysisDeclContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/AnalysisDeclContext.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/AnalysisDeclContext.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/AnalysisDeclContext.cpp:184:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/AnalysisDeclContext.cpp:184:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3278/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFGReachabilityAnalysis.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFGReachabilityAnalysis.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFGReachabilityAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFGReachabilityAnalysis.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ConstructionContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/CFG.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFGReachabilityAnalysis.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3279/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFGStmtMap.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFGStmtMap.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFGStmtMap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFGStmtMap.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ConstructionContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/CFG.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFGStmtMap.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3280/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenModule.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenModule.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenModule.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenModule.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/BaseSubobject.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGVTables.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenModule.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenModule.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Specifiers.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclAccessPair.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/BaseSubobject.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGVTables.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenModule.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenModule.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor<{anonymous}::FunctionIsDirectlyRecursive, bool>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenModule.cpp:3022:16: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/BaseSubobject.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGVTables.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenModule.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenModule.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::FunctionIsDirectlyRecursive; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenModule.cpp:3048:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::FunctionIsDirectlyRecursive; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenModule.cpp:3048:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::FunctionIsDirectlyRecursive; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenModule.cpp:3048:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::FunctionIsDirectlyRecursive; RetTy = bool; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CodeGenModule.cpp:3048:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3281/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CocoaConventions.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CocoaConventions.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CocoaConventions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CocoaConventions.cpp [3282/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ConstructionContext.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ConstructionContext.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ConstructionContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ConstructionContext.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ConstructionContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ConstructionContext.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ConstructionContext.cpp:74:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ConstructionContext.cpp:110:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ConstructionContext.cpp:120:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MaterializeTemporaryExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ConstructionContext.cpp:129:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ConstructionContext.cpp:145:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ConstructionContext.cpp:178:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXBindTemporaryExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ConstructionContext.cpp:192:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3283/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CodeInjector.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CodeInjector.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CodeInjector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CodeInjector.cpp [3284/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ObjectFilePCHContainerOperations.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ObjectFilePCHContainerOperations.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ObjectFilePCHContainerOperations.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DirectoryEntry.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Module.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Serialization/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/CodeGen/ObjectFilePCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3285/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFG.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFG.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFG.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ConstructionContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/CFG.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5107:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5151:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5154:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5160:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::WhileStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5167:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5181:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::StmtExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5480:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5492:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5512:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5518:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5959:25: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::AddrLabelExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::AddrLabelExpr; TPtr = const clang::AddrLabelExpr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::AddrLabelExpr* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:1574:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5110:35: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXOperatorCallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5503:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXBindTemporaryExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5510:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5526:20: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXThrowExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5887:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCForCollectionStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5954:38: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5954:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::SwitchStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SwitchStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5107:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::StmtExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::StmtExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::StmtExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5480:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5492:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXConstructExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXConstructExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5512:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CastExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CFG.cpp:5518:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3286/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetInfo.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetInfo.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/TargetInfo.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/Type.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DerivedTypes.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/DataLayout.h:26, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/CGBuilder.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/TargetInfo.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/CodeGen/TargetInfo.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3287/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CloneDetection.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CloneDetection.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CloneDetection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CloneDetection.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprConcepts.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/CloneDetection.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CloneDetection.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CloneDetection.cpp:63:33: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprConcepts.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/CloneDetection.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CloneDetection.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase, void>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor<{anonymous}::CloneTypeIIStmtDataCollector, void>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CloneDetection.cpp:181:7: required from 'class {anonymous}::CloneTypeIIStmtDataCollector' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CloneDetection.cpp:255:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprConcepts.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/CloneDetection.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CloneDetection.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CloneDetection.cpp:551:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CloneTypeIIStmtDataCollector; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CloneDetection.cpp:195:5: required from '{anonymous}::CloneTypeIIStmtDataCollector::CloneTypeIIStmtDataCollector(const clang::Stmt*, clang::ASTContext&, T&) [with T = llvm::MD5]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CloneDetection.cpp:255:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CloneTypeIIStmtDataCollector; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CloneDetection.cpp:195:5: required from '{anonymous}::CloneTypeIIStmtDataCollector::CloneTypeIIStmtDataCollector(const clang::Stmt*, clang::ASTContext&, T&) [with T = llvm::MD5]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CloneDetection.cpp:255:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CompoundStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CompoundStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CloneDetection.cpp:257:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DeclRefExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclRefExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CloneDetection.cpp:551:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CloneTypeIIStmtDataCollector; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CloneDetection.cpp:195:5: required from '{anonymous}::CloneTypeIIStmtDataCollector::CloneTypeIIStmtDataCollector(const clang::Stmt*, clang::ASTContext&, T&) [with T = llvm::MD5]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CloneDetection.cpp:255:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CloneTypeIIStmtDataCollector; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CloneDetection.cpp:195:5: required from '{anonymous}::CloneTypeIIStmtDataCollector::CloneTypeIIStmtDataCollector(const clang::Stmt*, clang::ASTContext&, T&) [with T = llvm::MD5]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CloneDetection.cpp:255:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:5720:45: required from 'typename clang::GenericSelectionExpr::AssociationIteratorTy::iterator_facade_base::reference clang::GenericSelectionExpr::AssociationIteratorTy::operator*() const [with bool Const = true; typename clang::GenericSelectionExpr::AssociationIteratorTy::iterator_facade_base::reference = clang::GenericSelectionExpr::AssociationTy]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/AST/StmtDataCollectors.inc:119:1: required from 'void {anonymous}::CloneTypeIIStmtDataCollector::VisitGenericSelectionExpr(const clang::GenericSelectionExpr*) [with = void; T = llvm::MD5]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/AST/StmtNodes.inc:1109:1: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CloneTypeIIStmtDataCollector; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CloneDetection.cpp:195:5: required from '{anonymous}::CloneTypeIIStmtDataCollector::CloneTypeIIStmtDataCollector(const clang::Stmt*, clang::ASTContext&, T&) [with T = llvm::MD5]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CloneDetection.cpp:255:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ [3288/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/Dominators.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/Dominators.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/Dominators.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/Dominators.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/Analyses/Dominators.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/Dominators.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3289/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CallGraph.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CallGraph.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CallGraph.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CallGraph.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/CallGraph.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CallGraph.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3290/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/IssueHash.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/IssueHash.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/IssueHash.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/IssueHash.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/IssueHash.cpp:10: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3291/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/Consumed.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/Consumed.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/Consumed.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/Consumed.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/Analyses/PostOrderCFGView.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/Analyses/Consumed.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/Consumed.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/raw_ostream.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTDumperUtils.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/Analyses/PostOrderCFGView.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/Analyses/Consumed.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/Consumed.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/Consumed.cpp:459:36: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/Analyses/PostOrderCFGView.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/Analyses/Consumed.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/Consumed.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::consumed::ConsumedStmtVisitor; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/Consumed.cpp:1345:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::consumed::ConsumedStmtVisitor; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/Consumed.cpp:1345:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::consumed::ConsumedStmtVisitor; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/Consumed.cpp:1345:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = clang::consumed::ConsumedStmtVisitor; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/Consumed.cpp:1345:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3292/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ObjCNoReturn.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ObjCNoReturn.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ObjCNoReturn.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ObjCNoReturn.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ObjCNoReturn.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3293/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/MacroExpansionContext.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/MacroExpansionContext.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/MacroExpansionContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/MacroExpansionContext.cpp [3294/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CalledOnceCheck.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CalledOnceCheck.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CalledOnceCheck.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CalledOnceCheck.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CalledOnceCheck.cpp:10: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CalledOnceCheck.cpp:10: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor<{anonymous}::DeclRefFinder, const clang::DeclRefExpr*>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CalledOnceCheck.cpp:285:14: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CalledOnceCheck.cpp:10: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CalledOnceCheck.cpp:414:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CalledOnceCheck.cpp:417:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CalledOnceCheck.cpp:1145:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::DeclRefFinder; RetTy = const clang::DeclRefExpr*; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CalledOnceCheck.cpp:311:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::DeclRefFinder; RetTy = const clang::DeclRefExpr*; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CalledOnceCheck.cpp:311:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CalledOnceCheck.cpp:1132:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ParenExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CalledOnceCheck.cpp:1132:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CalledOnceCheck.cpp:1271:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::IfStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::IfStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CalledOnceCheck.cpp:414:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::AbstractConditionalOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CalledOnceCheck.cpp:417:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CallExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CallExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CalledOnceCheck.cpp:1137:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCMessageExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CalledOnceCheck.cpp:1145:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::DeclRefFinder; RetTy = const clang::DeclRefExpr*; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CalledOnceCheck.cpp:311:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::DeclRefFinder; RetTy = const clang::DeclRefExpr*; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/CalledOnceCheck.cpp:311:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3295/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/LiveVariables.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/LiveVariables.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/LiveVariables.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/LiveVariables.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/Analyses/LiveVariables.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/LiveVariables.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3296/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/PostOrderCFGView.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/PostOrderCFGView.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/PostOrderCFGView.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/PostOrderCFGView.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/Analyses/PostOrderCFGView.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/PostOrderCFGView.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3297/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/PathDiagnostic.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/PathDiagnostic.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/PathDiagnostic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/PathDiagnostic.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/PathDiagnostic.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/PathDiagnostic.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/PathDiagnostic.cpp:597:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/PathDiagnostic.cpp:784:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CompoundStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CompoundStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/PathDiagnostic.cpp:597:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3298/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ProgramPoint.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ProgramPoint.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ProgramPoint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ProgramPoint.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ProgramPoint.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ProgramPoint.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ProgramPoint.cpp:193:46: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ProgramPoint.cpp:151:26: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::IndirectGotoStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ProgramPoint.cpp:176:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CastExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ProgramPoint.cpp:193:46: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3299/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyLogical.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyLogical.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyLogical.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyLogical.cpp [3300/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ReachableCode.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ReachableCode.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ReachableCode.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceLocation.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/Analyses/ReachableCode.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DoStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:53:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:62:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:94:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:196:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ParenExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:203:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:235:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:239:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:250:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundAssignOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:565:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:573:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:582:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CStyleCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:588:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXFunctionalCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:593:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXTryStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:598:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCBridgedCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:601:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:637:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:297:29: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:300:33: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BreakStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:617:23: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DoStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DoStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DoStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:53:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DeclRefExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclRefExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:62:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CallExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CallExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:77:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ReturnStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ReturnStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:94:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:196:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ParenExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ParenExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ParenExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:203:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ForStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ForStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ReachableCode.cpp:637:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3301/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyTIL.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyTIL.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyTIL.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyTIL.cpp [3302/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Edit -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Edit -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/Commit.cpp.o -MF tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/Commit.cpp.o.d -o tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/Commit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Edit/Commit.cpp [3303/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/DeltaTree.cpp.o -MF tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/DeltaTree.cpp.o.d -o tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/DeltaTree.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Rewrite/DeltaTree.cpp [3304/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Edit -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Edit -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/EditedSource.cpp.o -MF tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/EditedSource.cpp.o.d -o tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/EditedSource.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Edit/EditedSource.cpp [3305/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyCommon.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyCommon.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyCommon.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h:24, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:210:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXThisExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:212:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:214:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCIvarRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:216:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:220:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXOperatorCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:222:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:224:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:227:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:230:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:233:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:236:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ConstantExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:240:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ParenExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:242:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExprWithCleanups; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:244:46: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXBindTemporaryExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:246:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MaterializeTemporaryExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:248:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:260:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:263:46: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:267:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::Expr; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:394:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CastExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafetyCommon.cpp:267:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3306/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/RewriteRope.cpp.o -MF tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/RewriteRope.cpp.o.d -o tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/RewriteRope.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Rewrite/RewriteRope.cpp [3307/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Edit -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Edit -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/RewriteObjCFoundationAPI.cpp.o -MF tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/RewriteObjCFoundationAPI.cpp.o.d -o tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/RewriteObjCFoundationAPI.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Edit/RewriteObjCFoundationAPI.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Edit/RewriteObjCFoundationAPI.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Edit/RewriteObjCFoundationAPI.cpp:382:79: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCMessageExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Edit/RewriteObjCFoundationAPI.cpp:382:79: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3308/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/HTMLRewrite.cpp.o -MF tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/HTMLRewrite.cpp.o.d -o tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/HTMLRewrite.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Rewrite/HTMLRewrite.cpp [3309/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/TokenRewriter.cpp.o -MF tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/TokenRewriter.cpp.o.d -o tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/TokenRewriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Rewrite/TokenRewriter.cpp [3310/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/UninitializedValues.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/UninitializedValues.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/UninitializedValues.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/UninitializedValues.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/Analyses/UninitializedValues.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/UninitializedValues.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/UninitializedValues.cpp:651:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SwitchCase; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/UninitializedValues.cpp:653:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::AddrLabelExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::AddrLabelExpr; TPtr = const clang::AddrLabelExpr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::AddrLabelExpr* const]' /usr/local/include/c++/8.4.0/bits/predefined_ops.h:283:24: required from 'bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = clang::Stmt::CastIterator; _Predicate = {anonymous}::TransferFunctions::getUninitUse(const clang::Expr*, const clang::VarDecl*, Value)::::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:120:14: required from '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred<{anonymous}::TransferFunctions::getUninitUse(const clang::Expr*, const clang::VarDecl*, Value):::: >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:161:23: required from '_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred<{anonymous}::TransferFunctions::getUninitUse(const clang::Expr*, const clang::VarDecl*, Value):::: >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:3930:28: required from '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = {anonymous}::TransferFunctions::getUninitUse(const clang::Expr*, const clang::VarDecl*, Value)::::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:526:47: required from 'bool std::none_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = {anonymous}::TransferFunctions::getUninitUse(const clang::Expr*, const clang::VarDecl*, Value)::::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:544:27: required from 'bool std::any_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = {anonymous}::TransferFunctions::getUninitUse(const clang::Expr*, const clang::VarDecl*, Value)::::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:1542:21: required from 'bool llvm::any_of(R&&, UnaryPredicate) [with R = llvm::iterator_range >; UnaryPredicate = {anonymous}::TransferFunctions::getUninitUse(const clang::Expr*, const clang::VarDecl*, Value)::::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/UninitializedValues.cpp:606:26: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/local/include/c++/8.4.0/bits/predefined_ops.h:283:24: required from 'bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = clang::Stmt::CastIterator; _Predicate = {anonymous}::TransferFunctions::getUninitUse(const clang::Expr*, const clang::VarDecl*, Value)::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:120:14: required from '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred<{anonymous}::TransferFunctions::getUninitUse(const clang::Expr*, const clang::VarDecl*, Value):: >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:161:23: required from '_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred<{anonymous}::TransferFunctions::getUninitUse(const clang::Expr*, const clang::VarDecl*, Value):: >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:3930:28: required from '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = {anonymous}::TransferFunctions::getUninitUse(const clang::Expr*, const clang::VarDecl*, Value)::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:526:47: required from 'bool std::none_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = {anonymous}::TransferFunctions::getUninitUse(const clang::Expr*, const clang::VarDecl*, Value)::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:544:27: required from 'bool std::any_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = {anonymous}::TransferFunctions::getUninitUse(const clang::Expr*, const clang::VarDecl*, Value)::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:1542:21: required from 'bool llvm::any_of(R&&, UnaryPredicate) [with R = llvm::iterator_range >; UnaryPredicate = {anonymous}::TransferFunctions::getUninitUse(const clang::Expr*, const clang::VarDecl*, Value)::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/UninitializedValues.cpp:607:18: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3311/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/Rewriter.cpp.o -MF tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/Rewriter.cpp.o.d -o tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/Rewriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Rewrite/Rewriter.cpp [3312/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafety.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafety.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafety.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceLocation.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/Analyses/ThreadSafety.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:17: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceLocation.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/Analyses/ThreadSafety.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:17: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor<{anonymous}::VarMapBuilder>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:597:30: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceLocation.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/Analyses/ThreadSafety.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:17: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ParenExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:1452:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:1454:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::FullExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:1456:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:1458:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:1462:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:1469:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:1493:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ConditionalOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:1519:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:2047:20: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXThrowExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:2276:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ContinueStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:2440:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BreakStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:2440:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CallExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CallExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:1447:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ParenExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ParenExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ParenExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:1452:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ImplicitCastExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:1454:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::FullExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::FullExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::FullExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:1456:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DeclRefExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclRefExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:1458:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:1462:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ThreadSafety.cpp:1469:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3313/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/RetainSummaryManager.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/RetainSummaryManager.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/RetainSummaryManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/RetainSummaryManager.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/DomainSpecific/CocoaConventions.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/RetainSummaryManager.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/local/include/c++/8.4.0/bits/predefined_ops.h:283:24: required from 'bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:120:14: required from '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:161:23: required from '_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:3930:28: required from '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:526:47: required from 'bool std::none_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:544:27: required from 'bool std::any_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:1542:21: required from 'bool llvm::any_of(R&&, UnaryPredicate) [with R = llvm::iterator_range >; UnaryPredicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7746:4: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3314/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ExprMutationAnalyzer.cpp.o -MF tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ExprMutationAnalyzer.cpp.o.d -o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ExprMutationAnalyzer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ExprMutationAnalyzer.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AST.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ExprMutationAnalyzer.cpp:8: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Expr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Expr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Expr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:238:30: required from 'const T* clang::ast_matchers::internal::BoundNodesMap::getNodeAs(llvm::StringRef) const [with T = clang::Expr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:115:40: required from 'const T* clang::ast_matchers::BoundNodes::getNodeAs(llvm::StringRef) const [with T = clang::Expr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ExprMutationAnalyzer.cpp:190:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:238:30: required from 'const T* clang::ast_matchers::internal::BoundNodesMap::getNodeAs(llvm::StringRef) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:115:40: required from 'const T* clang::ast_matchers::BoundNodes::getNodeAs(llvm::StringRef) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchFinder.h:277:22: required from 'const NodeT* clang::ast_matchers::selectFirst(llvm::StringRef, const llvm::SmallVectorImpl&) [with NodeT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Analysis/ExprMutationAnalyzer.cpp:373:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXOperatorCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXOperatorCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXOperatorCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXOperatorCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::BinaryOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ParenListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ParenListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ParenListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ParenListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXUnresolvedConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXUnresolvedConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXUnresolvedConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXUnresolvedConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnresolvedMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnresolvedMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnresolvedMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnresolvedMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::GenericSelectionExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::GenericSelectionExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::GenericSelectionExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::GenericSelectionExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXTypeidExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXTypeidExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXTypeidExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXTypeidExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3315/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/FileRemapper.cpp.o -MF tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/FileRemapper.cpp.o.d -o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/FileRemapper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/FileRemapper.cpp [3316/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/PlistReporter.cpp.o -MF tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/PlistReporter.cpp.o.d -o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/PlistReporter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/PlistReporter.cpp [3317/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/ARCMTActions.cpp.o -MF tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/ARCMTActions.cpp.o.d -o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/ARCMTActions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/ARCMTActions.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ARCMigrate/FileRemapper.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ARCMigrate/ARCMTActions.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/ARCMTActions.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3318/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/ARCMT.cpp.o -MF tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/ARCMT.cpp.o.d -o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/ARCMT.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/ARCMT.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LangOptions.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/Internals.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/ARCMT.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3319/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransAPIUses.cpp.o -MF tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransAPIUses.cpp.o.d -o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransAPIUses.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransAPIUses.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/RecursiveASTVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/Transforms.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransAPIUses.cpp:19: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3320/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransARCAssign.cpp.o -MF tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransARCAssign.cpp.o.d -o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransARCAssign.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransARCAssign.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/RecursiveASTVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/Transforms.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransARCAssign.cpp:23: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3321/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransEmptyStatementsAndDealloc.cpp.o -MF tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransEmptyStatementsAndDealloc.cpp.o.d -o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransEmptyStatementsAndDealloc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/RecursiveASTVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/Transforms.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp:21: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3322/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransGCAttrs.cpp.o -MF tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransGCAttrs.cpp.o.d -o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransGCAttrs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransGCAttrs.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/RecursiveASTVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/Transforms.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransGCAttrs.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3323/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransGCCalls.cpp.o -MF tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransGCCalls.cpp.o.d -o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransGCCalls.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransGCCalls.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/RecursiveASTVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/Transforms.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransGCCalls.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3324/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransProperties.cpp.o -MF tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransProperties.cpp.o.d -o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransProperties.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransProperties.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/RecursiveASTVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/Transforms.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransProperties.cpp:32: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3325/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransBlockObjCVariable.cpp.o -MF tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransBlockObjCVariable.cpp.o.d -o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransBlockObjCVariable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransBlockObjCVariable.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/RecursiveASTVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/Transforms.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransBlockObjCVariable.cpp:27: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3326/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/ObjCMT.cpp.o -MF tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/ObjCMT.cpp.o.d -o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/ObjCMT.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/ObjCMT.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/RecursiveASTVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/Transforms.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/ObjCMT.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3327/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransAutoreleasePool.cpp.o -MF tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransAutoreleasePool.cpp.o.d -o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransAutoreleasePool.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransAutoreleasePool.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/RecursiveASTVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/Transforms.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransAutoreleasePool.cpp:29: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3328/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Action.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Action.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Action.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/Action.cpp [3329/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransProtectedScope.cpp.o -MF tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransProtectedScope.cpp.o.d -o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransProtectedScope.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransProtectedScope.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LangOptions.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/Internals.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransProtectedScope.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3330/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransformActions.cpp.o -MF tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransformActions.cpp.o.d -o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransformActions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransformActions.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LangOptions.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/Internals.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransformActions.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3331/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransRetainReleaseDealloc.cpp.o -MF tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransRetainReleaseDealloc.cpp.o.d -o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransRetainReleaseDealloc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransRetainReleaseDealloc.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/RecursiveASTVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/Transforms.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransRetainReleaseDealloc.cpp:19: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3332/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Distro.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Distro.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Distro.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/Distro.cpp [3333/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/DriverOptions.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/DriverOptions.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/DriverOptions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/DriverOptions.cpp [3334/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Compilation.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Compilation.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Compilation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/Compilation.cpp [3335/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/OptionUtils.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/OptionUtils.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/OptionUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/OptionUtils.cpp [3336/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Phases.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Phases.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Phases.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/Phases.cpp [3337/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Job.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Job.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Job.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/Job.cpp [3338/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Multilib.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Multilib.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Multilib.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/Multilib.cpp [3339/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Tool.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Tool.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Tool.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/Tool.cpp [3340/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransUnusedInitDelegate.cpp.o -MF tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransUnusedInitDelegate.cpp.o.d -o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransUnusedInitDelegate.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransUnusedInitDelegate.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/RecursiveASTVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/Transforms.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransUnusedInitDelegate.cpp:22: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3341/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransUnbridgedCasts.cpp.o -MF tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransUnbridgedCasts.cpp.o.d -o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransUnbridgedCasts.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/RecursiveASTVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/Transforms.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp:42: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3342/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/AArch64.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/AArch64.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/AArch64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Arch/AArch64.cpp [3343/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/SanitizerArgs.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/SanitizerArgs.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/SanitizerArgs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/SanitizerArgs.cpp [3344/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/M68k.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/M68k.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/M68k.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Arch/M68k.cpp [3345/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/ARM.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/ARM.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/ARM.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Arch/ARM.cpp [3346/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChain.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChain.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChain.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChain.cpp [3347/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransZeroOutPropsInDealloc.cpp.o -MF tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransZeroOutPropsInDealloc.cpp.o.d -o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransZeroOutPropsInDealloc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/RecursiveASTVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/Transforms.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3348/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/Mips.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/Mips.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/Mips.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Arch/Mips.cpp [3349/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/PPC.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/PPC.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/PPC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Arch/PPC.cpp [3350/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/Sparc.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/Sparc.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/Sparc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Arch/Sparc.cpp [3351/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/SystemZ.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/SystemZ.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/SystemZ.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Arch/SystemZ.cpp [3352/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/VE.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/VE.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/VE.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Arch/VE.cpp [3353/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Driver.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Driver.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Driver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/Driver.cpp [3354/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/X86.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/X86.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/X86.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Arch/X86.cpp [3355/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/RISCV.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/RISCV.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/RISCV.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Arch/RISCV.cpp [3356/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AIX.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AIX.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AIX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/AIX.cpp [3357/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Ananas.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Ananas.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Ananas.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Ananas.cpp [3358/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AMDGPUOpenMP.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AMDGPUOpenMP.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AMDGPUOpenMP.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/AMDGPUOpenMP.cpp [3359/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AVR.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AVR.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AVR.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/AVR.cpp [3360/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CloudABI.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CloudABI.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CloudABI.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/CloudABI.cpp [3361/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AMDGPU.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AMDGPU.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AMDGPU.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/AMDGPU.cpp [3362/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Contiki.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Contiki.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Contiki.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Contiki.cpp [3363/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/BareMetal.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/BareMetal.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/BareMetal.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/BareMetal.cpp [3364/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CommonArgs.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CommonArgs.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CommonArgs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/CommonArgs.cpp [3365/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CrossWindows.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CrossWindows.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CrossWindows.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/CrossWindows.cpp [3366/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Flang.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Flang.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Flang.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Flang.cpp [3367/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/DragonFly.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/DragonFly.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/DragonFly.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/DragonFly.cpp [3368/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Cuda.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Cuda.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Cuda.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Cuda.cpp [3369/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Haiku.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Haiku.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Haiku.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Haiku.cpp [3370/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/FreeBSD.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/FreeBSD.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/FreeBSD.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/FreeBSD.cpp [3371/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Fuchsia.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Fuchsia.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Fuchsia.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Fuchsia.cpp [3372/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Darwin.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Darwin.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Darwin.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Darwin.cpp [3373/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/HIP.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/HIP.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/HIP.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/HIP.cpp [3374/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Hurd.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Hurd.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Hurd.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Hurd.cpp [3375/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Gnu.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Gnu.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Gnu.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Gnu.cpp [3376/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MipsLinux.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MipsLinux.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MipsLinux.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/MipsLinux.cpp [3377/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Hexagon.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Hexagon.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Hexagon.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Hexagon.cpp [3378/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Clang.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Clang.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Clang.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Clang.cpp [3379/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Linux.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Linux.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Linux.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Linux.cpp [3380/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Minix.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Minix.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Minix.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Minix.cpp [3381/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MinGW.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MinGW.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MinGW.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/MinGW.cpp [3382/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Myriad.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Myriad.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Myriad.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Myriad.cpp [3383/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/NaCl.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/NaCl.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/NaCl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/NaCl.cpp [3384/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MSP430.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MSP430.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MSP430.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/MSP430.cpp [3385/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MSVC.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MSVC.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MSVC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/MSVC.cpp [3386/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/NetBSD.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/NetBSD.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/NetBSD.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/NetBSD.cpp [3387/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/OpenBSD.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/OpenBSD.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/OpenBSD.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/OpenBSD.cpp [3388/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/TCE.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/TCE.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/TCE.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/TCE.cpp [3389/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/RISCVToolchain.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/RISCVToolchain.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/RISCVToolchain.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/RISCVToolchain.cpp [3390/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/PS4CPU.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/PS4CPU.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/PS4CPU.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/PS4CPU.cpp [3391/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Solaris.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Solaris.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Solaris.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/Solaris.cpp [3392/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/VEToolchain.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/VEToolchain.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/VEToolchain.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/VEToolchain.cpp [3393/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/PPCLinux.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/PPCLinux.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/PPCLinux.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/PPCLinux.cpp [3394/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/XCore.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/XCore.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/XCore.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/XCore.cpp [3395/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/WebAssembly.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/WebAssembly.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/WebAssembly.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/WebAssembly.cpp [3396/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/InterfaceStubs.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/InterfaceStubs.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/InterfaceStubs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/InterfaceStubs.cpp [3397/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/ZOS.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/ZOS.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/ZOS.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/ToolChains/ZOS.cpp [3398/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Types.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Types.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Types.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/Types.cpp [3399/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/XRayArgs.cpp.o -MF tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/XRayArgs.cpp.o.d -o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/XRayArgs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Driver/XRayArgs.cpp [3400/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTCommon.cpp.o -MF tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTCommon.cpp.o.d -o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTCommon.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/ASTCommon.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/ASTCommon.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/ASTCommon.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3401/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/Transforms.cpp.o -MF tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/Transforms.cpp.o.d -o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/Transforms.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/Transforms.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/RecursiveASTVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/Transforms.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/ARCMigrate/Transforms.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3402/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/GeneratePCH.cpp.o -MF tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/GeneratePCH.cpp.o.d -o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/GeneratePCH.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/GeneratePCH.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/GeneratePCH.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3403/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/GlobalModuleIndex.cpp.o -MF tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/GlobalModuleIndex.cpp.o.d -o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/GlobalModuleIndex.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/GlobalModuleIndex.cpp [3404/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/InMemoryModuleCache.cpp.o -MF tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/InMemoryModuleCache.cpp.o.d -o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/InMemoryModuleCache.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/InMemoryModuleCache.cpp [3405/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleFileExtension.cpp.o -MF tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleFileExtension.cpp.o.d -o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleFileExtension.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/ModuleFileExtension.cpp [3406/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriterStmt.cpp.o -MF tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriterStmt.cpp.o.d -o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriterStmt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/ASTWriterStmt.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprOpenMP.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/ASTWriterStmt.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3407/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriterDecl.cpp.o -MF tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriterDecl.cpp.o.d -o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriterDecl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/ASTWriterDecl.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/ASTCommon.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/ASTWriterDecl.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3408/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/PCHContainerOperations.cpp.o -MF tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/PCHContainerOperations.cpp.o.d -o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/PCHContainerOperations.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/PCHContainerOperations.cpp [3409/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleFile.cpp.o -MF tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleFile.cpp.o.d -o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/ModuleFile.cpp [3410/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReaderStmt.cpp.o -MF tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReaderStmt.cpp.o.d -o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReaderStmt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/ASTReaderStmt.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/ASTReaderStmt.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3411/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ChainedDiagnosticConsumer.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ChainedDiagnosticConsumer.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ChainedDiagnosticConsumer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/ChainedDiagnosticConsumer.cpp [3412/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleManager.cpp.o -MF tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleManager.cpp.o.d -o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/ModuleManager.cpp [3413/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTMerge.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTMerge.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTMerge.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/ASTMerge.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/ASTUnit.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/ASTMerge.cpp:8: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3414/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReaderDecl.cpp.o -MF tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReaderDecl.cpp.o.d -o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReaderDecl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/ASTReaderDecl.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/ASTCommon.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/ASTReaderDecl.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3415/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriter.cpp.o -MF tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriter.cpp.o.d -o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/ASTWriter.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/ASTCommon.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/ASTWriter.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3416/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ChainedIncludesSource.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ChainedIncludesSource.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ChainedIncludesSource.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/ChainedIncludesSource.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Sanitizers.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/CodeGenOptions.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/TargetInfo.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/ChainedIncludesSource.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3417/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CreateInvocationFromCommandLine.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CreateInvocationFromCommandLine.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CreateInvocationFromCommandLine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticOptions.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3418/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DependencyGraph.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DependencyGraph.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DependencyGraph.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/DependencyGraph.cpp [3419/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTUnit.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTUnit.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTUnit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/ASTUnit.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/ASTUnit.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/ASTUnit.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3420/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CompilerInstance.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CompilerInstance.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CompilerInstance.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/CompilerInstance.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/CompilerInstance.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/CompilerInstance.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3421/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendOptions.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendOptions.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendOptions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/FrontendOptions.cpp [3422/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DiagnosticRenderer.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DiagnosticRenderer.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DiagnosticRenderer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/DiagnosticRenderer.cpp [3423/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DependencyFile.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DependencyFile.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DependencyFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/DependencyFile.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/Utils.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/DependencyFile.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3424/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/HeaderIncludeGen.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/HeaderIncludeGen.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/HeaderIncludeGen.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/HeaderIncludeGen.cpp [3425/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/InitHeaderSearch.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/InitHeaderSearch.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/InitHeaderSearch.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/InitHeaderSearch.cpp [3426/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReader.cpp.o -MF tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReader.cpp.o.d -o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/ASTReader.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Serialization/ASTRecordReader.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Serialization/ASTReader.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3427/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTConsumers.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTConsumers.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTConsumers.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/ASTConsumers.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/ASTConsumers.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/ASTConsumers.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3428/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/LayoutOverrideSource.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/LayoutOverrideSource.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/LayoutOverrideSource.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/LayoutOverrideSource.cpp [3429/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/MultiplexConsumer.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/MultiplexConsumer.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/MultiplexConsumer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/MultiplexConsumer.cpp [3430/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/LogDiagnosticPrinter.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/LogDiagnosticPrinter.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/LogDiagnosticPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/LogDiagnosticPrinter.cpp [3431/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/PrintPreprocessedOutput.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/PrintPreprocessedOutput.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/PrintPreprocessedOutput.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/PrintPreprocessedOutput.cpp [3432/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendAction.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendAction.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendAction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/FrontendAction.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/FrontendAction.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/FrontendAction.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3433/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/InitPreprocessor.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/InitPreprocessor.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/InitPreprocessor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/InitPreprocessor.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DirectoryEntry.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/FileManager.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/InitPreprocessor.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3434/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SerializedDiagnosticReader.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SerializedDiagnosticReader.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SerializedDiagnosticReader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/SerializedDiagnosticReader.cpp [3435/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SerializedDiagnosticPrinter.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SerializedDiagnosticPrinter.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SerializedDiagnosticPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp [3436/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ModuleDependencyCollector.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ModuleDependencyCollector.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ModuleDependencyCollector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/ModuleDependencyCollector.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/CharInfo.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/ModuleDependencyCollector.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3437/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendActions.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendActions.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendActions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/FrontendActions.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/FrontendAction.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/FrontendActions.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/FrontendActions.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3438/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnosticBuffer.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnosticBuffer.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnosticBuffer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/TextDiagnosticBuffer.cpp [3439/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnostic.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnostic.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnostic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/TextDiagnostic.cpp [3440/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnosticPrinter.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnosticPrinter.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnosticPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/TextDiagnosticPrinter.cpp [3441/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/FixItRewriter.cpp.o -MF tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/FixItRewriter.cpp.o.d -o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/FixItRewriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/Rewrite/FixItRewriter.cpp [3442/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CompilerInvocation.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CompilerInvocation.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CompilerInvocation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/CompilerInvocation.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Sanitizers.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/CodeGenOptions.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/CompilerInvocation.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/CompilerInvocation.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3443/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/VerifyDiagnosticConsumer.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/VerifyDiagnosticConsumer.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/VerifyDiagnosticConsumer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp [3444/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/PrecompiledPreamble.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/PrecompiledPreamble.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/PrecompiledPreamble.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/PrecompiledPreamble.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LangOptions.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Lex/Lexer.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/PrecompiledPreamble.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/PrecompiledPreamble.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3445/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/HTMLPrint.cpp.o -MF tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/HTMLPrint.cpp.o.d -o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/HTMLPrint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/Rewrite/HTMLPrint.cpp [3446/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteMacros.cpp.o -MF tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteMacros.cpp.o.d -o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteMacros.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/Rewrite/RewriteMacros.cpp [3447/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/InclusionRewriter.cpp.o -MF tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/InclusionRewriter.cpp.o.d -o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/InclusionRewriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp [3448/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TestModuleFileExtension.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TestModuleFileExtension.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TestModuleFileExtension.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/TestModuleFileExtension.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/TestModuleFileExtension.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/TestModuleFileExtension.cpp:8: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3449/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Core/CMakeFiles/obj.clangToolingCore.dir/Diagnostic.cpp.o -MF tools/clang/lib/Tooling/Core/CMakeFiles/obj.clangToolingCore.dir/Diagnostic.cpp.o.d -o tools/clang/lib/Tooling/Core/CMakeFiles/obj.clangToolingCore.dir/Diagnostic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Core/Diagnostic.cpp [3450/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteTest.cpp.o -MF tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteTest.cpp.o.d -o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteTest.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/Rewrite/RewriteTest.cpp [3451/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Inclusions -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Inclusions -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/IncludeStyle.cpp.o -MF tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/IncludeStyle.cpp.o.d -o tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/IncludeStyle.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Inclusions/IncludeStyle.cpp [3452/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Core/CMakeFiles/obj.clangToolingCore.dir/Replacement.cpp.o -MF tools/clang/lib/Tooling/Core/CMakeFiles/obj.clangToolingCore.dir/Replacement.cpp.o.d -o tools/clang/lib/Tooling/Core/CMakeFiles/obj.clangToolingCore.dir/Replacement.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Core/Replacement.cpp [3453/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Inclusions -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Inclusions -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/HeaderIncludes.cpp.o -MF tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/HeaderIncludes.cpp.o.d -o tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/HeaderIncludes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Inclusions/HeaderIncludes.cpp [3454/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/ASTSelectionRequirements.cpp.o -MF tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/ASTSelectionRequirements.cpp.o.d -o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/ASTSelectionRequirements.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/ASTSelectionRequirements.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/ASTSelectionRequirements.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring/ASTSelection.h:113:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ [3455/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteObjC.cpp.o -MF tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteObjC.cpp.o.d -o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteObjC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/Rewrite/RewriteObjC.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Rewrite/Frontend/ASTConsumers.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/Rewrite/RewriteObjC.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3456/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteModernObjC.cpp.o -MF tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteModernObjC.cpp.o.d -o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteModernObjC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Rewrite/Frontend/ASTConsumers.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3457/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/InterfaceStubFunctionsConsumer.cpp.o -MF tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/InterfaceStubFunctionsConsumer.cpp.o.d -o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/InterfaceStubFunctionsConsumer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Mangle.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3458/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Extract/Extract.cpp.o -MF tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Extract/Extract.cpp.o.d -o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Extract/Extract.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/Extract.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring/ASTSelection.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring/Extract/Extract.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/Extract.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/Extract.cpp:81:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCPropertyRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/Extract.cpp:86:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/Extract.cpp:119:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCPropertyRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCPropertyRefExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCPropertyRefExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/Extract.cpp:86:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring/ASTSelection.h:113:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ [3459/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Frontend/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/Rewrite -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/FrontendActions.cpp.o -MF tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/FrontendActions.cpp.o.d -o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/FrontendActions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/Rewrite/FrontendActions.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/FrontendAction.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Rewrite/Frontend/FrontendActions.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Frontend/Rewrite/FrontendActions.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3460/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/AtomicChange.cpp.o -MF tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/AtomicChange.cpp.o.d -o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/AtomicChange.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/AtomicChange.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceManager.h:37, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring/AtomicChange.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/AtomicChange.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3461/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/SymbolOccurrences.cpp.o -MF tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/SymbolOccurrences.cpp.o.d -o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/SymbolOccurrences.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Rename/SymbolOccurrences.cpp [3462/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Extract/SourceExtraction.cpp.o -MF tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Extract/SourceExtraction.cpp.o.d -o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Extract/SourceExtraction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring/Extract/SourceExtraction.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp:32:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::WhileStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp:35:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp:37:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp:39:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCForCollectionStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp:41:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp:43:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::SwitchCase; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp:45:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp:30:26: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp:85:18: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::IfStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::IfStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp:32:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::WhileStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::WhileStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::WhileStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp:35:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ForStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ForStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp:37:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXForRangeStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp:39:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCForCollectionStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCForCollectionStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCForCollectionStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp:41:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::SwitchStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SwitchStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp:43:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SwitchCase; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::SwitchCase; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SwitchCase*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp:45:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3463/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Lookup.cpp.o -MF tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Lookup.cpp.o.d -o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Lookup.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Lookup.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring/Lookup.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Lookup.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3464/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/FrontendTool -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/FrontendTool -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/FrontendTool/CMakeFiles/obj.clangFrontendTool.dir/ExecuteCompilerInvocation.cpp.o -MF tools/clang/lib/FrontendTool/CMakeFiles/obj.clangFrontendTool.dir/ExecuteCompilerInvocation.cpp.o.d -o tools/clang/lib/FrontendTool/CMakeFiles/obj.clangFrontendTool.dir/ExecuteCompilerInvocation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ARCMigrate/FileRemapper.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ARCMigrate/ARCMTActions.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3465/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/RefactoringActions.cpp.o -MF tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/RefactoringActions.cpp.o.d -o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/RefactoringActions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/RefactoringActions.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring/ASTSelection.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring/Extract/Extract.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/RefactoringActions.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring/ASTSelection.h:113:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ [3466/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/ASTSelection.cpp.o -MF tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/ASTSelection.cpp.o.d -o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/ASTSelection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/ASTSelection.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring/ASTSelection.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/ASTSelection.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::StringLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/ASTSelection.cpp:269:27: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCStringLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/ASTSelection.cpp:269:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/ASTSelection.cpp:279:27: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/ASTSelection.cpp:279:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/ASTSelection.cpp:298:77: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/ASTSelection.cpp:395:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CallExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CallExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/ASTSelection.cpp:278:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring/ASTSelection.h:113:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/ASTSelection.cpp:345:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/ASTSelection.cpp:435:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3467/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/RenamingAction.cpp.o -MF tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/RenamingAction.cpp.o.d -o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/RenamingAction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Rename/RenamingAction.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LangOptions.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Core/Replacement.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring/Rename/RenamingAction.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Rename/RenamingAction.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring/ASTSelection.h:113:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ [3468/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Syntax -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Syntax -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/ComputeReplacements.cpp.o -MF tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/ComputeReplacements.cpp.o.d -o tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/ComputeReplacements.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Syntax/ComputeReplacements.cpp [3469/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Syntax -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Syntax -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Nodes.cpp.o -MF tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Nodes.cpp.o.d -o tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Nodes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Syntax/Nodes.cpp [3470/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/DumpTool -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/DumpTool -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/DumpTool/CMakeFiles/clang-ast-dump.dir/ASTSrcLocProcessor.cpp.o -MF tools/clang/lib/Tooling/DumpTool/CMakeFiles/clang-ast-dump.dir/ASTSrcLocProcessor.cpp.o.d -o tools/clang/lib/Tooling/DumpTool/CMakeFiles/clang-ast-dump.dir/ASTSrcLocProcessor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/DumpTool/ASTSrcLocProcessor.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:47, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchFinder.h:43, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/DumpTool/ASTSrcLocProcessor.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/DumpTool/ASTSrcLocProcessor.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/local/include/c++/8.4.0/bits/predefined_ops.h:283:24: required from 'bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:120:14: required from '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:161:23: required from '_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:3930:28: required from '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:526:47: required from 'bool std::none_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:544:27: required from 'bool std::any_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:1542:21: required from 'bool llvm::any_of(R&&, UnaryPredicate) [with R = llvm::iterator_range >; UnaryPredicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7746:4: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3471/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Syntax -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Syntax -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Mutations.cpp.o -MF tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Mutations.cpp.o.d -o tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Mutations.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Syntax/Mutations.cpp [3472/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Syntax -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Syntax -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Synthesis.cpp.o -MF tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Synthesis.cpp.o.d -o tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Synthesis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Syntax/Synthesis.cpp [3473/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRFindingAction.cpp.o -MF tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRFindingAction.cpp.o.d -o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRFindingAction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring/Rename/USRFindingAction.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3474/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/ASTDiff -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ASTDiff -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/ASTDiff/CMakeFiles/obj.clangToolingASTDiff.dir/ASTDiff.cpp.o -MF tools/clang/lib/Tooling/ASTDiff/CMakeFiles/obj.clangToolingASTDiff.dir/ASTDiff.cpp.o.d -o tools/clang/lib/Tooling/ASTDiff/CMakeFiles/obj.clangToolingASTDiff.dir/ASTDiff.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ASTDiff/ASTDiff.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/ASTDiff/ASTDiff.h:22, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ASTDiff/ASTDiff.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ASTDiff/ASTDiff.cpp:448:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ASTDiff/ASTDiff.cpp:450:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ASTDiff/ASTDiff.cpp:452:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ASTDiff/ASTDiff.cpp:454:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::FloatingLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ASTDiff/ASTDiff.cpp:459:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ASTDiff/ASTDiff.cpp:464:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::StringLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ASTDiff/ASTDiff.cpp:466:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXBoolLiteralExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ASTDiff/ASTDiff.cpp:468:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ASTDiff/ASTDiff.cpp:448:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ASTDiff/ASTDiff.cpp:450:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::MemberExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::MemberExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ASTDiff/ASTDiff.cpp:452:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::IntegerLiteral; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::IntegerLiteral*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ASTDiff/ASTDiff.cpp:454:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::FloatingLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::FloatingLiteral; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::FloatingLiteral*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ASTDiff/ASTDiff.cpp:459:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DeclRefExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclRefExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ASTDiff/ASTDiff.cpp:464:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::StringLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::StringLiteral; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::StringLiteral*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ASTDiff/ASTDiff.cpp:466:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXBoolLiteralExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXBoolLiteralExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXBoolLiteralExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ASTDiff/ASTDiff.cpp:468:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ASTDiff/ASTDiff.cpp:393:21: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXThisExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXThisExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::CXXThisExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::CXXThisExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ASTDiff/ASTDiff.cpp:1000:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3475/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Syntax -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Syntax -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Tree.cpp.o -MF tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Tree.cpp.o.d -o tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Tree.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Syntax/Tree.cpp [3476/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/DependencyScanning -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/DependencyScanning -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningService.cpp.o -MF tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningService.cpp.o.d -o tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningService.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/DependencyScanning/DependencyScanningService.cpp [3477/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/DumpTool -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/DumpTool -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/DumpTool/CMakeFiles/clang-ast-dump.dir/ClangSrcLocDump.cpp.o -MF tools/clang/lib/Tooling/DumpTool/CMakeFiles/clang-ast-dump.dir/ClangSrcLocDump.cpp.o.d -o tools/clang/lib/Tooling/DumpTool/CMakeFiles/clang-ast-dump.dir/ClangSrcLocDump.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/DumpTool/ClangSrcLocDump.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/DumpTool/ClangSrcLocDump.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/local/include/c++/8.4.0/bits/predefined_ops.h:283:24: required from 'bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:120:14: required from '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:161:23: required from '_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:3930:28: required from '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:526:47: required from 'bool std::none_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:544:27: required from 'bool std::any_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:1542:21: required from 'bool llvm::any_of(R&&, UnaryPredicate) [with R = llvm::iterator_range >; UnaryPredicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7746:4: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3478/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/DependencyScanning -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/DependencyScanning -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningFilesystem.cpp.o -MF tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningFilesystem.cpp.o.d -o tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningFilesystem.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp [3479/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Syntax -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Syntax -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Tokens.cpp.o -MF tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Tokens.cpp.o.d -o tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Tokens.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Syntax/Tokens.cpp [3480/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRFinder.cpp.o -MF tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRFinder.cpp.o.d -o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRFinder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Rename/USRFinder.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AST.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring/Rename/USRFinder.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Rename/USRFinder.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3481/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Syntax -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Syntax -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/BuildTree.cpp.o -MF tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/BuildTree.cpp.o.d -o tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/BuildTree.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Syntax/BuildTree.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Syntax/BuildTree.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Syntax/BuildTree.cpp:8: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Syntax/BuildTree.cpp:524:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3482/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRLocFinder.cpp.o -MF tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRLocFinder.cpp.o.d -o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRLocFinder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AST.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring/Rename/USRLocFinder.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3483/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Transformer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/SourceCodeBuilders.cpp.o -MF tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/SourceCodeBuilders.cpp.o.d -o tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/SourceCodeBuilders.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/SourceCodeBuilders.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Transformer/SourceCodeBuilders.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/SourceCodeBuilders.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3484/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Transformer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/SourceCode.cpp.o -MF tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/SourceCode.cpp.o.d -o tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/SourceCode.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/SourceCode.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Transformer/SourceCode.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/SourceCode.cpp:12: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3485/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Transformer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Parsing.cpp.o -MF tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Parsing.cpp.o.d -o tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Parsing.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/Parsing.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:47, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchFinder.h:43, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Transformer/Parsing.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/Parsing.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/local/include/c++/8.4.0/bits/predefined_ops.h:283:24: required from 'bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:120:14: required from '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:161:23: required from '_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:3930:28: required from '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:526:47: required from 'bool std::none_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:544:27: required from 'bool std::any_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:1542:21: required from 'bool llvm::any_of(R&&, UnaryPredicate) [with R = llvm::iterator_range >; UnaryPredicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7746:4: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3486/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/DependencyScanning -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/DependencyScanning -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningWorker.cpp.o -MF tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningWorker.cpp.o.d -o tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningWorker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticOptions.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/DependencyScanning/DependencyScanningWorker.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3487/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/DependencyScanning -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/DependencyScanning -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningTool.cpp.o -MF tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningTool.cpp.o.d -o tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningTool.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/DependencyScanning/DependencyScanningService.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3488/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/DependencyScanning -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/DependencyScanning -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/ModuleDepCollector.cpp.o -MF tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/ModuleDepCollector.cpp.o.d -o tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/ModuleDepCollector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp:10: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3489/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Transformer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/RangeSelector.cpp.o -MF tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/RangeSelector.cpp.o.d -o tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/RangeSelector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/RangeSelector.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:47, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchFinder.h:43, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Transformer/RangeSelector.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/RangeSelector.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/RangeSelector.cpp:147:30: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Expr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Expr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Expr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/RangeSelector.cpp:147:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/RangeSelector.cpp:193:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/RangeSelector.cpp:220:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/RangeSelector.cpp:263:21: required from 'llvm::Expected {anonymous}::RelativeSelector::operator()(const MatchResult&) [with T = clang::CompoundStmt; clang::CharSourceRange (* Func)(const MatchResult&, const T&) = {anonymous}::getStatementsRange; MatchResult = clang::ast_matchers::MatchFinder::MatchResult]' /usr/local/include/c++/8.4.0/bits/std_function.h:282:44: required from 'static _Res std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes&& ...) [with _Res = llvm::Expected; _Functor = {anonymous}::RelativeSelector; _ArgTypes = {const clang::ast_matchers::MatchFinder::MatchResult&}]' /usr/local/include/c++/8.4.0/bits/std_function.h:675:19: required from 'std::function<_Res(_ArgTypes ...)>::function(_Functor) [with _Functor = {anonymous}::RelativeSelector; = void; = void; _Res = llvm::Expected; _ArgTypes = {const clang::ast_matchers::MatchFinder::MatchResult&}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/RangeSelector.cpp:284:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/RangeSelector.cpp:263:21: required from 'llvm::Expected {anonymous}::RelativeSelector::operator()(const MatchResult&) [with T = clang::InitListExpr; clang::CharSourceRange (* Func)(const MatchResult&, const T&) = {anonymous}::getElementsRange; MatchResult = clang::ast_matchers::MatchFinder::MatchResult]' /usr/local/include/c++/8.4.0/bits/std_function.h:282:44: required from 'static _Res std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes&& ...) [with _Res = llvm::Expected; _Functor = {anonymous}::RelativeSelector; _ArgTypes = {const clang::ast_matchers::MatchFinder::MatchResult&}]' /usr/local/include/c++/8.4.0/bits/std_function.h:675:19: required from 'std::function<_Res(_ArgTypes ...)>::function(_Functor) [with _Functor = {anonymous}::RelativeSelector; = void; = void; _Res = llvm::Expected; _ArgTypes = {const clang::ast_matchers::MatchFinder::MatchResult&}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/RangeSelector.cpp:313:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/RangeSelector.cpp:263:21: required from 'llvm::Expected {anonymous}::RelativeSelector::operator()(const MatchResult&) [with T = clang::IfStmt; clang::CharSourceRange (* Func)(const MatchResult&, const T&) = {anonymous}::getElseRange; MatchResult = clang::ast_matchers::MatchFinder::MatchResult]' /usr/local/include/c++/8.4.0/bits/std_function.h:282:44: required from 'static _Res std::_Function_handler<_Res(_ArgTypes ...), _Functor>::_M_invoke(const std::_Any_data&, _ArgTypes&& ...) [with _Res = llvm::Expected; _Functor = {anonymous}::RelativeSelector; _ArgTypes = {const clang::ast_matchers::MatchFinder::MatchResult&}]' /usr/local/include/c++/8.4.0/bits/std_function.h:675:19: required from 'std::function<_Res(_ArgTypes ...)>::function(_Functor) [with _Functor = {anonymous}::RelativeSelector; = void; = void; _Res = llvm::Expected; _ArgTypes = {const clang::ast_matchers::MatchFinder::MatchResult&}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/RangeSelector.cpp:326:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3490/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/DirectoryWatcher -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/DirectoryWatcher -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/DirectoryWatcher/CMakeFiles/obj.clangDirectoryWatcher.dir/default/DirectoryWatcher-not-implemented.cpp.o -MF tools/clang/lib/DirectoryWatcher/CMakeFiles/obj.clangDirectoryWatcher.dir/default/DirectoryWatcher-not-implemented.cpp.o.d -o tools/clang/lib/DirectoryWatcher/CMakeFiles/obj.clangDirectoryWatcher.dir/default/DirectoryWatcher-not-implemented.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/DirectoryWatcher/default/DirectoryWatcher-not-implemented.cpp [3491/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/DirectoryWatcher -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/DirectoryWatcher -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/DirectoryWatcher/CMakeFiles/obj.clangDirectoryWatcher.dir/DirectoryScanner.cpp.o -MF tools/clang/lib/DirectoryWatcher/CMakeFiles/obj.clangDirectoryWatcher.dir/DirectoryScanner.cpp.o.d -o tools/clang/lib/DirectoryWatcher/CMakeFiles/obj.clangDirectoryWatcher.dir/DirectoryScanner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/DirectoryWatcher/DirectoryScanner.cpp [3492/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Transformer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/RewriteRule.cpp.o -MF tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/RewriteRule.cpp.o.d -o tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/RewriteRule.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/RewriteRule.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:47, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchFinder.h:43, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Transformer/RewriteRule.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/RewriteRule.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/RewriteRule.cpp:302:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/local/include/c++/8.4.0/bits/predefined_ops.h:283:24: required from 'bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:120:14: required from '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:161:23: required from '_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:3930:28: required from '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:526:47: required from 'bool std::none_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:544:27: required from 'bool std::any_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:1542:21: required from 'bool llvm::any_of(R&&, UnaryPredicate) [with R = llvm::iterator_range >; UnaryPredicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7746:4: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3493/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Index -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/FileIndexRecord.cpp.o -MF tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/FileIndexRecord.cpp.o.d -o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/FileIndexRecord.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/FileIndexRecord.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceLocation.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/FileIndexRecord.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/FileIndexRecord.cpp:10: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3494/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Index -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/CommentToXML.cpp.o -MF tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/CommentToXML.cpp.o.d -o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/CommentToXML.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/CommentToXML.cpp [3495/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Index -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexSymbol.cpp.o -MF tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexSymbol.cpp.o.d -o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexSymbol.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexSymbol.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Index/IndexSymbol.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexSymbol.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3496/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Index -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexDecl.cpp.o -MF tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexDecl.cpp.o.d -o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexDecl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexDecl.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexingContext.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexDecl.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3497/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Transformer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Transformer.cpp.o -MF tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Transformer.cpp.o.d -o tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Transformer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/Transformer.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:47, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchFinder.h:43, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Transformer/Transformer.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/Transformer.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/local/include/c++/8.4.0/bits/predefined_ops.h:283:24: required from 'bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:120:14: required from '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:161:23: required from '_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:3930:28: required from '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:526:47: required from 'bool std::none_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:544:27: required from 'bool std::any_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:1542:21: required from 'bool llvm::any_of(R&&, UnaryPredicate) [with R = llvm::iterator_range >; UnaryPredicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7746:4: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3498/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/APSIntType.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/APSIntType.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/APSIntType.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/APSIntType.cpp [3499/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/Transformer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Stencil.cpp.o -MF tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Stencil.cpp.o.d -o tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Stencil.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/Stencil.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Transformer/Stencil.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/Stencil.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Expr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Expr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Expr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:238:30: required from 'const T* clang::ast_matchers::internal::BoundNodesMap::getNodeAs(llvm::StringRef) const [with T = clang::Expr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:115:40: required from 'const T* clang::ast_matchers::BoundNodes::getNodeAs(llvm::StringRef) const [with T = clang::Expr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Transformer/Stencil.cpp:184:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXOperatorCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXOperatorCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXOperatorCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXOperatorCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3500/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Index -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexingContext.cpp.o -MF tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexingContext.cpp.o.d -o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexingContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexingContext.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexingContext.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexingContext.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3501/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/IndexSerialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/IndexSerialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/IndexSerialization/CMakeFiles/obj.clangIndexSerialization.dir/SerializablePathCollection.cpp.o -MF tools/clang/lib/IndexSerialization/CMakeFiles/obj.clangIndexSerialization.dir/SerializablePathCollection.cpp.o.d -o tools/clang/lib/IndexSerialization/CMakeFiles/obj.clangIndexSerialization.dir/SerializablePathCollection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/IndexSerialization/SerializablePathCollection.cpp [3502/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Index -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexingAction.cpp.o -MF tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexingAction.cpp.o.d -o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexingAction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexingAction.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Index/IndexingAction.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexingAction.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3503/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BlockCounter.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BlockCounter.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BlockCounter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BlockCounter.cpp [3504/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/AnalyzerOptions.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/AnalyzerOptions.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/AnalyzerOptions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/PathDiagnostic.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3505/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BasicValueFactory.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BasicValueFactory.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BasicValueFactory.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3506/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Index -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/USRGeneration.cpp.o -MF tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/USRGeneration.cpp.o.d -o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/USRGeneration.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/USRGeneration.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Index/USRGeneration.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/USRGeneration.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3507/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/AnalysisManager.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/AnalysisManager.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/AnalysisManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3508/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Index -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexBody.cpp.o -MF tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexBody.cpp.o.d -o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexBody.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexBody.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexingContext.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexBody.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexBody.cpp:75:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexBody.cpp:79:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CompoundAssignOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexBody.cpp:87:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexBody.cpp:75:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexBody.cpp:79:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CompoundAssignOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CompoundAssignOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CompoundAssignOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexBody.cpp:87:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CallExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CallExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexBody.cpp:93:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3509/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Checker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Checker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Checker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/Checker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/Checker.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3510/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Index -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexTypeSourceInfo.cpp.o -MF tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexTypeSourceInfo.cpp.o.d -o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexTypeSourceInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexTypeSourceInfo.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexingContext.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Index/IndexTypeSourceInfo.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3511/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CommonBugCategories.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CommonBugCategories.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CommonBugCategories.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CommonBugCategories.cpp [3512/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerHelpers.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerHelpers.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerHelpers.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp:39:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp:85:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp:92:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OffsetOfExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp:69:26: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DeclRefExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclRefExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp:39:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp:85:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::DeclStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp:92:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3513/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerContext.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerContext.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CheckerContext.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CheckerContext.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3514/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerRegistryData.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerRegistryData.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerRegistryData.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CheckerRegistryData.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerRegistryData.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CheckerRegistryData.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3515/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ConstraintManager.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ConstraintManager.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ConstraintManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ConstraintManager.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ConstraintManager.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3516/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CallEvent.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CallEvent.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CallEvent.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CallEvent.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CallEvent.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::PseudoObjectExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CallEvent.cpp:1078:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXInheritedCtorInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CallEvent.cpp:1449:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CallEvent.cpp:1487:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CallEvent.cpp:1489:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CallEvent.cpp:423:25: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CallEvent.cpp:423:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CallEvent.cpp:424:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CallEvent.cpp:425:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXInheritedCtorInitExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CallEvent.cpp:958:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::PseudoObjectExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::PseudoObjectExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::PseudoObjectExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CallEvent.cpp:1078:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3517/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BugReporter.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BugReporter.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BugReporter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/PathDiagnostic.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:649:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ChooseExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:660:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:669:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:674:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:680:33: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:684:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCForCollectionStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:688:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::WhileStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:692:35: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:1264:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DoStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:1371:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IndirectGotoStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:1375:38: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:1377:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:1379:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:1381:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:2425:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:3179:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXDefaultInitExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:537:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:617:18: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCForCollectionStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:1227:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:1287:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BreakStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:1305:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ContinueStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:1305:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::GotoStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:1306:29: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::FullExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:1345:24: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXBindTemporaryExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:1346:36: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SubstNonTypeTemplateParmExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:1347:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:1543:31: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::WhileStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:1543:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:1544:30: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SwitchCase; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:3184:34: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::LabelStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:3184:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::CallExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CallExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:292:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::CompoundStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CompoundStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:1264:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::MemberExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::MemberExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:2425:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:2429:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::ReturnStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ReturnStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporter.cpp:3179:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3518/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerManager.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerManager.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ProgramPoint.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3519/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/DynamicExtent.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/DynamicExtent.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/DynamicExtent.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/DynamicExtent.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicExtent.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/DynamicExtent.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3520/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/DynamicType.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/DynamicType.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/DynamicType.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/DynamicType.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicType.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/DynamicType.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3521/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CoreEngine.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CoreEngine.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CoreEngine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp:248:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXBindTemporaryExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp:304:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp:309:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp:313:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp:318:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ChooseExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp:326:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DoStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp:342:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp:346:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp:350:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp:360:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IndirectGotoStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp:368:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp:390:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::WhileStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp:398:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp:476:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ReturnStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ReturnStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp:248:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::CXXConstructExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXConstructExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp:476:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3522/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Environment.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Environment.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Environment.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/Environment.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/Environment.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/Environment.cpp:124:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3523/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/FunctionSummary.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/FunctionSummary.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/FunctionSummary.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/FunctionSummary.cpp [3524/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExplodedGraph.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExplodedGraph.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExplodedGraph.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp:363:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3525/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BugReporterVisitors.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BugReporterVisitors.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BugReporterVisitors.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ProgramPoint.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp:881:46: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp:887:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp:951:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp:1430:78: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp:2564:29: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp:2567:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BlockExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp:1547:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DeclStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp:881:46: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp:887:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ReturnStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ReturnStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp:951:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCMessageExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp:2431:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCIvarRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCIvarRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::ObjCIvarRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::ObjCIvarRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:238:30: required from 'const T* clang::ast_matchers::internal::BoundNodesMap::getNodeAs(llvm::StringRef) const [with T = clang::ObjCIvarRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:115:40: required from 'const T* clang::ast_matchers::BoundNodes::getNodeAs(llvm::StringRef) const [with T = clang::ObjCIvarRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp:471:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3526/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineC.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineC.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3527/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngine.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngine.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCAtSynchronizedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1352:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXBindTemporaryExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1366:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXDefaultArgExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1443:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXDefaultInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1445:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1520:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::GCCAsmStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1530:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MSAsmStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1536:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BlockExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1542:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1549:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1558:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXOperatorCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1590:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1624:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXInheritedCtorInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1637:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1650:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDeleteExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1660:46: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ChooseExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1676:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundLiteralExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1690:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1697:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXThisExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1705:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1711:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1719:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1734:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MaterializeTemporaryExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1746:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1759:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1765:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AtomicExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1771:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCIvarRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1777:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCForCollectionStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1783:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1789:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1802:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OffsetOfExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1813:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1822:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::StmtExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1828:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1850:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::PseudoObjectExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1865:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCIndirectCopyRestoreExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1886:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:2716:82: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:676:19: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1992:29: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::WhileStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1992:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DoStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1992:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXDefaultArgExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXDefaultArgExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXDefaultArgExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1443:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXDefaultInitExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXDefaultInitExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXDefaultInitExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1445:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:2111:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCForCollectionStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCForCollectionStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCForCollectionStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:2172:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ImplicitCastExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:2716:82: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3528/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineObjC.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineObjC.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineObjC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp:117:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DeclStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp:117:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3529/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineCXX.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineCXX.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineCXX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp:534:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::CXXConstructExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXConstructExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp:512:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::InitListExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::InitListExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp:534:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3530/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/HTMLDiagnostics.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/HTMLDiagnostics.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/HTMLDiagnostics.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3531/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineCallAndReturn.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineCallAndReturn.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineCallAndReturn.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/PrettyStackTraceLocationContext.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp:183:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp:260:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp:351:36: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ReturnStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ReturnStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp:183:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXConstructExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXConstructExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp:252:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3532/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RangedConstraintManager.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RangedConstraintManager.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RangedConstraintManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3533/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/MemRegion.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/MemRegion.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/MemRegion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/MemRegion.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/MemRegion.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3534/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/PlistDiagnostics.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/PlistDiagnostics.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/PlistDiagnostics.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LangOptions.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/MacroExpansionContext.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3535/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/LoopWidening.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/LoopWidening.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/LoopWidening.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/LoopWidening.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AST.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/LoopWidening.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/LoopWidening.cpp:33:34: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::WhileStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/LoopWidening.cpp:35:36: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DoStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/LoopWidening.cpp:37:33: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3536/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ProgramState.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ProgramState.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ProgramState.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ProgramState.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/ProgramState.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3537/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/LoopUnrolling.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/LoopUnrolling.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/LoopUnrolling.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:47, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp:219:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp:72:30: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::WhileStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp:72:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DoStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp:72:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DeclStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp:219:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:238:30: required from 'const T* clang::ast_matchers::internal::BoundNodesMap::getNodeAs(llvm::StringRef) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:115:40: required from 'const T* clang::ast_matchers::BoundNodes::getNodeAs(llvm::StringRef) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp:260:77: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:238:30: required from 'const T* clang::ast_matchers::internal::BoundNodesMap::getNodeAs(llvm::StringRef) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:115:40: required from 'const T* clang::ast_matchers::BoundNodes::getNodeAs(llvm::StringRef) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp:262:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::BinaryOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::BinaryOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:238:30: required from 'const T* clang::ast_matchers::internal::BoundNodesMap::getNodeAs(llvm::StringRef) const [with T = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:115:40: required from 'const T* clang::ast_matchers::BoundNodes::getNodeAs(llvm::StringRef) const [with T = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp:265:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3538/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RangeConstraintManager.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RangeConstraintManager.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RangeConstraintManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/JsonSupport.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3539/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SimpleConstraintManager.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SimpleConstraintManager.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SimpleConstraintManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3540/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SarifDiagnostics.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SarifDiagnostics.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SarifDiagnostics.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LangOptions.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/MacroExpansionContext.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3541/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SMTConstraintManager.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SMTConstraintManager.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SMTConstraintManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/SMTConstraintManager.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/JsonSupport.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/SMTConstraintManager.cpp:10: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3542/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SimpleSValBuilder.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SimpleSValBuilder.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SimpleSValBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3543/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SVals.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SVals.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SVals.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/SVals.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/SVals.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3544/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Store.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Store.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Store.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/Store.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/Store.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3545/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SValBuilder.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SValBuilder.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SValBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3546/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RegionStore.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RegionStore.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RegionStore.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/RegionStore.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/RegionStore.cpp:17: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3547/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SymbolManager.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SymbolManager.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SymbolManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXInheritedCtorInitExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp:529:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3548/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/WorkList.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/WorkList.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/WorkList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/WorkList.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/WorkList.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3549/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/TextDiagnostics.cpp.o -MF tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/TextDiagnostics.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/TextDiagnostics.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/TextDiagnostics.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LangOptions.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/MacroExpansionContext.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Core/TextDiagnostics.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3550/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/AnalyzerStatsChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/AnalyzerStatsChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/AnalyzerStatsChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclObjC.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp:11: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3551/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/AnalysisOrderChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/AnalysisOrderChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/AnalysisOrderChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::AnalysisOrderChecker; STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::EndFunction, clang::ento::check::EndAnalysis, clang::ento::check::NewAllocator, clang::ento::check::Bind, clang::ento::check::PointerEscape, clang::ento::check::RegionChanges, clang::ento::check::LiveSymbols, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::AnalysisOrderChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp:224:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::EndFunction, clang::ento::check::EndAnalysis, clang::ento::check::NewAllocator, clang::ento::check::Bind, clang::ento::check::PointerEscape, clang::ento::check::RegionChanges, clang::ento::check::LiveSymbols, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::AnalysisOrderChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp:224:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::AnalysisOrderChecker; STMT = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; STMT = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::EndFunction, clang::ento::check::EndAnalysis, clang::ento::check::NewAllocator, clang::ento::check::Bind, clang::ento::check::PointerEscape, clang::ento::check::RegionChanges, clang::ento::check::LiveSymbols, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::EndFunction, clang::ento::check::EndAnalysis, clang::ento::check::NewAllocator, clang::ento::check::Bind, clang::ento::check::PointerEscape, clang::ento::check::RegionChanges, clang::ento::check::LiveSymbols, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::AnalysisOrderChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp:224:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; STMT = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::EndFunction, clang::ento::check::EndAnalysis, clang::ento::check::NewAllocator, clang::ento::check::Bind, clang::ento::check::PointerEscape, clang::ento::check::RegionChanges, clang::ento::check::LiveSymbols, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::EndFunction, clang::ento::check::EndAnalysis, clang::ento::check::NewAllocator, clang::ento::check::Bind, clang::ento::check::PointerEscape, clang::ento::check::RegionChanges, clang::ento::check::LiveSymbols, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::AnalysisOrderChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp:224:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::AnalysisOrderChecker; STMT = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; STMT = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::EndFunction, clang::ento::check::EndAnalysis, clang::ento::check::NewAllocator, clang::ento::check::Bind, clang::ento::check::PointerEscape, clang::ento::check::RegionChanges, clang::ento::check::LiveSymbols, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::EndFunction, clang::ento::check::EndAnalysis, clang::ento::check::NewAllocator, clang::ento::check::Bind, clang::ento::check::PointerEscape, clang::ento::check::RegionChanges, clang::ento::check::LiveSymbols, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::AnalysisOrderChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp:224:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; STMT = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::EndFunction, clang::ento::check::EndAnalysis, clang::ento::check::NewAllocator, clang::ento::check::Bind, clang::ento::check::PointerEscape, clang::ento::check::RegionChanges, clang::ento::check::LiveSymbols, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::EndFunction, clang::ento::check::EndAnalysis, clang::ento::check::NewAllocator, clang::ento::check::Bind, clang::ento::check::PointerEscape, clang::ento::check::RegionChanges, clang::ento::check::LiveSymbols, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::AnalysisOrderChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp:224:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDeleteExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::AnalysisOrderChecker; STMT = clang::CXXDeleteExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; STMT = clang::CXXDeleteExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::EndFunction, clang::ento::check::EndAnalysis, clang::ento::check::NewAllocator, clang::ento::check::Bind, clang::ento::check::PointerEscape, clang::ento::check::RegionChanges, clang::ento::check::LiveSymbols, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::EndFunction, clang::ento::check::EndAnalysis, clang::ento::check::NewAllocator, clang::ento::check::Bind, clang::ento::check::PointerEscape, clang::ento::check::RegionChanges, clang::ento::check::LiveSymbols, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::AnalysisOrderChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp:224:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXDeleteExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::CXXDeleteExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; STMT = clang::CXXDeleteExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::EndFunction, clang::ento::check::EndAnalysis, clang::ento::check::NewAllocator, clang::ento::check::Bind, clang::ento::check::PointerEscape, clang::ento::check::RegionChanges, clang::ento::check::LiveSymbols, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::EndFunction, clang::ento::check::EndAnalysis, clang::ento::check::NewAllocator, clang::ento::check::Bind, clang::ento::check::PointerEscape, clang::ento::check::RegionChanges, clang::ento::check::LiveSymbols, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::AnalysisOrderChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp:224:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; STMT = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::EndFunction, clang::ento::check::EndAnalysis, clang::ento::check::NewAllocator, clang::ento::check::Bind, clang::ento::check::PointerEscape, clang::ento::check::RegionChanges, clang::ento::check::LiveSymbols, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::EndFunction, clang::ento::check::EndAnalysis, clang::ento::check::NewAllocator, clang::ento::check::Bind, clang::ento::check::PointerEscape, clang::ento::check::RegionChanges, clang::ento::check::LiveSymbols, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::AnalysisOrderChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp:224:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OffsetOfExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::AnalysisOrderChecker; STMT = clang::OffsetOfExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; STMT = clang::OffsetOfExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::EndFunction, clang::ento::check::EndAnalysis, clang::ento::check::NewAllocator, clang::ento::check::Bind, clang::ento::check::PointerEscape, clang::ento::check::RegionChanges, clang::ento::check::LiveSymbols, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::EndFunction, clang::ento::check::EndAnalysis, clang::ento::check::NewAllocator, clang::ento::check::Bind, clang::ento::check::PointerEscape, clang::ento::check::RegionChanges, clang::ento::check::LiveSymbols, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::AnalysisOrderChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp:224:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OffsetOfExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::OffsetOfExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; STMT = clang::OffsetOfExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::EndFunction, clang::ento::check::EndAnalysis, clang::ento::check::NewAllocator, clang::ento::check::Bind, clang::ento::check::PointerEscape, clang::ento::check::RegionChanges, clang::ento::check::LiveSymbols, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::AnalysisOrderChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::EndFunction, clang::ento::check::EndAnalysis, clang::ento::check::NewAllocator, clang::ento::check::Bind, clang::ento::check::PointerEscape, clang::ento::check::RegionChanges, clang::ento::check::LiveSymbols, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::AnalysisOrderChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp:224:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3552/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ArrayBoundChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ArrayBoundChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ArrayBoundChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3553/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ArrayBoundCheckerV2.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ArrayBoundCheckerV2.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ArrayBoundCheckerV2.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ProgramPoint.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/Taint.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3554/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BoolAssignmentChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BoolAssignmentChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BoolAssignmentChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3555/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BlockInCriticalSectionChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BlockInCriticalSectionChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BlockInCriticalSectionChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp:18: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3556/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BuiltinFunctionChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BuiltinFunctionChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BuiltinFunctionChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ProgramPoint.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3557/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BasicObjCFoundationChecks.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BasicObjCFoundationChecks.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BasicObjCFoundationChecks.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:895:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DeclStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:895:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCForCollectionStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:104:57: required from 'static void clang::ento::check::PostStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::ObjCLoopChecker; STMT = clang::ObjCForCollectionStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:46: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCLoopChecker; STMT = clang::ObjCForCollectionStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCLoopChecker; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PostObjCMessage, clang::ento::check::DeadSymbols, clang::ento::check::PointerEscape}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ObjCLoopChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1282:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCDictionaryLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:104:57: required from 'static void clang::ento::check::PostStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::NilArgChecker; STMT = clang::ObjCDictionaryLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:46: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::NilArgChecker; STMT = clang::ObjCDictionaryLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::NilArgChecker; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PostStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::NilArgChecker; CHECK1 = clang::ento::check::PreObjCMessage; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::NilArgChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1242:38: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::CallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::CFNumberChecker; STMT = clang::CallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::CFNumberChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::CFNumberChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1250:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCForCollectionStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ObjCForCollectionStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCLoopChecker; STMT = clang::ObjCForCollectionStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCLoopChecker; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PostObjCMessage, clang::ento::check::DeadSymbols, clang::ento::check::PointerEscape}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ObjCLoopChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1282:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCArrayLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:104:57: required from 'static void clang::ento::check::PostStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::ObjCNonNilReturnValueChecker; STMT = clang::ObjCArrayLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:46: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCNonNilReturnValueChecker; STMT = clang::ObjCArrayLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCNonNilReturnValueChecker; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCNonNilReturnValueChecker; CHECK1 = clang::ento::check::PostObjCMessage; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ObjCNonNilReturnValueChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1290:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCDictionaryLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ObjCDictionaryLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::NilArgChecker; STMT = clang::ObjCDictionaryLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::NilArgChecker; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PostStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::NilArgChecker; CHECK1 = clang::ento::check::PreObjCMessage; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::NilArgChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1242:38: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCArrayLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ObjCArrayLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCNonNilReturnValueChecker; STMT = clang::ObjCArrayLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCNonNilReturnValueChecker; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCNonNilReturnValueChecker; CHECK1 = clang::ento::check::PostObjCMessage; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ObjCNonNilReturnValueChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1290:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCBoxedExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:104:57: required from 'static void clang::ento::check::PostStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::ObjCNonNilReturnValueChecker; STMT = clang::ObjCBoxedExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:46: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCNonNilReturnValueChecker; STMT = clang::ObjCBoxedExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCNonNilReturnValueChecker; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCNonNilReturnValueChecker; CHECK1 = clang::ento::check::PostObjCMessage; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ObjCNonNilReturnValueChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1290:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCBoxedExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ObjCBoxedExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCNonNilReturnValueChecker; STMT = clang::ObjCBoxedExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCNonNilReturnValueChecker; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCNonNilReturnValueChecker; CHECK1 = clang::ento::check::PostObjCMessage; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ObjCNonNilReturnValueChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp:1290:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3558/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CStringSyntaxChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CStringSyntaxChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CStringSyntaxChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3559/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastSizeChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastSizeChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastSizeChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::CastSizeChecker; STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::CastSizeChecker; STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::CastSizeChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::CastSizeChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp:146:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::CastSizeChecker; STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::CastSizeChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::CastSizeChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp:146:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3560/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CallAndMessageChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CallAndMessageChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CallAndMessageChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3561/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CStringChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CStringChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CStringChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/CharInfo.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::Expr; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp:2284:31: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::CStringChecker; STMT = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::CStringChecker; STMT = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::CStringChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::LiveSymbols, clang::ento::check::DeadSymbols, clang::ento::check::RegionChanges}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::CStringChecker; CHECK1 = clang::ento::eval::Call; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::LiveSymbols, clang::ento::check::DeadSymbols, clang::ento::check::RegionChanges}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::CStringChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp:2443:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::CStringChecker; STMT = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::CStringChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::LiveSymbols, clang::ento::check::DeadSymbols, clang::ento::check::RegionChanges}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::CStringChecker; CHECK1 = clang::ento::eval::Call; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::LiveSymbols, clang::ento::check::DeadSymbols, clang::ento::check::RegionChanges}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::CStringChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp:2443:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3562/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastValueChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastValueChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastValueChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclTemplate.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp:19: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3563/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckObjCInstMethSignature.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckObjCInstMethSignature.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckObjCInstMethSignature.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CheckObjCInstMethSignature.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/PathDiagnostic.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CheckObjCInstMethSignature.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3564/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckObjCDealloc.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckObjCDealloc.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckObjCDealloc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/PathDiagnostic.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp:31: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::ObjCDeallocChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCDeallocChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCDeallocChecker; CHECK1 = clang::ento::check::PreObjCMessage; CHECKs = {clang::ento::check::PostObjCMessage, clang::ento::check::PreCall, clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::eval::Assume, clang::ento::check::PointerEscape, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCDeallocChecker; CHECK1 = clang::ento::check::ASTDecl; CHECKs = {clang::ento::check::PreObjCMessage, clang::ento::check::PostObjCMessage, clang::ento::check::PreCall, clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::eval::Assume, clang::ento::check::PointerEscape, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ObjCDeallocChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp:1088:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCDeallocChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCDeallocChecker; CHECK1 = clang::ento::check::PreObjCMessage; CHECKs = {clang::ento::check::PostObjCMessage, clang::ento::check::PreCall, clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::eval::Assume, clang::ento::check::PointerEscape, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCDeallocChecker; CHECK1 = clang::ento::check::ASTDecl; CHECKs = {clang::ento::check::PreObjCMessage, clang::ento::check::PostObjCMessage, clang::ento::check::PreCall, clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::eval::Assume, clang::ento::check::PointerEscape, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ObjCDeallocChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp:1088:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3565/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckPlacementNew.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckPlacementNew.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckPlacementNew.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::PlacementNewChecker; STMT = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PlacementNewChecker; STMT = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PlacementNewChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::PlacementNewChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp:311:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PlacementNewChecker; STMT = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PlacementNewChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::PlacementNewChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp:311:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3566/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckerDocumentation.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckerDocumentation.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckerDocumentation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3567/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckSizeofPointer.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckSizeofPointer.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckSizeofPointer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprConcepts.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3568/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ChrootChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ChrootChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ChrootChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3569/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckSecuritySyntaxOnly.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckSecuritySyntaxOnly.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckSecuritySyntaxOnly.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprConcepts.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3570/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CloneChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CloneChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CloneChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprConcepts.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/CloneDetection.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3571/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastToStructChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastToStructChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastToStructChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/RecursiveASTVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3572/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ConversionChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ConversionChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ConversionChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp:28: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp:77:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp:100:34: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp:77:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::ConversionChecker; STMT = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ConversionChecker; STMT = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ConversionChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ConversionChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp:196:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ConversionChecker; STMT = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ConversionChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ConversionChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp:196:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3573/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CXXSelfAssignmentChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CXXSelfAssignmentChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CXXSelfAssignmentChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ProgramPoint.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp:21: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3574/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ContainerModeling.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ContainerModeling.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ContainerModeling.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ContainerModeling.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclTemplate.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ContainerModeling.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3575/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugContainerModeling.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugContainerModeling.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugContainerModeling.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DebugContainerModeling.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DebugContainerModeling.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3576/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugIteratorModeling.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugIteratorModeling.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugIteratorModeling.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DebugIteratorModeling.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DebugIteratorModeling.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3577/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DeleteWithNonVirtualDtorChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DeleteWithNonVirtualDtorChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DeleteWithNonVirtualDtorChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/PathDiagnostic.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp:24: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp:117:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CastExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp:117:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDeleteExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::DeleteWithNonVirtualDtorChecker; STMT = clang::CXXDeleteExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::DeleteWithNonVirtualDtorChecker; STMT = clang::CXXDeleteExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::DeleteWithNonVirtualDtorChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::DeleteWithNonVirtualDtorChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp:149:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXDeleteExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::CXXDeleteExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::DeleteWithNonVirtualDtorChecker; STMT = clang::CXXDeleteExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::DeleteWithNonVirtualDtorChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::DeleteWithNonVirtualDtorChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp:149:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3578/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DereferenceChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DereferenceChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DereferenceChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprObjC.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp:154:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPArraySectionExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp:162:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp:170:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp:176:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCIvarRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp:185:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3579/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DirectIvarAssignment.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DirectIvarAssignment.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DirectIvarAssignment.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp:24: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/SmallString.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/APFixedPoint.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp:24: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor<{anonymous}::DirectIvarAssignment::MethodCrawler>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp:59:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp:24: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::DirectIvarAssignment::MethodCrawler; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp:81:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::DirectIvarAssignment::MethodCrawler; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp:81:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::DirectIvarAssignment::MethodCrawler; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp:81:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::DirectIvarAssignment::MethodCrawler; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp:81:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3580/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DivZeroChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DivZeroChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DivZeroChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ProgramPoint.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/Taint.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp:38:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp:38:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3581/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugCheckers.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugCheckers.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugCheckers.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/Analyses/Dominators.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::ReportStmts; STMT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ReportStmts; STMT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ReportStmts; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ReportStmts; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:344:36: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ReportStmts; STMT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ReportStmts; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ReportStmts; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:344:36: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3582/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DynamicTypeChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DynamicTypeChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DynamicTypeChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp:20: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp:119:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp:127:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ExplicitCastExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp:119:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ImplicitCastExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp:127:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3583/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/EnumCastOutOfRangeChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/EnumCastOutOfRangeChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/EnumCastOutOfRangeChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/EnumCastOutOfRangeChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/EnumCastOutOfRangeChecker.cpp:23: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::EnumCastOutOfRangeChecker; STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::EnumCastOutOfRangeChecker; STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::EnumCastOutOfRangeChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::EnumCastOutOfRangeChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/EnumCastOutOfRangeChecker.cpp:142:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::EnumCastOutOfRangeChecker; STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::EnumCastOutOfRangeChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::EnumCastOutOfRangeChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/EnumCastOutOfRangeChecker.cpp:142:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3584/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DeadStoresChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DeadStoresChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DeadStoresChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp:329:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp:362:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp:375:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp:490:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp:367:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp:329:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp:362:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DeclStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp:375:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::LambdaExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::LambdaExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp:490:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3585/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/FixedAddressChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/FixedAddressChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/FixedAddressChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::FixedAddressChecker; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::FixedAddressChecker; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::FixedAddressChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::FixedAddressChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp:66:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::FixedAddressChecker; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::FixedAddressChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::FixedAddressChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp:66:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3586/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/FuchsiaHandleChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/FuchsiaHandleChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/FuchsiaHandleChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/FuchsiaHandleChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/FuchsiaHandleChecker.cpp:90: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3587/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ExprInspectionChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ExprInspectionChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ExprInspectionChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ProgramPoint.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/Taint.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3588/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GTestChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GTestChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GTestChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/GTestChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/GTestChecker.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3589/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GenericTaintChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GenericTaintChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GenericTaintChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ProgramPoint.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/Taint.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp:17: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3590/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/InnerPointerChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/InnerPointerChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/InnerPointerChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ProgramPoint.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/AllocationState.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3591/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/InvalidatedIteratorChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/InvalidatedIteratorChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/InvalidatedIteratorChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; STMT = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; STMT = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.cpp:139:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; STMT = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.cpp:139:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.cpp:139:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.cpp:139:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; STMT = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; STMT = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.cpp:139:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; STMT = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.cpp:139:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; STMT = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; STMT = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.cpp:139:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; STMT = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::InvalidatedIteratorChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.cpp:139:51: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3592/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/Iterator.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/Iterator.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/Iterator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/Iterator.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicType.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/Iterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/Iterator.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3593/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GCDAntipatternChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GCDAntipatternChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GCDAntipatternChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:47, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchFinder.h:43, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp:32: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::BinaryOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3594/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DynamicTypePropagation.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DynamicTypePropagation.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DynamicTypePropagation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/RecursiveASTVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp:24: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp:388:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp:1076:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp:1084:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::InitListExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::InitListExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp:388:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ExplicitCastExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp:1076:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ImplicitCastExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp:1084:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:104:57: required from 'static void clang::ento::check::PostStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::DynamicTypePropagation; STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:46: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::DynamicTypePropagation; STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::DynamicTypePropagation; CHECK1 = clang::ento::check::PostCall; CHECKs = {clang::ento::check::DeadSymbols, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PreObjCMessage, clang::ento::check::PostObjCMessage}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::DynamicTypePropagation; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PostCall, clang::ento::check::DeadSymbols, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PreObjCMessage, clang::ento::check::PostObjCMessage}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::DynamicTypePropagation; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp:1114:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::DynamicTypePropagation; STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::DynamicTypePropagation; CHECK1 = clang::ento::check::PostCall; CHECKs = {clang::ento::check::DeadSymbols, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PreObjCMessage, clang::ento::check::PostObjCMessage}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::DynamicTypePropagation; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PostCall, clang::ento::check::DeadSymbols, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PreObjCMessage, clang::ento::check::PostObjCMessage}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::DynamicTypePropagation; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp:1114:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:104:57: required from 'static void clang::ento::check::PostStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::DynamicTypePropagation; STMT = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:46: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::DynamicTypePropagation; STMT = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::DynamicTypePropagation; CHECK1 = clang::ento::check::PostCall; CHECKs = {clang::ento::check::DeadSymbols, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PreObjCMessage, clang::ento::check::PostObjCMessage}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::DynamicTypePropagation; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PostCall, clang::ento::check::DeadSymbols, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PreObjCMessage, clang::ento::check::PostObjCMessage}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::DynamicTypePropagation; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp:1114:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::DynamicTypePropagation; STMT = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::DynamicTypePropagation; CHECK1 = clang::ento::check::PostCall; CHECKs = {clang::ento::check::DeadSymbols, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PreObjCMessage, clang::ento::check::PostObjCMessage}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::DynamicTypePropagation; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PostCall, clang::ento::check::DeadSymbols, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PreObjCMessage, clang::ento::check::PostObjCMessage}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::DynamicTypePropagation; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp:1114:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3595/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IteratorModeling.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IteratorModeling.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IteratorModeling.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclTemplate.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp:68: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:104:57: required from 'static void clang::ento::check::PostStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::IteratorModeling; STMT = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:46: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorModeling; STMT = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorModeling; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::Bind, clang::ento::check::LiveSymbols, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorModeling; CHECK1 = clang::ento::check::PostCall; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::Bind, clang::ento::check::LiveSymbols, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::IteratorModeling; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp:851:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorModeling; STMT = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorModeling; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::Bind, clang::ento::check::LiveSymbols, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorModeling; CHECK1 = clang::ento::check::PostCall; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::Bind, clang::ento::check::LiveSymbols, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::IteratorModeling; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp:851:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:104:57: required from 'static void clang::ento::check::PostStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::IteratorModeling; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:46: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorModeling; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorModeling; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::Bind, clang::ento::check::LiveSymbols, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorModeling; CHECK1 = clang::ento::check::PostCall; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::Bind, clang::ento::check::LiveSymbols, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::IteratorModeling; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp:851:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorModeling; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorModeling; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::Bind, clang::ento::check::LiveSymbols, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorModeling; CHECK1 = clang::ento::check::PostCall; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::Bind, clang::ento::check::LiveSymbols, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::IteratorModeling; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp:851:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MaterializeTemporaryExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:104:57: required from 'static void clang::ento::check::PostStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::IteratorModeling; STMT = clang::MaterializeTemporaryExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:46: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorModeling; STMT = clang::MaterializeTemporaryExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorModeling; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::Bind, clang::ento::check::LiveSymbols, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorModeling; CHECK1 = clang::ento::check::PostCall; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::Bind, clang::ento::check::LiveSymbols, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::IteratorModeling; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp:851:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::MaterializeTemporaryExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::MaterializeTemporaryExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorModeling; STMT = clang::MaterializeTemporaryExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorModeling; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::Bind, clang::ento::check::LiveSymbols, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorModeling; CHECK1 = clang::ento::check::PostCall; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::Bind, clang::ento::check::LiveSymbols, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::IteratorModeling; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp:851:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3596/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IteratorRangeChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IteratorRangeChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IteratorRangeChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::IteratorRangeChecker; STMT = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; STMT = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::IteratorRangeChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp:368:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; STMT = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::IteratorRangeChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp:368:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::IteratorRangeChecker; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::IteratorRangeChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp:368:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::IteratorRangeChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp:368:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::IteratorRangeChecker; STMT = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; STMT = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::IteratorRangeChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp:368:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; STMT = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::IteratorRangeChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp:368:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::IteratorRangeChecker; STMT = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; STMT = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::IteratorRangeChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp:368:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; STMT = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::IteratorRangeChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::IteratorRangeChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp:368:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3597/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/LLVMConventionsChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/LLVMConventionsChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/LLVMConventionsChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclTemplate.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3598/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IvarInvalidationChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IvarInvalidationChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IvarInvalidationChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp:31: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/SmallString.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/APFixedPoint.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp:31: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor<{anonymous}::IvarInvalidationCheckerImpl::MethodCrawler>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp:98:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp:31: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::IvarInvalidationCheckerImpl::MethodCrawler; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp:168:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::IvarInvalidationCheckerImpl::MethodCrawler; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp:168:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::IvarInvalidationCheckerImpl::MethodCrawler; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp:168:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::IvarInvalidationCheckerImpl::MethodCrawler; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp:168:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3599/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MacOSKeychainAPIChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MacOSKeychainAPIChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MacOSKeychainAPIChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::CallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MacOSKeychainAPIChecker; STMT = clang::CallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MacOSKeychainAPIChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::DeadSymbols, clang::ento::check::PointerEscape, clang::ento::eval::Assume}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::MacOSKeychainAPIChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp:667:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3600/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MacOSXAPIChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MacOSXAPIChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MacOSXAPIChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp:17: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::CallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MacOSXAPIChecker; STMT = clang::CallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MacOSXAPIChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::MacOSXAPIChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp:176:41: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3601/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IdenticalExprChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IdenticalExprChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IdenticalExprChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/RecursiveASTVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp:19: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp:115:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp:138:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CStyleCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp:363:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp:369:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp:376:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DoStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp:394:46: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::WhileStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp:406:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp:452:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CharacterLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp:457:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp:462:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp:467:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::FloatingLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp:477:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::StringLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp:482:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp:487:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp:492:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CompoundStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CompoundStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp:115:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::IfStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::IfStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp:138:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3602/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocOverflowSecurityChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocOverflowSecurityChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocOverflowSecurityChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/EvaluatedExprVisitor.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp:21: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CallExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CallExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp:311:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3603/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MmapWriteExecChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MmapWriteExecChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MmapWriteExecChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MmapWriteExecChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MmapWriteExecChecker.cpp:17: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3604/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MismatchedIteratorChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MismatchedIteratorChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MismatchedIteratorChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MismatchedIteratorChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MismatchedIteratorChecker.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::MismatchedIteratorChecker; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MismatchedIteratorChecker; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MismatchedIteratorChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MismatchedIteratorChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::MismatchedIteratorChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MismatchedIteratorChecker.cpp:302:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MismatchedIteratorChecker; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MismatchedIteratorChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MismatchedIteratorChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::MismatchedIteratorChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MismatchedIteratorChecker.cpp:302:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3605/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ProgramPoint.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/AllocationState.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp:47: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::AtomicExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp:3184:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp:3236:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXOperatorCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp:3238:77: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp:770:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp:770:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp:793:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCPropertyRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp:794:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::Expr; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp:2810:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::AtomicExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::AtomicExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::AtomicExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp:3184:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXMemberCallExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp:3236:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXOperatorCallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXOperatorCallExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXOperatorCallExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp:3238:77: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::MallocChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MallocChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MallocChecker; CHECK1 = clang::ento::check::PointerEscape; CHECKs = {clang::ento::check::ConstPointerEscape, clang::ento::check::PreStmt, clang::ento::check::EndFunction, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::NewAllocator, clang::ento::check::PostStmt, clang::ento::check::PostObjCMessage, clang::ento::check::Location, clang::ento::eval::Assume}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MallocChecker; CHECK1 = clang::ento::check::DeadSymbols; CHECKs = {clang::ento::check::PointerEscape, clang::ento::check::ConstPointerEscape, clang::ento::check::PreStmt, clang::ento::check::EndFunction, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::NewAllocator, clang::ento::check::PostStmt, clang::ento::check::PostObjCMessage, clang::ento::check::Location, clang::ento::eval::Assume}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::MallocChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp:3395:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MallocChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MallocChecker; CHECK1 = clang::ento::check::PointerEscape; CHECKs = {clang::ento::check::ConstPointerEscape, clang::ento::check::PreStmt, clang::ento::check::EndFunction, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::NewAllocator, clang::ento::check::PostStmt, clang::ento::check::PostObjCMessage, clang::ento::check::Location, clang::ento::eval::Assume}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MallocChecker; CHECK1 = clang::ento::check::DeadSymbols; CHECKs = {clang::ento::check::PointerEscape, clang::ento::check::ConstPointerEscape, clang::ento::check::PreStmt, clang::ento::check::EndFunction, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::NewAllocator, clang::ento::check::PostStmt, clang::ento::check::PostObjCMessage, clang::ento::check::Location, clang::ento::eval::Assume}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::MallocChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp:3395:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BlockExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:104:57: required from 'static void clang::ento::check::PostStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::MallocChecker; STMT = clang::BlockExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:46: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MallocChecker; STMT = clang::BlockExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MallocChecker; CHECK1 = clang::ento::check::PointerEscape; CHECKs = {clang::ento::check::ConstPointerEscape, clang::ento::check::PreStmt, clang::ento::check::EndFunction, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::NewAllocator, clang::ento::check::PostStmt, clang::ento::check::PostObjCMessage, clang::ento::check::Location, clang::ento::eval::Assume}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MallocChecker; CHECK1 = clang::ento::check::DeadSymbols; CHECKs = {clang::ento::check::PointerEscape, clang::ento::check::ConstPointerEscape, clang::ento::check::PreStmt, clang::ento::check::EndFunction, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::NewAllocator, clang::ento::check::PostStmt, clang::ento::check::PostObjCMessage, clang::ento::check::Location, clang::ento::eval::Assume}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::MallocChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp:3395:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BlockExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::BlockExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MallocChecker; STMT = clang::BlockExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MallocChecker; CHECK1 = clang::ento::check::PointerEscape; CHECKs = {clang::ento::check::ConstPointerEscape, clang::ento::check::PreStmt, clang::ento::check::EndFunction, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::NewAllocator, clang::ento::check::PostStmt, clang::ento::check::PostObjCMessage, clang::ento::check::Location, clang::ento::eval::Assume}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MallocChecker; CHECK1 = clang::ento::check::DeadSymbols; CHECKs = {clang::ento::check::PointerEscape, clang::ento::check::ConstPointerEscape, clang::ento::check::PreStmt, clang::ento::check::EndFunction, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::NewAllocator, clang::ento::check::PostStmt, clang::ento::check::PostObjCMessage, clang::ento::check::Location, clang::ento::eval::Assume}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::MallocChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp:3395:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3606/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocSizeofChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocSizeofChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocSizeofChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprConcepts.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprConcepts.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase >' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor<{anonymous}::CastedAllocFinder, std::pair >' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp:34:12: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprConcepts.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CastedAllocFinder; RetTy = std::pair; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp:60:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CastedAllocFinder; RetTy = std::pair; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp:60:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CastedAllocFinder; RetTy = std::pair; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp:60:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::CastedAllocFinder; RetTy = std::pair; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp:60:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3607/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIBugReporter.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIBugReporter.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIBugReporter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPITypes.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3608/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MIGChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MIGChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MIGChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp:24: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::MIGChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MIGChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MIGChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::EndFunction}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MIGChecker; CHECK1 = clang::ento::check::PostCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::EndFunction}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::MIGChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp:294:35: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MIGChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MIGChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::EndFunction}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::MIGChecker; CHECK1 = clang::ento::check::PostCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::EndFunction}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::MIGChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp:294:35: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3609/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MoveChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MoveChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MoveChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3610/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/LocalizationChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/LocalizationChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/LocalizationChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp:18: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCStringLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp:1011:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/SmallString.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/APFixedPoint.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp:18: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor<{anonymous}::EmptyLocalizationContextChecker::MethodCrawler>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp:1039:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp:18: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::EmptyLocalizationContextChecker::MethodCrawler; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp:1061:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::EmptyLocalizationContextChecker::MethodCrawler; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp:1061:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCStringLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCStringLiteral; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCStringLiteral*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp:1011:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::EmptyLocalizationContextChecker::MethodCrawler; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp:1061:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::EmptyLocalizationContextChecker::MethodCrawler; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp:1061:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3611/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIFunctionClassifier.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIFunctionClassifier.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIFunctionClassifier.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3612/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NSAutoreleasePoolChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NSAutoreleasePoolChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NSAutoreleasePoolChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp:18: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3613/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPITypes.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp:17: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3614/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NSErrorChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NSErrorChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NSErrorChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp:18: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3615/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NonnullGlobalConstantsChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NonnullGlobalConstantsChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NonnullGlobalConstantsChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp:24: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3616/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NoReturnFunctionChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NoReturnFunctionChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NoReturnFunctionChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3617/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NonNullParamChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NonNullParamChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NonNullParamChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp:17: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3618/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCAtSyncChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCAtSyncChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCAtSyncChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCAtSynchronizedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::ObjCAtSyncChecker; STMT = clang::ObjCAtSynchronizedStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCAtSyncChecker; STMT = clang::ObjCAtSynchronizedStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCAtSyncChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ObjCAtSyncChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp:91:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCAtSynchronizedStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ObjCAtSynchronizedStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCAtSyncChecker; STMT = clang::ObjCAtSynchronizedStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCAtSyncChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ObjCAtSyncChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp:91:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3619/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NullabilityChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NullabilityChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NullabilityChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp:29: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp:1030:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp:1036:38: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp:1030:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DeclStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp:1036:38: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::NullabilityChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::NullabilityChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::NullabilityChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PostCall, clang::ento::check::PostStmt, clang::ento::check::PostObjCMessage, clang::ento::check::DeadSymbols, clang::ento::check::Location, clang::ento::check::Event}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::NullabilityChecker; CHECK1 = clang::ento::check::Bind; CHECKs = {clang::ento::check::PreCall, clang::ento::check::PreStmt, clang::ento::check::PostCall, clang::ento::check::PostStmt, clang::ento::check::PostObjCMessage, clang::ento::check::DeadSymbols, clang::ento::check::Location, clang::ento::check::Event}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::NullabilityChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp:1232:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::NullabilityChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::NullabilityChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PostCall, clang::ento::check::PostStmt, clang::ento::check::PostObjCMessage, clang::ento::check::DeadSymbols, clang::ento::check::Location, clang::ento::check::Event}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::NullabilityChecker; CHECK1 = clang::ento::check::Bind; CHECKs = {clang::ento::check::PreCall, clang::ento::check::PreStmt, clang::ento::check::PostCall, clang::ento::check::PostStmt, clang::ento::check::PostObjCMessage, clang::ento::check::DeadSymbols, clang::ento::check::Location, clang::ento::check::Event}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::NullabilityChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp:1232:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:104:57: required from 'static void clang::ento::check::PostStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::NullabilityChecker; STMT = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:46: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::NullabilityChecker; STMT = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::NullabilityChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PostCall, clang::ento::check::PostStmt, clang::ento::check::PostObjCMessage, clang::ento::check::DeadSymbols, clang::ento::check::Location, clang::ento::check::Event}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::NullabilityChecker; CHECK1 = clang::ento::check::Bind; CHECKs = {clang::ento::check::PreCall, clang::ento::check::PreStmt, clang::ento::check::PostCall, clang::ento::check::PostStmt, clang::ento::check::PostObjCMessage, clang::ento::check::DeadSymbols, clang::ento::check::Location, clang::ento::check::Event}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::NullabilityChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp:1232:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::NullabilityChecker; STMT = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::NullabilityChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PostCall, clang::ento::check::PostStmt, clang::ento::check::PostObjCMessage, clang::ento::check::DeadSymbols, clang::ento::check::Location, clang::ento::check::Event}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::NullabilityChecker; CHECK1 = clang::ento::check::Bind; CHECKs = {clang::ento::check::PreCall, clang::ento::check::PreStmt, clang::ento::check::PostCall, clang::ento::check::PostStmt, clang::ento::check::PostObjCMessage, clang::ento::check::DeadSymbols, clang::ento::check::Location, clang::ento::check::Event}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::NullabilityChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp:1232:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3620/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCContainersASTChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCContainersASTChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCContainersASTChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprConcepts.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3621/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCPropertyChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCPropertyChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCPropertyChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/PathDiagnostic.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp:18: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3622/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCContainersChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCContainersChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCContainersChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp:20: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::CallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCContainersChecker; STMT = clang::CallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCContainersChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PointerEscape}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ObjCContainersChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp:189:46: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3623/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCSelfInitChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCSelfInitChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCSelfInitChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp:40: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCIvarRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:104:57: required from 'static void clang::ento::check::PostStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::ObjCSelfInitChecker; STMT = clang::ObjCIvarRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:46: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCSelfInitChecker; STMT = clang::ObjCIvarRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCSelfInitChecker; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::Location, clang::ento::check::Bind}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCSelfInitChecker; CHECK1 = clang::ento::check::PostObjCMessage; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::Location, clang::ento::check::Bind}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ObjCSelfInitChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp:437:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCIvarRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ObjCIvarRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCSelfInitChecker; STMT = clang::ObjCIvarRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCSelfInitChecker; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::Location, clang::ento::check::Bind}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCSelfInitChecker; CHECK1 = clang::ento::check::PostObjCMessage; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::Location, clang::ento::check::Bind}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ObjCSelfInitChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp:437:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::ObjCSelfInitChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCSelfInitChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCSelfInitChecker; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::Location, clang::ento::check::Bind}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCSelfInitChecker; CHECK1 = clang::ento::check::PostObjCMessage; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::Location, clang::ento::check::Bind}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ObjCSelfInitChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp:437:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCSelfInitChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCSelfInitChecker; CHECK1 = clang::ento::check::PostStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::Location, clang::ento::check::Bind}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ObjCSelfInitChecker; CHECK1 = clang::ento::check::PostObjCMessage; CHECKs = {clang::ento::check::PostStmt, clang::ento::check::PreStmt, clang::ento::check::PreCall, clang::ento::check::PostCall, clang::ento::check::Location, clang::ento::check::Bind}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ObjCSelfInitChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp:437:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3624/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NumberObjectConversionChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NumberObjectConversionChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NumberObjectConversionChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:47, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchFinder.h:43, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp:29: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:238:30: required from 'const T* clang::ast_matchers::internal::BoundNodesMap::getNodeAs(llvm::StringRef) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:115:40: required from 'const T* clang::ast_matchers::BoundNodes::getNodeAs(llvm::StringRef) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp:66:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::BinaryOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3625/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCAutoreleaseWriteChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCAutoreleaseWriteChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCAutoreleaseWriteChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:47, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchFinder.h:43, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp:30: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCAutoreleasePoolStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCAutoreleasePoolStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::ObjCAutoreleasePoolStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::ObjCAutoreleasePoolStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:238:30: required from 'const T* clang::ast_matchers::internal::BoundNodesMap::getNodeAs(llvm::StringRef) const [with T = clang::ObjCAutoreleasePoolStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:115:40: required from 'const T* clang::ast_matchers::BoundNodes::getNodeAs(llvm::StringRef) const [with T = clang::ObjCAutoreleasePoolStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp:136:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::BinaryOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3626/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCUnusedIVarsChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCUnusedIVarsChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCUnusedIVarsChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/PathDiagnostic.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCIvarRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp:36:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BlockExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp:45:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::PseudoObjectExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp:50:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCIvarRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCIvarRefExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCIvarRefExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp:36:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BlockExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BlockExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BlockExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp:45:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::PseudoObjectExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::PseudoObjectExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::PseudoObjectExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp:50:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3627/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCSuperDeallocChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCSuperDeallocChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCSuperDeallocChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3628/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCMissingSuperCallChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCMissingSuperCallChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCMissingSuperCallChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/PathDiagnostic.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3629/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerSubChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerSubChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerSubChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::PointerSubChecker; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerSubChecker; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerSubChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::PointerSubChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp:74:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerSubChecker; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerSubChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::PointerSubChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp:74:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3630/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerArithChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerArithChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerArithChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::PointerArithChecker; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::PointerArithChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp:343:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::PointerArithChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp:343:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::PointerArithChecker; STMT = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; STMT = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::PointerArithChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp:343:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; STMT = clang::UnaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::PointerArithChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp:343:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::PointerArithChecker; STMT = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; STMT = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::PointerArithChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp:343:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; STMT = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::PointerArithChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp:343:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::PointerArithChecker; STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::PointerArithChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp:343:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::PointerArithChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp:343:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:104:57: required from 'static void clang::ento::check::PostStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::PointerArithChecker; STMT = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:46: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; STMT = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::PointerArithChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp:343:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; STMT = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::PointerArithChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp:343:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::CallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; STMT = clang::CallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::PointerArithChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PreStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::PointerArithChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp:343:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3631/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/OSObjectCStyleCast.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/OSObjectCStyleCast.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/OSObjectCStyleCast.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/OSObjectCStyleCast.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:47, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchFinder.h:43, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/OSObjectCStyleCast.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:238:30: required from 'const T* clang::ast_matchers::internal::BoundNodesMap::getNodeAs(llvm::StringRef) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:115:40: required from 'const T* clang::ast_matchers::BoundNodes::getNodeAs(llvm::StringRef) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/OSObjectCStyleCast.cpp:55:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CStyleCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CStyleCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CStyleCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CStyleCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::StringLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::StringLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::StringLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::StringLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3632/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PthreadLockChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PthreadLockChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PthreadLockChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp:21: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3633/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/cert/PutenvWithAutoChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/cert/PutenvWithAutoChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/cert/PutenvWithAutoChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/cert/PutenvWithAutoChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ProgramPoint.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/cert/../AllocationState.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/cert/PutenvWithAutoChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3634/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerSortingChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerSortingChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerSortingChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:47, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchFinder.h:43, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3635/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerIterationChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerIterationChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerIterationChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerIterationChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:47, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchFinder.h:43, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerIterationChecker.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:238:30: required from 'const T* clang::ast_matchers::internal::BoundNodesMap::getNodeAs(llvm::StringRef) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:115:40: required from 'const T* clang::ast_matchers::BoundNodes::getNodeAs(llvm::StringRef) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PointerIterationChecker.cpp:40:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3636/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PaddingChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PaddingChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PaddingChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclTemplate.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3637/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnPointerRangeChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnPointerRangeChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnPointerRangeChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::ReturnPointerRangeChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ReturnPointerRangeChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ReturnPointerRangeChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ReturnPointerRangeChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp:96:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ReturnPointerRangeChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ReturnPointerRangeChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ReturnPointerRangeChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp:96:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3638/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnUndefChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnUndefChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnUndefChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::ReturnUndefChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ReturnUndefChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ReturnUndefChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ReturnUndefChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp:122:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ReturnUndefChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ReturnUndefChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ReturnUndefChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp:122:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3639/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RetainCountChecker/RetainCountDiagnostics.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RetainCountChecker/RetainCountDiagnostics.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RetainCountChecker/RetainCountDiagnostics.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/PathDiagnostic.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp:241:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCBoxedExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp:519:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp:236:31: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCIvarRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp:510:31: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCArrayLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp:515:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCDictionaryLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp:517:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::Expr; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp:571:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CallExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CallExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp:207:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCBoxedExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCBoxedExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCBoxedExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp:519:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCMessageExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp:577:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3640/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RetainCountChecker/RetainCountChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RetainCountChecker/RetainCountChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RetainCountChecker/RetainCountChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/PathDiagnostic.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BlockExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:104:57: required from 'static void clang::ento::check::PostStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; STMT = clang::BlockExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:46: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; STMT = clang::BlockExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::DeadSymbols; CHECKs = {clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::Bind; CHECKs = {clang::ento::check::DeadSymbols, clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp:1480:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BlockExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::BlockExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; STMT = clang::BlockExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::DeadSymbols; CHECKs = {clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::Bind; CHECKs = {clang::ento::check::DeadSymbols, clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp:1480:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:104:57: required from 'static void clang::ento::check::PostStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:46: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::DeadSymbols; CHECKs = {clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::Bind; CHECKs = {clang::ento::check::DeadSymbols, clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp:1480:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; STMT = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::DeadSymbols; CHECKs = {clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::Bind; CHECKs = {clang::ento::check::DeadSymbols, clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp:1480:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCArrayLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:104:57: required from 'static void clang::ento::check::PostStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; STMT = clang::ObjCArrayLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:46: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; STMT = clang::ObjCArrayLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::DeadSymbols; CHECKs = {clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::Bind; CHECKs = {clang::ento::check::DeadSymbols, clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp:1480:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCArrayLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ObjCArrayLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; STMT = clang::ObjCArrayLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::DeadSymbols; CHECKs = {clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::Bind; CHECKs = {clang::ento::check::DeadSymbols, clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp:1480:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCDictionaryLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:104:57: required from 'static void clang::ento::check::PostStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; STMT = clang::ObjCDictionaryLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:46: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; STMT = clang::ObjCDictionaryLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::DeadSymbols; CHECKs = {clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::Bind; CHECKs = {clang::ento::check::DeadSymbols, clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp:1480:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCDictionaryLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ObjCDictionaryLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; STMT = clang::ObjCDictionaryLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::DeadSymbols; CHECKs = {clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::Bind; CHECKs = {clang::ento::check::DeadSymbols, clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp:1480:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCBoxedExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:104:57: required from 'static void clang::ento::check::PostStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; STMT = clang::ObjCBoxedExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:46: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; STMT = clang::ObjCBoxedExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::DeadSymbols; CHECKs = {clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::Bind; CHECKs = {clang::ento::check::DeadSymbols, clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp:1480:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCBoxedExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ObjCBoxedExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; STMT = clang::ObjCBoxedExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::DeadSymbols; CHECKs = {clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::Bind; CHECKs = {clang::ento::check::DeadSymbols, clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp:1480:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCIvarRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:104:57: required from 'static void clang::ento::check::PostStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; STMT = clang::ObjCIvarRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:46: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; STMT = clang::ObjCIvarRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::DeadSymbols; CHECKs = {clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::Bind; CHECKs = {clang::ento::check::DeadSymbols, clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp:1480:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCIvarRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ObjCIvarRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; STMT = clang::ObjCIvarRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::DeadSymbols; CHECKs = {clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; CHECK1 = clang::ento::check::Bind; CHECKs = {clang::ento::check::DeadSymbols, clang::ento::check::BeginFunction, clang::ento::check::EndFunction, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostStmt, clang::ento::check::PostCall, clang::ento::check::RegionChanges, clang::ento::eval::Assume, clang::ento::eval::Call}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = clang::ento::retaincountchecker::RetainCountChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp:1480:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3641/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnValueChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnValueChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnValueChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ProgramPoint.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3642/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SimpleStreamChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SimpleStreamChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SimpleStreamChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp:18: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3643/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StackAddrEscapeChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StackAddrEscapeChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StackAddrEscapeChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTConcept.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::StackAddrEscapeChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::StackAddrEscapeChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::StackAddrEscapeChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::EndFunction}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::StackAddrEscapeChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::EndFunction}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::StackAddrEscapeChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp:370:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::StackAddrEscapeChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::StackAddrEscapeChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::EndFunction}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::StackAddrEscapeChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::EndFunction}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::StackAddrEscapeChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp:370:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3644/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SmartPtrModeling.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SmartPtrModeling.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SmartPtrModeling.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/Move.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3645/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/STLAlgorithmModeling.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/STLAlgorithmModeling.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/STLAlgorithmModeling.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/STLAlgorithmModeling.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ProgramPoint.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/STLAlgorithmModeling.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3646/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RunLoopAutoreleaseLeakChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RunLoopAutoreleaseLeakChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RunLoopAutoreleaseLeakChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp:26: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:238:30: required from 'const T* clang::ast_matchers::internal::BoundNodesMap::getNodeAs(llvm::StringRef) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:115:40: required from 'const T* clang::ast_matchers::BoundNodes::getNodeAs(llvm::StringRef) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp:91:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCAutoreleasePoolStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCAutoreleasePoolStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::ObjCAutoreleasePoolStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::ObjCAutoreleasePoolStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:238:30: required from 'const T* clang::ast_matchers::internal::BoundNodesMap::getNodeAs(llvm::StringRef) const [with T = clang::ObjCAutoreleasePoolStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:115:40: required from 'const T* clang::ast_matchers::BoundNodes::getNodeAs(llvm::StringRef) const [with T = clang::ObjCAutoreleasePoolStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp:95:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:238:30: required from 'const T* clang::ast_matchers::internal::BoundNodesMap::getNodeAs(llvm::StringRef) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:115:40: required from 'const T* clang::ast_matchers::BoundNodes::getNodeAs(llvm::StringRef) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp:101:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3647/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SmartPtrChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SmartPtrChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SmartPtrChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/SmartPtrChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/SmartPtr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/SmartPtrChecker.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3648/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StreamChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StreamChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StreamChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3649/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TaintTesterChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TaintTesterChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TaintTesterChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ProgramPoint.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/Taint.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3650/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/Taint.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/Taint.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/Taint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/Taint.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ProgramPoint.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/Taint.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/Taint.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3651/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TraversalChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TraversalChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TraversalChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCForCollectionStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp:40:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCForCollectionStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCForCollectionStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCForCollectionStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp:40:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3652/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TestAfterDivZeroChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TestAfterDivZeroChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TestAfterDivZeroChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp:214:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp:230:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp:246:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp:214:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp:230:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ImplicitCastExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp:246:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3653/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefBranchChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefBranchChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefBranchChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/IdentifierTable.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCForCollectionStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp:64:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3654/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefCapturedBlockVarChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefCapturedBlockVarChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefCapturedBlockVarChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp:38:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DeclRefExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclRefExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp:38:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BlockExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:104:57: required from 'static void clang::ento::check::PostStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::UndefCapturedBlockVarChecker; STMT = clang::BlockExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:46: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::UndefCapturedBlockVarChecker; STMT = clang::BlockExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::UndefCapturedBlockVarChecker; CHECK1 = clang::ento::check::PostStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::UndefCapturedBlockVarChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp:101:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BlockExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::BlockExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::UndefCapturedBlockVarChecker; STMT = clang::BlockExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::UndefCapturedBlockVarChecker; CHECK1 = clang::ento::check::PostStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::UndefCapturedBlockVarChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp:101:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3655/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TrustNonnullChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TrustNonnullChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TrustNonnullChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/TrustNonnullChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/SelectorExtras.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/TrustNonnullChecker.cpp:22: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3656/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StdLibraryFunctionsChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StdLibraryFunctionsChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StdLibraryFunctionsChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp:53: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3657/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefResultChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefResultChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefResultChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:104:57: required from 'static void clang::ento::check::PostStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::UndefResultChecker; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:46: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::UndefResultChecker; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::UndefResultChecker; CHECK1 = clang::ento::check::PostStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::UndefResultChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp:187:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:108:21: required from 'static bool clang::ento::check::PostStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:113:29: required from 'static void clang::ento::check::PostStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::UndefResultChecker; STMT = clang::BinaryOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::UndefResultChecker; CHECK1 = clang::ento::check::PostStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::UndefResultChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp:187:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3658/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefinedArraySubscriptChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefinedArraySubscriptChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefinedArraySubscriptChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::UndefinedArraySubscriptChecker; STMT = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::UndefinedArraySubscriptChecker; STMT = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::UndefinedArraySubscriptChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::UndefinedArraySubscriptChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp:62:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::UndefinedArraySubscriptChecker; STMT = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::UndefinedArraySubscriptChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::UndefinedArraySubscriptChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp:62:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3659/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefinedAssignmentChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefinedAssignmentChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefinedAssignmentChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp:65:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp:73:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp:87:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp:65:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp:73:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DeclStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp:87:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3660/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UninitializedObject/UninitializedPointee.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UninitializedObject/UninitializedPointee.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UninitializedObject/UninitializedPointee.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObject.h:68, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp:17: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3661/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UnreachableCodeChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UnreachableCodeChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UnreachableCodeChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceManager.h:37, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp:18: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp:153:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DoStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp:156:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp:203:38: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CallExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CallExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp:133:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::IntegerLiteral; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::IntegerLiteral*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp:153:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h:37:13: required from 'bool clang::ento::containsStmt(const clang::Stmt*) [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp:246:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3662/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UnixAPIChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UnixAPIChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UnixAPIChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Sanitizers.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/CodeGenOptions.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/TargetInfo.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::CallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::UnixAPIMisuseChecker; STMT = clang::CallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::UnixAPIMisuseChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::UnixAPIMisuseChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp:511:1: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3663/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VforkChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VforkChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VforkChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp:28: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::VforkChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::VforkChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::VforkChecker; CHECK1 = clang::ento::check::PostCall; CHECKs = {clang::ento::check::Bind, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::VforkChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PostCall, clang::ento::check::Bind, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::VforkChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp:217:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::VforkChecker; STMT = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: recursively required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::VforkChecker; CHECK1 = clang::ento::check::PostCall; CHECKs = {clang::ento::check::Bind, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::VforkChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PostCall, clang::ento::check::Bind, clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::VforkChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp:217:37: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3664/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VLASizeChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VLASizeChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VLASizeChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ProgramPoint.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/Taint.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::VLASizeChecker; STMT = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::VLASizeChecker; STMT = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::VLASizeChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::VLASizeChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp:325:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::VLASizeChecker; STMT = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::VLASizeChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::VLASizeChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp:325:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::VLASizeChecker; STMT = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::VLASizeChecker; STMT = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::VLASizeChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::VLASizeChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::VLASizeChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp:325:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::VLASizeChecker; STMT = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:531:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::VLASizeChecker; CHECK1 = clang::ento::check::PreStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::VLASizeChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::PreStmt}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::VLASizeChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp:325:39: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3665/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/ASTUtils.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/ASTUtils.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/ASTUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3666/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/PtrTypesSemantics.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/PtrTypesSemantics.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/PtrTypesSemantics.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp:10: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3667/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ValistChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ValistChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ValistChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::VAArgExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:85:56: required from 'static void clang::ento::check::PreStmt::_checkStmt(void*, const clang::Stmt*, clang::ento::CheckerContext&) [with CHECKER = {anonymous}::ValistChecker; STMT = clang::VAArgExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:45: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ValistChecker; STMT = clang::VAArgExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ValistChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ValistChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ValistChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp:404:38: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::VAArgExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:89:21: required from 'static bool clang::ento::check::PreStmt::_handlesStmt(const clang::Stmt*) [with STMT = clang::VAArgExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:94:28: required from 'static void clang::ento::check::PreStmt::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ValistChecker; STMT = clang::VAArgExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:521:22: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ValistChecker; CHECK1 = clang::ento::check::PreStmt; CHECKs = {clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/Checker.h:522:34: required from 'static void clang::ento::Checker::_register(CHECKER*, clang::ento::CheckerManager&) [with CHECKER = {anonymous}::ValistChecker; CHECK1 = clang::ento::check::PreCall; CHECKs = {clang::ento::check::PreStmt, clang::ento::check::DeadSymbols}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:213:23: required from 'CHECKER* clang::ento::CheckerManager::registerChecker(AT&& ...) [with CHECKER = {anonymous}::ValistChecker; AT = {}]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp:404:38: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3668/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VirtualCallChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VirtualCallChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VirtualCallChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Attr.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:970:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3669/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UninitializedObject/UninitializedObjectChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UninitializedObject/UninitializedObjectChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UninitializedObject/UninitializedObjectChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Expr.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObject.h:68, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp:21: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:238:30: required from 'const T* clang::ast_matchers::internal::BoundNodesMap::getNodeAs(llvm::StringRef) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:115:40: required from 'const T* clang::ast_matchers::BoundNodes::getNodeAs(llvm::StringRef) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp:565:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:238:30: required from 'const T* clang::ast_matchers::internal::BoundNodesMap::getNodeAs(llvm::StringRef) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:115:40: required from 'const T* clang::ast_matchers::BoundNodes::getNodeAs(llvm::StringRef) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp:571:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3670/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Frontend/../Checkers -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/CheckerRegistry.cpp.o -MF tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/CheckerRegistry.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/CheckerRegistry.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3671/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Frontend/../Checkers -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/AnalyzerHelpFlags.cpp.o -MF tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/AnalyzerHelpFlags.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/AnalyzerHelpFlags.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Frontend/AnalyzerHelpFlags.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Frontend/AnalyzerHelpFlags.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3672/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/NoUncountedMembersChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/NoUncountedMembersChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/NoUncountedMembersChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/NoUncountedMembersChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/NoUncountedMembersChecker.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3673/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Frontend/../Checkers -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/CreateCheckerManager.cpp.o -MF tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/CreateCheckerManager.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/CreateCheckerManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Frontend/CreateCheckerManager.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/AttrIterator.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclBase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/AnalysisDeclContext.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Analysis/ProgramPoint.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Frontend/CreateCheckerManager.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3674/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Frontend/../Checkers -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/ModelConsumer.cpp.o -MF tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/ModelConsumer.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/ModelConsumer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Frontend/ModelConsumer.cpp [3675/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Frontend/../Checkers -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/FrontendActions.cpp.o -MF tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/FrontendActions.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/FrontendActions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Frontend/FrontendActions.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/FrontendAction.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Frontend/FrontendActions.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Frontend/FrontendActions.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3676/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/RefCntblBaseVirtualDtorChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/RefCntblBaseVirtualDtorChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/RefCntblBaseVirtualDtorChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/RefCntblBaseVirtualDtorChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/DiagOutputUtils.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/RefCntblBaseVirtualDtorChecker.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3677/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/UncountedLambdaCapturesChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/UncountedLambdaCapturesChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/UncountedLambdaCapturesChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLambdaCapturesChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/DiagOutputUtils.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLambdaCapturesChecker.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3678/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/UncountedCallArgsChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/UncountedCallArgsChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/UncountedCallArgsChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedCallArgsChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedCallArgsChecker.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3679/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/UncountedLocalVarsChecker.cpp.o -MF tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/UncountedLocalVarsChecker.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/UncountedLocalVarsChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLocalVarsChecker.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLocalVarsChecker.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLocalVarsChecker.cpp:39:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLocalVarsChecker.cpp:42:50: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLocalVarsChecker.cpp:43:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLocalVarsChecker.cpp:44:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLocalVarsChecker.cpp:92:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3680/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/AffectedRangeManager.cpp.o -MF tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/AffectedRangeManager.cpp.o.d -o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/AffectedRangeManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format/AffectedRangeManager.cpp [3681/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/BreakableToken.cpp.o -MF tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/BreakableToken.cpp.o.d -o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/BreakableToken.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format/BreakableToken.cpp [3682/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/FormatToken.cpp.o -MF tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/FormatToken.cpp.o.d -o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/FormatToken.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format/FormatToken.cpp [3683/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/MacroExpander.cpp.o -MF tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/MacroExpander.cpp.o.d -o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/MacroExpander.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format/MacroExpander.cpp [3684/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/ContinuationIndenter.cpp.o -MF tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/ContinuationIndenter.cpp.o.d -o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/ContinuationIndenter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format/ContinuationIndenter.cpp [3685/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/NamespaceEndCommentsFixer.cpp.o -MF tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/NamespaceEndCommentsFixer.cpp.o.d -o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/NamespaceEndCommentsFixer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format/NamespaceEndCommentsFixer.cpp [3686/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/FormatTokenLexer.cpp.o -MF tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/FormatTokenLexer.cpp.o.d -o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/FormatTokenLexer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format/FormatTokenLexer.cpp [3687/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Frontend/../Checkers -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/ModelInjector.cpp.o -MF tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/ModelInjector.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/ModelInjector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp:10: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3688/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Frontend -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/StaticAnalyzer/Frontend/../Checkers -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/AnalysisConsumer.cpp.o -MF tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/AnalysisConsumer.cpp.o.d -o tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/AnalysisConsumer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:774:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3689/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/SortJavaScriptImports.cpp.o -MF tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/SortJavaScriptImports.cpp.o.d -o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/SortJavaScriptImports.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format/SortJavaScriptImports.cpp [3690/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/Format.cpp.o -MF tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/Format.cpp.o.d -o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/Format.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format/Format.cpp [3691/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/TokenAnalyzer.cpp.o -MF tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/TokenAnalyzer.cpp.o.d -o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/TokenAnalyzer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format/TokenAnalyzer.cpp [3692/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Testing -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Testing -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Testing/CMakeFiles/obj.clangTesting.dir/CommandLineArgs.cpp.o -MF tools/clang/lib/Testing/CMakeFiles/obj.clangTesting.dir/CommandLineArgs.cpp.o.d -o tools/clang/lib/Testing/CMakeFiles/obj.clangTesting.dir/CommandLineArgs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Testing/CommandLineArgs.cpp [3693/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UnwrappedLineParser.cpp.o -MF tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UnwrappedLineParser.cpp.o.d -o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UnwrappedLineParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format/UnwrappedLineParser.cpp [3694/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UnwrappedLineFormatter.cpp.o -MF tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UnwrappedLineFormatter.cpp.o.d -o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UnwrappedLineFormatter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format/UnwrappedLineFormatter.cpp [3695/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UsingDeclarationsSorter.cpp.o -MF tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UsingDeclarationsSorter.cpp.o.d -o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UsingDeclarationsSorter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format/UsingDeclarationsSorter.cpp [3696/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/TokenAnnotator.cpp.o -MF tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/TokenAnnotator.cpp.o.d -o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/TokenAnnotator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format/TokenAnnotator.cpp [3697/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBOptionDefEmitter.cpp.o -MF tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBOptionDefEmitter.cpp.o.d -o tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBOptionDefEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/utils/TableGen/LLDBOptionDefEmitter.cpp [3698/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/IncrementalExecutor.cpp.o -MF tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/IncrementalExecutor.cpp.o.d -o tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/IncrementalExecutor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Interpreter/IncrementalExecutor.cpp [3699/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBPropertyDefEmitter.cpp.o -MF tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBPropertyDefEmitter.cpp.o.d -o tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBPropertyDefEmitter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/utils/TableGen/LLDBPropertyDefEmitter.cpp [3700/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API && echo "LLVM_13 {" > liblldb.exports && grep -q [[:alnum:]] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/liblldb.exports && echo " global:" >> liblldb.exports || : && sed -e "s/\$/;/" -e "s/^/ /" < /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/liblldb.exports >> liblldb.exports && echo " local: *;" >> liblldb.exports && echo "};" >> liblldb.exports [3701/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/driver/Options.td --write-if-changed -o tools/lldb/tools/driver/Options.inc -d tools/lldb/tools/driver/Options.inc.d [3702/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode/Options.td --write-if-changed -o tools/lldb/tools/lldb-vscode/Options.inc -d tools/lldb/tools/lldb-vscode/Options.inc.d [3703/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/WhitespaceManager.cpp.o -MF tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/WhitespaceManager.cpp.o.d -o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/WhitespaceManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Format/WhitespaceManager.cpp [3704/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBTableGen.cpp.o -MF tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBTableGen.cpp.o.d -o tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBTableGen.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/utils/TableGen/LLDBTableGen.cpp [3705/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/clang-fuzzer/handle-llvm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-fuzzer/handle-llvm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/clang-fuzzer/handle-llvm/CMakeFiles/obj.clangHandleLLVM.dir/handle_llvm.cpp.o -MF tools/clang/tools/clang-fuzzer/handle-llvm/CMakeFiles/obj.clangHandleLLVM.dir/handle_llvm.cpp.o.d -o tools/clang/tools/clang-fuzzer/handle-llvm/CMakeFiles/obj.clangHandleLLVM.dir/handle_llvm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-fuzzer/handle-llvm/handle_llvm.cpp [3706/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/utils/TableGen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBTableGenUtils.cpp.o -MF tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBTableGenUtils.cpp.o.d -o tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBTableGenUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/utils/TableGen/LLDBTableGenUtils.cpp [3707/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBOptionDefEmitter.cpp.o tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBPropertyDefEmitter.cpp.o tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBTableGen.cpp.o tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBTableGenUtils.cpp.o -o bin/lldb-tblgen -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVMSupport.a lib/libLLVMTableGen.a -lpthread lib/libLLVMSupport.a -lexecinfo -lpthread -lm /usr/lib/libz.so.7.0 lib/libLLVMDemangle.a -Wl,-rpath-link,/usr/X11R6/lib && : [3708/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/lldb-tblgen -gen-lldb-option-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/Options.td --write-if-changed -o tools/lldb/source/Commands/CommandOptions.inc -d tools/lldb/source/Commands/CommandOptions.inc.d [3709/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/lldb-tblgen -gen-lldb-property-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/CoreProperties.td --write-if-changed -o tools/lldb/source/Core/CoreProperties.inc -d tools/lldb/source/Core/CoreProperties.inc.d [3710/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/lldb-tblgen -gen-lldb-property-enum-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/CoreProperties.td --write-if-changed -o tools/lldb/source/Core/CorePropertiesEnum.inc -d tools/lldb/source/Core/CorePropertiesEnum.inc.d [3711/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/lldb-tblgen -gen-lldb-property-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/InterpreterProperties.td --write-if-changed -o tools/lldb/source/Interpreter/InterpreterProperties.inc -d tools/lldb/source/Interpreter/InterpreterProperties.inc.d [3712/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/lldb-tblgen -gen-lldb-property-enum-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/InterpreterProperties.td --write-if-changed -o tools/lldb/source/Interpreter/InterpreterPropertiesEnum.inc -d tools/lldb/source/Interpreter/InterpreterPropertiesEnum.inc.d [3713/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/lldb-tblgen -gen-lldb-property-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/Darwin-Kernel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernelProperties.td --write-if-changed -o tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernelProperties.inc -d tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernelProperties.inc.d [3714/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/lldb-tblgen -gen-lldb-property-enum-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/Darwin-Kernel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernelProperties.td --write-if-changed -o tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernelPropertiesEnum.inc -d tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernelPropertiesEnum.inc.d [3715/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/lldb-tblgen -gen-lldb-property-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/JITLoader/GDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDBProperties.td --write-if-changed -o tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDBProperties.inc -d tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDBProperties.inc.d [3716/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/lldb-tblgen -gen-lldb-property-enum-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/JITLoader/GDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDBProperties.td --write-if-changed -o tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDBPropertiesEnum.inc -d tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDBPropertiesEnum.inc.d [3717/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/lldb-tblgen -gen-lldb-property-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSXProperties.td --write-if-changed -o tools/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSXProperties.inc -d tools/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSXProperties.inc.d [3718/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/lldb-tblgen -gen-lldb-property-enum-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSXProperties.td --write-if-changed -o tools/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSXPropertiesEnum.inc -d tools/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSXPropertiesEnum.inc.d [3719/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/lldb-tblgen -gen-lldb-property-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td --write-if-changed -o tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.inc -d tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.inc.d [3720/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/lldb-tblgen -gen-lldb-property-enum-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td --write-if-changed -o tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemotePropertiesEnum.inc -d tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemotePropertiesEnum.inc.d [3721/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/lldb-tblgen -gen-lldb-property-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/StructuredData/DarwinLog -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLogProperties.td --write-if-changed -o tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLogProperties.inc -d tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLogProperties.inc.d [3722/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/lldb-tblgen -gen-lldb-property-enum-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/StructuredData/DarwinLog -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLogProperties.td --write-if-changed -o tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLogPropertiesEnum.inc -d tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLogPropertiesEnum.inc.d [3723/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/lldb-tblgen -gen-lldb-property-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFProperties.td --write-if-changed -o tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFProperties.inc -d tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFProperties.inc.d [3724/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/lldb-tblgen -gen-lldb-property-enum-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFProperties.td --write-if-changed -o tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFPropertiesEnum.inc -d tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFPropertiesEnum.inc.d [3725/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/lldb-tblgen -gen-lldb-option-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/TraceExporter/ctf -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/TraceExporter/ctf/TraceExporterCTFOptions.td --write-if-changed -o tools/lldb/source/Plugins/TraceExporter/ctf/TraceExporterCTFCommandOptions.inc -d tools/lldb/source/Plugins/TraceExporter/ctf/TraceExporterCTFCommandOptions.inc.d [3726/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/lldb-tblgen -gen-lldb-property-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/TargetProperties.td --write-if-changed -o tools/lldb/source/Target/TargetProperties.inc -d tools/lldb/source/Target/TargetProperties.inc.d [3727/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/lldb-tblgen -gen-lldb-property-enum-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/TargetProperties.td --write-if-changed -o tools/lldb/source/Target/TargetPropertiesEnum.inc -d tools/lldb/source/Target/TargetPropertiesEnum.inc.d [3728/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/bugpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/bugpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/bugpoint/CMakeFiles/bugpoint.dir/BugDriver.cpp.o -MF tools/bugpoint/CMakeFiles/bugpoint.dir/BugDriver.cpp.o.d -o tools/bugpoint/CMakeFiles/bugpoint.dir/BugDriver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/bugpoint/BugDriver.cpp [3729/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/bugpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/bugpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/bugpoint/CMakeFiles/bugpoint.dir/FindBugs.cpp.o -MF tools/bugpoint/CMakeFiles/bugpoint.dir/FindBugs.cpp.o.d -o tools/bugpoint/CMakeFiles/bugpoint.dir/FindBugs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/bugpoint/FindBugs.cpp [3730/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/bugpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/bugpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/bugpoint/CMakeFiles/bugpoint.dir/ExecutionDriver.cpp.o -MF tools/bugpoint/CMakeFiles/bugpoint.dir/ExecutionDriver.cpp.o.d -o tools/bugpoint/CMakeFiles/bugpoint.dir/ExecutionDriver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/bugpoint/ExecutionDriver.cpp [3731/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/clang-fuzzer/handle-cxx -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-fuzzer/handle-cxx -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/clang-fuzzer/handle-cxx/CMakeFiles/obj.clangHandleCXX.dir/handle_cxx.cpp.o -MF tools/clang/tools/clang-fuzzer/handle-cxx/CMakeFiles/obj.clangHandleCXX.dir/handle_cxx.cpp.o.d -o tools/clang/tools/clang-fuzzer/handle-cxx/CMakeFiles/obj.clangHandleCXX.dir/handle_cxx.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-fuzzer/handle-cxx/handle_cxx.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/FrontendAction.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/CodeGen/CodeGenAction.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-fuzzer/handle-cxx/handle_cxx.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3732/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/Interpreter.cpp.o -MF tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/Interpreter.cpp.o.d -o tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/Interpreter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Interpreter/Interpreter.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/IR/LLVMContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ExecutionEngine/Orc/Mangling.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Interpreter/IncrementalExecutor.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Interpreter/Interpreter.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [3733/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/dsymutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/dsymutil/Options.td --write-if-changed -o tools/dsymutil/Options.inc -d tools/dsymutil/Options.inc.d [3734/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/bugpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/bugpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/bugpoint/CMakeFiles/bugpoint.dir/ExtractFunction.cpp.o -MF tools/bugpoint/CMakeFiles/bugpoint.dir/ExtractFunction.cpp.o.d -o tools/bugpoint/CMakeFiles/bugpoint.dir/ExtractFunction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/bugpoint/ExtractFunction.cpp [3735/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/bugpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/bugpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/bugpoint/CMakeFiles/bugpoint.dir/ToolRunner.cpp.o -MF tools/bugpoint/CMakeFiles/bugpoint.dir/ToolRunner.cpp.o.d -o tools/bugpoint/CMakeFiles/bugpoint.dir/ToolRunner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/bugpoint/ToolRunner.cpp [3736/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/IncrementalParser.cpp.o -MF tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/IncrementalParser.cpp.o.d -o tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/IncrementalParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Interpreter/IncrementalParser.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclContextInternals.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Interpreter/IncrementalParser.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [3737/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/bugpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/bugpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/bugpoint/CMakeFiles/bugpoint.dir/OptimizerDriver.cpp.o -MF tools/bugpoint/CMakeFiles/bugpoint.dir/OptimizerDriver.cpp.o.d -o tools/bugpoint/CMakeFiles/bugpoint.dir/OptimizerDriver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/bugpoint/OptimizerDriver.cpp [3738/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/dsymutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/dsymutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/dsymutil/CMakeFiles/dsymutil.dir/CFBundle.cpp.o -MF tools/dsymutil/CMakeFiles/dsymutil.dir/CFBundle.cpp.o.d -o tools/dsymutil/CMakeFiles/dsymutil.dir/CFBundle.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/dsymutil/CFBundle.cpp [3739/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/bugpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/bugpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/bugpoint/CMakeFiles/bugpoint.dir/Miscompilation.cpp.o -MF tools/bugpoint/CMakeFiles/bugpoint.dir/Miscompilation.cpp.o.d -o tools/bugpoint/CMakeFiles/bugpoint.dir/Miscompilation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/bugpoint/Miscompilation.cpp [3740/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/dsymutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/dsymutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/dsymutil/CMakeFiles/dsymutil.dir/BinaryHolder.cpp.o -MF tools/dsymutil/CMakeFiles/dsymutil.dir/BinaryHolder.cpp.o.d -o tools/dsymutil/CMakeFiles/dsymutil.dir/BinaryHolder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/dsymutil/BinaryHolder.cpp [3741/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/bugpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/bugpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/bugpoint/CMakeFiles/bugpoint.dir/CrashDebugger.cpp.o -MF tools/bugpoint/CMakeFiles/bugpoint.dir/CrashDebugger.cpp.o.d -o tools/bugpoint/CMakeFiles/bugpoint.dir/CrashDebugger.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/bugpoint/CrashDebugger.cpp [3742/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/dsymutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/dsymutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/dsymutil/CMakeFiles/dsymutil.dir/MachODebugMapParser.cpp.o -MF tools/dsymutil/CMakeFiles/dsymutil.dir/MachODebugMapParser.cpp.o.d -o tools/dsymutil/CMakeFiles/dsymutil.dir/MachODebugMapParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/dsymutil/MachODebugMapParser.cpp [3743/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/dsymutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/dsymutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/dsymutil/CMakeFiles/dsymutil.dir/DebugMap.cpp.o -MF tools/dsymutil/CMakeFiles/dsymutil.dir/DebugMap.cpp.o.d -o tools/dsymutil/CMakeFiles/dsymutil.dir/DebugMap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/dsymutil/DebugMap.cpp [3744/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/bugpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/bugpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/bugpoint/CMakeFiles/bugpoint.dir/bugpoint.cpp.o -MF tools/bugpoint/CMakeFiles/bugpoint.dir/bugpoint.cpp.o.d -o tools/bugpoint/CMakeFiles/bugpoint.dir/bugpoint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/bugpoint/bugpoint.cpp [3745/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/dsymutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/dsymutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/dsymutil/CMakeFiles/dsymutil.dir/Reproducer.cpp.o -MF tools/dsymutil/CMakeFiles/dsymutil.dir/Reproducer.cpp.o.d -o tools/dsymutil/CMakeFiles/dsymutil.dir/Reproducer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/dsymutil/Reproducer.cpp [3746/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/dsymutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/dsymutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/dsymutil/CMakeFiles/dsymutil.dir/SymbolMap.cpp.o -MF tools/dsymutil/CMakeFiles/dsymutil.dir/SymbolMap.cpp.o.d -o tools/dsymutil/CMakeFiles/dsymutil.dir/SymbolMap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/dsymutil/SymbolMap.cpp [3747/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/dsymutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/dsymutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/dsymutil/CMakeFiles/dsymutil.dir/dsymutil.cpp.o -MF tools/dsymutil/CMakeFiles/dsymutil.dir/dsymutil.cpp.o.d -o tools/dsymutil/CMakeFiles/dsymutil.dir/dsymutil.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/dsymutil/dsymutil.cpp [3748/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lli -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/lli -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lli/CMakeFiles/lli.dir/ExecutionUtils.cpp.o -MF tools/lli/CMakeFiles/lli.dir/ExecutionUtils.cpp.o.d -o tools/lli/CMakeFiles/lli.dir/ExecutionUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/lli/ExecutionUtils.cpp [3749/5255] /usr/obj/ports/llvm-13.0.0/bin/cc -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -DNDEBUG -MD -MT tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/attributes.c.o -MF tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/attributes.c.o.d -o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/attributes.c.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test/attributes.c [3750/5255] /usr/obj/ports/llvm-13.0.0/bin/cc -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -DNDEBUG -MD -MT tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/calc.c.o -MF tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/calc.c.o.d -o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/calc.c.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test/calc.c [3751/5255] /usr/obj/ports/llvm-13.0.0/bin/cc -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -DNDEBUG -MD -MT tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/debuginfo.c.o -MF tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/debuginfo.c.o.d -o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/debuginfo.c.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test/debuginfo.c [3752/5255] /usr/obj/ports/llvm-13.0.0/bin/cc -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -DNDEBUG -MD -MT tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/diagnostic.c.o -MF tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/diagnostic.c.o.d -o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/diagnostic.c.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test/diagnostic.c [3753/5255] /usr/obj/ports/llvm-13.0.0/bin/cc -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -DNDEBUG -MD -MT tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/disassemble.c.o -MF tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/disassemble.c.o.d -o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/disassemble.c.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test/disassemble.c [3754/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-bcanalyzer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-bcanalyzer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/llvm-bcanalyzer.cpp.o -MF tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/llvm-bcanalyzer.cpp.o.d -o tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/llvm-bcanalyzer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp [3755/5255] /usr/obj/ports/llvm-13.0.0/bin/cc -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -DNDEBUG -MD -MT tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/helpers.c.o -MF tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/helpers.c.o.d -o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/helpers.c.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test/helpers.c [3756/5255] /usr/obj/ports/llvm-13.0.0/bin/cc -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -DNDEBUG -MD -MT tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/include-all.c.o -MF tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/include-all.c.o.d -o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/include-all.c.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test/include-all.c [3757/5255] /usr/obj/ports/llvm-13.0.0/bin/cc -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -DNDEBUG -MD -MT tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/main.c.o -MF tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/main.c.o.d -o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/main.c.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test/main.c [3758/5255] /usr/obj/ports/llvm-13.0.0/bin/cc -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -DNDEBUG -MD -MT tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/module.c.o -MF tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/module.c.o.d -o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/module.c.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test/module.c [3759/5255] /usr/obj/ports/llvm-13.0.0/bin/cc -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -DNDEBUG -MD -MT tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/metadata.c.o -MF tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/metadata.c.o.d -o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/metadata.c.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test/metadata.c [3760/5255] /usr/obj/ports/llvm-13.0.0/bin/cc -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -DNDEBUG -MD -MT tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/object.c.o -MF tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/object.c.o.d -o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/object.c.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test/object.c [3761/5255] /usr/obj/ports/llvm-13.0.0/bin/cc -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -std=gnu99 -Wstrict-prototypes -DNDEBUG -MD -MT tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/targets.c.o -MF tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/targets.c.o.d -o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/targets.c.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test/targets.c [3762/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-as -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-as -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-as/CMakeFiles/llvm-as.dir/llvm-as.cpp.o -MF tools/llvm-as/CMakeFiles/llvm-as.dir/llvm-as.cpp.o.d -o tools/llvm-as/CMakeFiles/llvm-as.dir/llvm-as.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-as/llvm-as.cpp [3763/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/dsymutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/dsymutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/dsymutil/CMakeFiles/dsymutil.dir/DwarfLinkerForBinary.cpp.o -MF tools/dsymutil/CMakeFiles/dsymutil.dir/DwarfLinkerForBinary.cpp.o.d -o tools/dsymutil/CMakeFiles/dsymutil.dir/DwarfLinkerForBinary.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/dsymutil/DwarfLinkerForBinary.cpp [3764/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/dsymutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/dsymutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/dsymutil/CMakeFiles/dsymutil.dir/MachOUtils.cpp.o -MF tools/dsymutil/CMakeFiles/dsymutil.dir/MachOUtils.cpp.o.d -o tools/dsymutil/CMakeFiles/dsymutil.dir/MachOUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/dsymutil/MachOUtils.cpp [3765/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/echo.cpp.o -MF tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/echo.cpp.o.d -o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/echo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-c-test/echo.cpp [3766/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lli/ChildTarget -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/lli/ChildTarget -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/ChildTarget.cpp.o -MF tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/ChildTarget.cpp.o.d -o tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/ChildTarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/lli/ChildTarget/ChildTarget.cpp [3767/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/lli/ChildTarget/CMakeFiles/lli-child-target.dir/ChildTarget.cpp.o -o bin/lli-child-target -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVMOrcShared.a lib/libLLVMOrcJIT.a lib/libLLVMRuntimeDyld.a lib/libLLVMSupport.a -lpthread lib/libLLVMPasses.a lib/libLLVMCoroutines.a lib/libLLVMipo.a lib/libLLVMBitWriter.a lib/libLLVMFrontendOpenMP.a lib/libLLVMIRReader.a lib/libLLVMAsmParser.a lib/libLLVMLinker.a lib/libLLVMObjCARCOpts.a lib/libLLVMScalarOpts.a lib/libLLVMAggressiveInstCombine.a lib/libLLVMInstCombine.a lib/libLLVMVectorize.a lib/libLLVMInstrumentation.a lib/libLLVMExecutionEngine.a lib/libLLVMRuntimeDyld.a lib/libLLVMJITLink.a lib/libLLVMOrcTargetProcess.a lib/libLLVMOrcShared.a lib/libLLVMTarget.a lib/libLLVMTransformUtils.a lib/libLLVMAnalysis.a lib/libLLVMObject.a lib/libLLVMBitReader.a lib/libLLVMMCParser.a lib/libLLVMMC.a lib/libLLVMDebugInfoCodeView.a lib/libLLVMTextAPI.a lib/libLLVMProfileData.a lib/libLLVMCore.a lib/libLLVMBinaryFormat.a lib/libLLVMRemarks.a lib/libLLVMBitstreamReader.a lib/libLLVMSupport.a -lexecinfo -lpthread -lm /usr/lib/libz.so.7.0 lib/libLLVMDemangle.a -Wl,-rpath-link,/usr/X11R6/lib && : [3768/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llc/CMakeFiles/llc.dir/llc.cpp.o -MF tools/llc/CMakeFiles/llc.dir/llc.cpp.o.d -o tools/llc/CMakeFiles/llc.dir/llc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llc/llc.cpp [3769/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-cat -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cat -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-cat/CMakeFiles/llvm-cat.dir/llvm-cat.cpp.o -MF tools/llvm-cat/CMakeFiles/llvm-cat.dir/llvm-cat.cpp.o.d -o tools/llvm-cat/CMakeFiles/llvm-cat.dir/llvm-cat.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cat/llvm-cat.cpp [3770/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-cov/CMakeFiles/llvm-cov.dir/llvm-cov.cpp.o -MF tools/llvm-cov/CMakeFiles/llvm-cov.dir/llvm-cov.cpp.o.d -o tools/llvm-cov/CMakeFiles/llvm-cov.dir/llvm-cov.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov/llvm-cov.cpp [3771/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-cfi-verify -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cfi-verify -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-cfi-verify/CMakeFiles/llvm-cfi-verify.dir/llvm-cfi-verify.cpp.o -MF tools/llvm-cfi-verify/CMakeFiles/llvm-cfi-verify.dir/llvm-cfi-verify.cpp.o.d -o tools/llvm-cfi-verify/CMakeFiles/llvm-cfi-verify.dir/llvm-cfi-verify.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cfi-verify/llvm-cfi-verify.cpp [3772/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-cov/CMakeFiles/llvm-cov.dir/gcov.cpp.o -MF tools/llvm-cov/CMakeFiles/llvm-cov.dir/gcov.cpp.o.d -o tools/llvm-cov/CMakeFiles/llvm-cov.dir/gcov.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov/gcov.cpp [3773/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-cfi-verify/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cfi-verify/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-cfi-verify/lib/CMakeFiles/LLVMCFIVerify.dir/GraphBuilder.cpp.o -MF tools/llvm-cfi-verify/lib/CMakeFiles/LLVMCFIVerify.dir/GraphBuilder.cpp.o.d -o tools/llvm-cfi-verify/lib/CMakeFiles/LLVMCFIVerify.dir/GraphBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cfi-verify/lib/GraphBuilder.cpp [3774/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageExporterLcov.cpp.o -MF tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageExporterLcov.cpp.o.d -o tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageExporterLcov.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov/CoverageExporterLcov.cpp [3775/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-cfi-verify/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cfi-verify/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-cfi-verify/lib/CMakeFiles/LLVMCFIVerify.dir/FileAnalysis.cpp.o -MF tools/llvm-cfi-verify/lib/CMakeFiles/LLVMCFIVerify.dir/FileAnalysis.cpp.o.d -o tools/llvm-cfi-verify/lib/CMakeFiles/LLVMCFIVerify.dir/FileAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cfi-verify/lib/FileAnalysis.cpp [3776/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageFilters.cpp.o -MF tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageFilters.cpp.o.d -o tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageFilters.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov/CoverageFilters.cpp [3777/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageSummaryInfo.cpp.o -MF tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageSummaryInfo.cpp.o.d -o tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageSummaryInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov/CoverageSummaryInfo.cpp [3778/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageExporterJson.cpp.o -MF tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageExporterJson.cpp.o.d -o tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageExporterJson.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov/CoverageExporterJson.cpp [3779/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cvtres -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cvtres/Opts.td --write-if-changed -o tools/llvm-cvtres/Opts.inc -d tools/llvm-cvtres/Opts.inc.d [3780/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageReport.cpp.o -MF tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageReport.cpp.o.d -o tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageReport.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov/CoverageReport.cpp [3781/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageView.cpp.o -MF tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageView.cpp.o.d -o tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageView.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov/SourceCoverageView.cpp [3782/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageViewText.cpp.o -MF tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageViewText.cpp.o.d -o tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageViewText.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov/SourceCoverageViewText.cpp [3783/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cxxfilt -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cxxfilt/Opts.td --write-if-changed -o tools/llvm-cxxfilt/Opts.inc -d tools/llvm-cxxfilt/Opts.inc.d [3784/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-cov/CMakeFiles/llvm-cov.dir/TestingSupport.cpp.o -MF tools/llvm-cov/CMakeFiles/llvm-cov.dir/TestingSupport.cpp.o.d -o tools/llvm-cov/CMakeFiles/llvm-cov.dir/TestingSupport.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov/TestingSupport.cpp [3785/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-cxxdump -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cxxdump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/Error.cpp.o -MF tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/Error.cpp.o.d -o tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/Error.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cxxdump/Error.cpp [3786/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-cov/CMakeFiles/llvm-cov.dir/CodeCoverage.cpp.o -MF tools/llvm-cov/CMakeFiles/llvm-cov.dir/CodeCoverage.cpp.o.d -o tools/llvm-cov/CMakeFiles/llvm-cov.dir/CodeCoverage.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov/CodeCoverage.cpp [3787/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-cvtres -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cvtres -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-cvtres/CMakeFiles/llvm-cvtres.dir/llvm-cvtres.cpp.o -MF tools/llvm-cvtres/CMakeFiles/llvm-cvtres.dir/llvm-cvtres.cpp.o.d -o tools/llvm-cvtres/CMakeFiles/llvm-cvtres.dir/llvm-cvtres.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cvtres/llvm-cvtres.cpp [3788/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageViewHTML.cpp.o -MF tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageViewHTML.cpp.o.d -o tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageViewHTML.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp [3789/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-cxxfilt -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cxxfilt -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/llvm-cxxfilt.cpp.o -MF tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/llvm-cxxfilt.cpp.o.d -o tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/llvm-cxxfilt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp [3790/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-diff -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-diff -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-diff/CMakeFiles/llvm-diff.dir/DiffLog.cpp.o -MF tools/llvm-diff/CMakeFiles/llvm-diff.dir/DiffLog.cpp.o.d -o tools/llvm-diff/CMakeFiles/llvm-diff.dir/DiffLog.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-diff/DiffLog.cpp [3791/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-diff -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-diff -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-diff/CMakeFiles/llvm-diff.dir/llvm-diff.cpp.o -MF tools/llvm-diff/CMakeFiles/llvm-diff.dir/llvm-diff.cpp.o.d -o tools/llvm-diff/CMakeFiles/llvm-diff.dir/llvm-diff.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-diff/llvm-diff.cpp [3792/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-cxxmap -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cxxmap -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-cxxmap/CMakeFiles/llvm-cxxmap.dir/llvm-cxxmap.cpp.o -MF tools/llvm-cxxmap/CMakeFiles/llvm-cxxmap.dir/llvm-cxxmap.cpp.o.d -o tools/llvm-cxxmap/CMakeFiles/llvm-cxxmap.dir/llvm-cxxmap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cxxmap/llvm-cxxmap.cpp [3793/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-diff -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-diff -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-diff/CMakeFiles/llvm-diff.dir/DiffConsumer.cpp.o -MF tools/llvm-diff/CMakeFiles/llvm-diff.dir/DiffConsumer.cpp.o.d -o tools/llvm-diff/CMakeFiles/llvm-diff.dir/DiffConsumer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-diff/DiffConsumer.cpp [3794/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lli -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/lli -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lli/CMakeFiles/lli.dir/lli.cpp.o -MF tools/lli/CMakeFiles/lli.dir/lli.cpp.o.d -o tools/lli/CMakeFiles/lli.dir/lli.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/lli/lli.cpp [3795/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-cxxdump -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cxxdump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/llvm-cxxdump.cpp.o -MF tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/llvm-cxxdump.cpp.o.d -o tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/llvm-cxxdump.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-cxxdump/llvm-cxxdump.cpp [3796/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-dwarfdump -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-dwarfdump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/SectionSizes.cpp.o -MF tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/SectionSizes.cpp.o.d -o tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/SectionSizes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-dwarfdump/SectionSizes.cpp [3797/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-diff -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-diff -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-diff/CMakeFiles/llvm-diff.dir/DifferenceEngine.cpp.o -MF tools/llvm-diff/CMakeFiles/llvm-diff.dir/DifferenceEngine.cpp.o.d -o tools/llvm-diff/CMakeFiles/llvm-diff.dir/DifferenceEngine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-diff/DifferenceEngine.cpp [3798/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-dis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-dis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-dis/CMakeFiles/llvm-dis.dir/llvm-dis.cpp.o -MF tools/llvm-dis/CMakeFiles/llvm-dis.dir/llvm-dis.cpp.o.d -o tools/llvm-dis/CMakeFiles/llvm-dis.dir/llvm-dis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-dis/llvm-dis.cpp [3799/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-dwarfdump -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-dwarfdump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/Statistics.cpp.o -MF tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/Statistics.cpp.o.d -o tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/Statistics.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-dwarfdump/Statistics.cpp [3800/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-dwarfdump -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-dwarfdump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/llvm-dwarfdump.cpp.o -MF tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/llvm-dwarfdump.cpp.o.d -o tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/llvm-dwarfdump.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp [3801/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-dwp -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-dwp -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/llvm-dwp.cpp.o -MF tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/llvm-dwp.cpp.o.d -o tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/llvm-dwp.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-dwp/llvm-dwp.cpp [3802/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Error.cpp.o -MF tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Error.cpp.o.d -o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Error.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/Error.cpp [3803/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/CodeTemplate.cpp.o -MF tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/CodeTemplate.cpp.o.d -o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/CodeTemplate.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/CodeTemplate.cpp [3804/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Analysis.cpp.o -MF tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Analysis.cpp.o.d -o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Analysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/Analysis.cpp [3805/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/CMakeFiles/llvm-exegesis.dir/llvm-exegesis.cpp.o -MF tools/llvm-exegesis/CMakeFiles/llvm-exegesis.dir/llvm-exegesis.cpp.o.d -o tools/llvm-exegesis/CMakeFiles/llvm-exegesis.dir/llvm-exegesis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/llvm-exegesis.cpp [3806/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Clustering.cpp.o -MF tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Clustering.cpp.o.d -o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Clustering.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/Clustering.cpp [3807/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/MCInstrDescView.cpp.o -MF tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/MCInstrDescView.cpp.o.d -o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/MCInstrDescView.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp [3808/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/BenchmarkResult.cpp.o -MF tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/BenchmarkResult.cpp.o.d -o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/BenchmarkResult.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp [3809/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Assembler.cpp.o -MF tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Assembler.cpp.o.d -o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Assembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/Assembler.cpp [3810/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/BenchmarkRunner.cpp.o -MF tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/BenchmarkRunner.cpp.o.d -o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/BenchmarkRunner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp [3811/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/PerfHelper.cpp.o -MF tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/PerfHelper.cpp.o.d -o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/PerfHelper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/PerfHelper.cpp [3812/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/RegisterValue.cpp.o -MF tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/RegisterValue.cpp.o.d -o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/RegisterValue.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/RegisterValue.cpp [3813/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/RegisterAliasing.cpp.o -MF tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/RegisterAliasing.cpp.o.d -o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/RegisterAliasing.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/RegisterAliasing.cpp [3814/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/LatencyBenchmarkRunner.cpp.o -MF tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/LatencyBenchmarkRunner.cpp.o.d -o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/LatencyBenchmarkRunner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/LatencyBenchmarkRunner.cpp [3815/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/LlvmState.cpp.o -MF tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/LlvmState.cpp.o.d -o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/LlvmState.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/LlvmState.cpp [3816/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/ParallelSnippetGenerator.cpp.o -MF tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/ParallelSnippetGenerator.cpp.o.d -o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/ParallelSnippetGenerator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/ParallelSnippetGenerator.cpp [3817/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SchedClassResolution.cpp.o -MF tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SchedClassResolution.cpp.o.d -o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SchedClassResolution.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/SchedClassResolution.cpp [3818/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/X86/CMakeFiles/LLVMExegesisX86.dir/X86Counter.cpp.o -MF tools/llvm-exegesis/lib/X86/CMakeFiles/LLVMExegesisX86.dir/X86Counter.cpp.o.d -o tools/llvm-exegesis/lib/X86/CMakeFiles/LLVMExegesisX86.dir/X86Counter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/X86/X86Counter.cpp [3819/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SnippetFile.cpp.o -MF tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SnippetFile.cpp.o.d -o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SnippetFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/SnippetFile.cpp [3820/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SerialSnippetGenerator.cpp.o -MF tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SerialSnippetGenerator.cpp.o.d -o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SerialSnippetGenerator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/SerialSnippetGenerator.cpp [3821/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SnippetRepetitor.cpp.o -MF tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SnippetRepetitor.cpp.o.d -o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SnippetRepetitor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/SnippetRepetitor.cpp [3822/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SnippetGenerator.cpp.o -MF tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SnippetGenerator.cpp.o.d -o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SnippetGenerator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/SnippetGenerator.cpp [3823/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/UopsBenchmarkRunner.cpp.o -MF tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/UopsBenchmarkRunner.cpp.o.d -o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/UopsBenchmarkRunner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/UopsBenchmarkRunner.cpp [3824/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Target.cpp.o -MF tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Target.cpp.o.d -o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Target.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/Target.cpp [3825/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMExegesis.a && /usr/bin/ar qc lib/libLLVMExegesis.a tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Analysis.cpp.o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Assembler.cpp.o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/BenchmarkResult.cpp.o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/BenchmarkRunner.cpp.o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Clustering.cpp.o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/CodeTemplate.cpp.o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Error.cpp.o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/LatencyBenchmarkRunner.cpp.o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/LlvmState.cpp.o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/MCInstrDescView.cpp.o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/ParallelSnippetGenerator.cpp.o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/PerfHelper.cpp.o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/RegisterAliasing.cpp.o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/RegisterValue.cpp.o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SchedClassResolution.cpp.o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SerialSnippetGenerator.cpp.o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SnippetFile.cpp.o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SnippetGenerator.cpp.o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/SnippetRepetitor.cpp.o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/Target.cpp.o tools/llvm-exegesis/lib/CMakeFiles/LLVMExegesis.dir/UopsBenchmarkRunner.cpp.o && /usr/bin/ranlib lib/libLLVMExegesis.a && : [3826/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-ifs -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-ifs -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-ifs/CMakeFiles/llvm-ifs.dir/ErrorCollector.cpp.o -MF tools/llvm-ifs/CMakeFiles/llvm-ifs.dir/ErrorCollector.cpp.o.d -o tools/llvm-ifs/CMakeFiles/llvm-ifs.dir/ErrorCollector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-ifs/ErrorCollector.cpp [3827/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-exegesis/CMakeFiles/llvm-exegesis.dir/llvm-exegesis.cpp.o -o bin/llvm-exegesis -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVMMC.a lib/libLLVMMCParser.a lib/libLLVMSupport.a lib/libLLVMSparcCodeGen.a lib/libLLVMSparcAsmParser.a lib/libLLVMSparcDesc.a lib/libLLVMSparcDisassembler.a lib/libLLVMSparcInfo.a -lpthread lib/libLLVMExegesis.a lib/libLLVMAsmPrinter.a lib/libLLVMDebugInfoDWARF.a lib/libLLVMDebugInfoMSF.a lib/libLLVMMCDisassembler.a lib/libLLVMGlobalISel.a lib/libLLVMSelectionDAG.a lib/libLLVMCodeGen.a lib/libLLVMBitWriter.a lib/libLLVMScalarOpts.a lib/libLLVMAggressiveInstCombine.a lib/libLLVMInstCombine.a lib/libLLVMTransformUtils.a lib/libLLVMMCJIT.a lib/libLLVMExecutionEngine.a lib/libLLVMTarget.a lib/libLLVMAnalysis.a lib/libLLVMProfileData.a lib/libLLVMOrcTargetProcess.a lib/libLLVMOrcShared.a lib/libLLVMObjectYAML.a lib/libLLVMRuntimeDyld.a lib/libLLVMObject.a lib/libLLVMMCParser.a lib/libLLVMMC.a lib/libLLVMDebugInfoCodeView.a lib/libLLVMBitReader.a lib/libLLVMCore.a lib/libLLVMRemarks.a lib/libLLVMBitstreamReader.a lib/libLLVMTextAPI.a lib/libLLVMBinaryFormat.a lib/libLLVMSupport.a -lexecinfo -lpthread -lm /usr/lib/libz.so.7.0 lib/libLLVMDemangle.a -Wl,-rpath-link,/usr/X11R6/lib && : [3828/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-isel-fuzzer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-isel-fuzzer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-isel-fuzzer/CMakeFiles/llvm-isel-fuzzer.dir/DummyISelFuzzer.cpp.o -MF tools/llvm-isel-fuzzer/CMakeFiles/llvm-isel-fuzzer.dir/DummyISelFuzzer.cpp.o.d -o tools/llvm-isel-fuzzer/CMakeFiles/llvm-isel-fuzzer.dir/DummyISelFuzzer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-isel-fuzzer/DummyISelFuzzer.cpp [3829/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AArch64 -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/AArch64/CMakeFiles/LLVMExegesisAArch64.dir/Target.cpp.o -MF tools/llvm-exegesis/lib/AArch64/CMakeFiles/LLVMExegesisAArch64.dir/Target.cpp.o.d -o tools/llvm-exegesis/lib/AArch64/CMakeFiles/LLVMExegesisAArch64.dir/Target.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp [3830/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMExegesisAArch64.a && /usr/bin/ar qc lib/libLLVMExegesisAArch64.a tools/llvm-exegesis/lib/AArch64/CMakeFiles/LLVMExegesisAArch64.dir/Target.cpp.o && /usr/bin/ranlib lib/libLLVMExegesisAArch64.a && : [3831/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/PowerPC -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/PowerPC/CMakeFiles/LLVMExegesisPowerPC.dir/Target.cpp.o -MF tools/llvm-exegesis/lib/PowerPC/CMakeFiles/LLVMExegesisPowerPC.dir/Target.cpp.o.d -o tools/llvm-exegesis/lib/PowerPC/CMakeFiles/LLVMExegesisPowerPC.dir/Target.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/PowerPC/Target.cpp [3832/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMExegesisPowerPC.a && /usr/bin/ar qc lib/libLLVMExegesisPowerPC.a tools/llvm-exegesis/lib/PowerPC/CMakeFiles/LLVMExegesisPowerPC.dir/Target.cpp.o && /usr/bin/ranlib lib/libLLVMExegesisPowerPC.a && : [3833/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-itanium-demangle-fuzzer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-itanium-demangle-fuzzer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-itanium-demangle-fuzzer/CMakeFiles/llvm-itanium-demangle-fuzzer.dir/llvm-itanium-demangle-fuzzer.cpp.o -MF tools/llvm-itanium-demangle-fuzzer/CMakeFiles/llvm-itanium-demangle-fuzzer.dir/llvm-itanium-demangle-fuzzer.cpp.o.d -o tools/llvm-itanium-demangle-fuzzer/CMakeFiles/llvm-itanium-demangle-fuzzer.dir/llvm-itanium-demangle-fuzzer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-itanium-demangle-fuzzer/llvm-itanium-demangle-fuzzer.cpp [3834/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-itanium-demangle-fuzzer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-itanium-demangle-fuzzer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-itanium-demangle-fuzzer/CMakeFiles/llvm-itanium-demangle-fuzzer.dir/DummyDemanglerFuzzer.cpp.o -MF tools/llvm-itanium-demangle-fuzzer/CMakeFiles/llvm-itanium-demangle-fuzzer.dir/DummyDemanglerFuzzer.cpp.o.d -o tools/llvm-itanium-demangle-fuzzer/CMakeFiles/llvm-itanium-demangle-fuzzer.dir/DummyDemanglerFuzzer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-itanium-demangle-fuzzer/DummyDemanglerFuzzer.cpp [3835/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/Mips -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/Mips/CMakeFiles/LLVMExegesisMips.dir/Target.cpp.o -MF tools/llvm-exegesis/lib/Mips/CMakeFiles/LLVMExegesisMips.dir/Target.cpp.o.d -o tools/llvm-exegesis/lib/Mips/CMakeFiles/LLVMExegesisMips.dir/Target.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/Mips/Target.cpp [3836/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMExegesisMips.a && /usr/bin/ar qc lib/libLLVMExegesisMips.a tools/llvm-exegesis/lib/Mips/CMakeFiles/LLVMExegesisMips.dir/Target.cpp.o && /usr/bin/ranlib lib/libLLVMExegesisMips.a && : [3837/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-extract -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-extract -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-extract/CMakeFiles/llvm-extract.dir/llvm-extract.cpp.o -MF tools/llvm-extract/CMakeFiles/llvm-extract.dir/llvm-extract.cpp.o.d -o tools/llvm-extract/CMakeFiles/llvm-extract.dir/llvm-extract.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-extract/llvm-extract.cpp [3838/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-ifs -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-ifs -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-ifs/CMakeFiles/llvm-ifs.dir/llvm-ifs.cpp.o -MF tools/llvm-ifs/CMakeFiles/llvm-ifs.dir/llvm-ifs.cpp.o.d -o tools/llvm-ifs/CMakeFiles/llvm-ifs.dir/llvm-ifs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-ifs/llvm-ifs.cpp [3839/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-exegesis/lib/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/X86 -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-exegesis/lib/X86/CMakeFiles/LLVMExegesisX86.dir/Target.cpp.o -MF tools/llvm-exegesis/lib/X86/CMakeFiles/LLVMExegesisX86.dir/Target.cpp.o.d -o tools/llvm-exegesis/lib/X86/CMakeFiles/LLVMExegesisX86.dir/Target.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-exegesis/lib/X86/Target.cpp [3840/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-gsymutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-gsymutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-gsymutil/CMakeFiles/llvm-gsymutil.dir/llvm-gsymutil.cpp.o -MF tools/llvm-gsymutil/CMakeFiles/llvm-gsymutil.dir/llvm-gsymutil.cpp.o.d -o tools/llvm-gsymutil/CMakeFiles/llvm-gsymutil.dir/llvm-gsymutil.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-gsymutil/llvm-gsymutil.cpp [3841/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMExegesisX86.a && /usr/bin/ar qc lib/libLLVMExegesisX86.a tools/llvm-exegesis/lib/X86/CMakeFiles/LLVMExegesisX86.dir/Target.cpp.o tools/llvm-exegesis/lib/X86/CMakeFiles/LLVMExegesisX86.dir/X86Counter.cpp.o && /usr/bin/ranlib lib/libLLVMExegesisX86.a && : [3842/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-lipo -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-lipo/LipoOpts.td --write-if-changed -o tools/llvm-lipo/LipoOpts.inc -d tools/llvm-lipo/LipoOpts.inc.d [3843/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-isel-fuzzer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-isel-fuzzer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-isel-fuzzer/CMakeFiles/llvm-isel-fuzzer.dir/llvm-isel-fuzzer.cpp.o -MF tools/llvm-isel-fuzzer/CMakeFiles/llvm-isel-fuzzer.dir/llvm-isel-fuzzer.cpp.o.d -o tools/llvm-isel-fuzzer/CMakeFiles/llvm-isel-fuzzer.dir/llvm-isel-fuzzer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp [3844/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-jitlink -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-jitlink -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink-elf.cpp.o -MF tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink-elf.cpp.o.d -o tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink-elf.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-jitlink/llvm-jitlink-elf.cpp [3845/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-jitlink -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-jitlink -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink-macho.cpp.o -MF tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink-macho.cpp.o.d -o tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink-macho.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-jitlink/llvm-jitlink-macho.cpp [3846/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-lipo -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-lipo -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-lipo/CMakeFiles/llvm-lipo.dir/llvm-lipo.cpp.o -MF tools/llvm-lipo/CMakeFiles/llvm-lipo.dir/llvm-lipo.cpp.o.d -o tools/llvm-lipo/CMakeFiles/llvm-lipo.dir/llvm-lipo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-lipo/llvm-lipo.cpp [3847/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-libtool-darwin -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-libtool-darwin -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-libtool-darwin/CMakeFiles/llvm-libtool-darwin.dir/llvm-libtool-darwin.cpp.o -MF tools/llvm-libtool-darwin/CMakeFiles/llvm-libtool-darwin.dir/llvm-libtool-darwin.cpp.o.d -o tools/llvm-libtool-darwin/CMakeFiles/llvm-libtool-darwin.dir/llvm-libtool-darwin.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp [3848/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-link -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-link -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-link/CMakeFiles/llvm-link.dir/llvm-link.cpp.o -MF tools/llvm-link/CMakeFiles/llvm-link.dir/llvm-link.cpp.o.d -o tools/llvm-link/CMakeFiles/llvm-link.dir/llvm-link.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-link/llvm-link.cpp [3849/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-jitlink/llvm-jitlink-executor -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-jitlink/llvm-jitlink-executor -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-jitlink/llvm-jitlink-executor/CMakeFiles/llvm-jitlink-executor.dir/llvm-jitlink-executor.cpp.o -MF tools/llvm-jitlink/llvm-jitlink-executor/CMakeFiles/llvm-jitlink-executor.dir/llvm-jitlink-executor.cpp.o.d -o tools/llvm-jitlink/llvm-jitlink-executor/CMakeFiles/llvm-jitlink-executor.dir/llvm-jitlink-executor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-jitlink/llvm-jitlink-executor/llvm-jitlink-executor.cpp [3850/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAS_AMDGPU -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-mca/CMakeFiles/llvm-mca.dir/CodeRegion.cpp.o -MF tools/llvm-mca/CMakeFiles/llvm-mca.dir/CodeRegion.cpp.o.d -o tools/llvm-mca/CMakeFiles/llvm-mca.dir/CodeRegion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/CodeRegion.cpp [3851/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,--export-dynamic -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-jitlink/llvm-jitlink-executor/CMakeFiles/llvm-jitlink-executor.dir/llvm-jitlink-executor.cpp.o -o bin/llvm-jitlink-executor -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVMOrcShared.a lib/libLLVMOrcTargetProcess.a lib/libLLVMSupport.a -lpthread lib/libLLVMOrcShared.a lib/libLLVMSupport.a -lexecinfo -lpthread -lm /usr/lib/libz.so.7.0 lib/libLLVMDemangle.a -Wl,-rpath-link,/usr/X11R6/lib && : [3852/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-mc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-mc/CMakeFiles/llvm-mc.dir/Disassembler.cpp.o -MF tools/llvm-mc/CMakeFiles/llvm-mc.dir/Disassembler.cpp.o.d -o tools/llvm-mc/CMakeFiles/llvm-mc.dir/Disassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mc/Disassembler.cpp [3853/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAS_AMDGPU -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-mca/CMakeFiles/llvm-mca.dir/CodeRegionGenerator.cpp.o -MF tools/llvm-mca/CMakeFiles/llvm-mca.dir/CodeRegionGenerator.cpp.o.d -o tools/llvm-mca/CMakeFiles/llvm-mca.dir/CodeRegionGenerator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/CodeRegionGenerator.cpp [3854/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-mc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-mc/CMakeFiles/llvm-mc.dir/llvm-mc.cpp.o -MF tools/llvm-mc/CMakeFiles/llvm-mc.dir/llvm-mc.cpp.o.d -o tools/llvm-mc/CMakeFiles/llvm-mc.dir/llvm-mc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mc/llvm-mc.cpp [3855/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAS_AMDGPU -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/BottleneckAnalysis.cpp.o -MF tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/BottleneckAnalysis.cpp.o.d -o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/BottleneckAnalysis.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/Views/BottleneckAnalysis.cpp [3856/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAS_AMDGPU -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/DispatchStatistics.cpp.o -MF tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/DispatchStatistics.cpp.o.d -o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/DispatchStatistics.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/Views/DispatchStatistics.cpp [3857/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAS_AMDGPU -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/InstructionView.cpp.o -MF tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/InstructionView.cpp.o.d -o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/InstructionView.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/Views/InstructionView.cpp [3858/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAS_AMDGPU -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-mca/CMakeFiles/llvm-mca.dir/PipelinePrinter.cpp.o -MF tools/llvm-mca/CMakeFiles/llvm-mca.dir/PipelinePrinter.cpp.o.d -o tools/llvm-mca/CMakeFiles/llvm-mca.dir/PipelinePrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/PipelinePrinter.cpp [3859/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAS_AMDGPU -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/RegisterFileStatistics.cpp.o -MF tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/RegisterFileStatistics.cpp.o.d -o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/RegisterFileStatistics.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/Views/RegisterFileStatistics.cpp [3860/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-lto2 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-lto2 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/llvm-lto2.cpp.o -MF tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/llvm-lto2.cpp.o.d -o tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/llvm-lto2.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-lto2/llvm-lto2.cpp [3861/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAS_AMDGPU -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/RetireControlUnitStatistics.cpp.o -MF tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/RetireControlUnitStatistics.cpp.o.d -o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/RetireControlUnitStatistics.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/Views/RetireControlUnitStatistics.cpp [3862/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAS_AMDGPU -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-mca/CMakeFiles/llvm-mca.dir/llvm-mca.cpp.o -MF tools/llvm-mca/CMakeFiles/llvm-mca.dir/llvm-mca.cpp.o.d -o tools/llvm-mca/CMakeFiles/llvm-mca.dir/llvm-mca.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/llvm-mca.cpp [3863/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAS_AMDGPU -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/SchedulerStatistics.cpp.o -MF tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/SchedulerStatistics.cpp.o.d -o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/SchedulerStatistics.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/Views/SchedulerStatistics.cpp [3864/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAS_AMDGPU -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/SummaryView.cpp.o -MF tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/SummaryView.cpp.o.d -o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/SummaryView.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/Views/SummaryView.cpp [3865/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-microsoft-demangle-fuzzer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-microsoft-demangle-fuzzer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-microsoft-demangle-fuzzer/CMakeFiles/llvm-microsoft-demangle-fuzzer.dir/DummyDemanglerFuzzer.cpp.o -MF tools/llvm-microsoft-demangle-fuzzer/CMakeFiles/llvm-microsoft-demangle-fuzzer.dir/DummyDemanglerFuzzer.cpp.o.d -o tools/llvm-microsoft-demangle-fuzzer/CMakeFiles/llvm-microsoft-demangle-fuzzer.dir/DummyDemanglerFuzzer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-microsoft-demangle-fuzzer/DummyDemanglerFuzzer.cpp [3866/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-ml -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-ml/Opts.td --write-if-changed -o tools/llvm-ml/Opts.inc -d tools/llvm-ml/Opts.inc.d [3867/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-microsoft-demangle-fuzzer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-microsoft-demangle-fuzzer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-microsoft-demangle-fuzzer/CMakeFiles/llvm-microsoft-demangle-fuzzer.dir/llvm-microsoft-demangle-fuzzer.cpp.o -MF tools/llvm-microsoft-demangle-fuzzer/CMakeFiles/llvm-microsoft-demangle-fuzzer.dir/llvm-microsoft-demangle-fuzzer.cpp.o.d -o tools/llvm-microsoft-demangle-fuzzer/CMakeFiles/llvm-microsoft-demangle-fuzzer.dir/llvm-microsoft-demangle-fuzzer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-microsoft-demangle-fuzzer/llvm-microsoft-demangle-fuzzer.cpp [3868/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAS_AMDGPU -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/View.cpp.o -MF tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/View.cpp.o.d -o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/View.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/Views/View.cpp [3869/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAS_AMDGPU -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/TimelineView.cpp.o -MF tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/TimelineView.cpp.o.d -o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/TimelineView.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/Views/TimelineView.cpp [3870/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mt -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mt/Opts.td --write-if-changed -o tools/llvm-mt/Opts.inc -d tools/llvm-mt/Opts.inc.d [3871/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAS_AMDGPU -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/InstructionInfoView.cpp.o -MF tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/InstructionInfoView.cpp.o.d -o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/InstructionInfoView.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/Views/InstructionInfoView.cpp [3872/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAS_AMDGPU -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/ResourcePressureView.cpp.o -MF tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/ResourcePressureView.cpp.o.d -o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/ResourcePressureView.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/Views/ResourcePressureView.cpp [3873/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-nm -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-nm/Opts.td --write-if-changed -o tools/llvm-nm/Opts.inc -d tools/llvm-nm/Opts.inc.d [3874/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy/ObjcopyOpts.td --write-if-changed -o tools/llvm-objcopy/ObjcopyOpts.inc -d tools/llvm-objcopy/ObjcopyOpts.inc.d [3875/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy/InstallNameToolOpts.td --write-if-changed -o tools/llvm-objcopy/InstallNameToolOpts.inc -d tools/llvm-objcopy/InstallNameToolOpts.inc.d [3876/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy/BitcodeStripOpts.td --write-if-changed -o tools/llvm-objcopy/BitcodeStripOpts.inc -d tools/llvm-objcopy/BitcodeStripOpts.inc.d [3877/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy/StripOpts.td --write-if-changed -o tools/llvm-objcopy/StripOpts.inc -d tools/llvm-objcopy/StripOpts.inc.d [3878/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-mt -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mt -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-mt/CMakeFiles/llvm-mt.dir/llvm-mt.cpp.o -MF tools/llvm-mt/CMakeFiles/llvm-mt.dir/llvm-mt.cpp.o.d -o tools/llvm-mt/CMakeFiles/llvm-mt.dir/llvm-mt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mt/llvm-mt.cpp [3879/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-mca/lib/AMDGPU -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/lib/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/lib/Target/AMDGPU -I/usr/obj/ports/llvm-13.0.0/build-sparc64/lib/Target/AMDGPU -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-mca/lib/AMDGPU/CMakeFiles/LLVMMCACustomBehaviourAMDGPU.dir/AMDGPUCustomBehaviour.cpp.o -MF tools/llvm-mca/lib/AMDGPU/CMakeFiles/LLVMMCACustomBehaviourAMDGPU.dir/AMDGPUCustomBehaviour.cpp.o.d -o tools/llvm-mca/lib/AMDGPU/CMakeFiles/LLVMMCACustomBehaviourAMDGPU.dir/AMDGPUCustomBehaviour.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-mca/lib/AMDGPU/AMDGPUCustomBehaviour.cpp [3880/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-modextract -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-modextract -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/llvm-modextract.cpp.o -MF tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/llvm-modextract.cpp.o.d -o tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/llvm-modextract.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-modextract/llvm-modextract.cpp [3881/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-jitlink -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-jitlink -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink.cpp.o -MF tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink.cpp.o.d -o tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-jitlink/llvm-jitlink.cpp [3882/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/COFF/COFFObjcopy.cpp.o -MF tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/COFF/COFFObjcopy.cpp.o.d -o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/COFF/COFFObjcopy.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy/COFF/COFFObjcopy.cpp [3883/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-ml -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-ml -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-ml/CMakeFiles/llvm-ml.dir/Disassembler.cpp.o -MF tools/llvm-ml/CMakeFiles/llvm-ml.dir/Disassembler.cpp.o.d -o tools/llvm-ml/CMakeFiles/llvm-ml.dir/Disassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-ml/Disassembler.cpp [3884/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/COFF/Reader.cpp.o -MF tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/COFF/Reader.cpp.o.d -o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/COFF/Reader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy/COFF/Reader.cpp [3885/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/COFF/Object.cpp.o -MF tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/COFF/Object.cpp.o.d -o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/COFF/Object.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy/COFF/Object.cpp [3886/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/llvm-objcopy.cpp.o -MF tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/llvm-objcopy.cpp.o.d -o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/llvm-objcopy.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy/llvm-objcopy.cpp [3887/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/COFF/Writer.cpp.o -MF tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/COFF/Writer.cpp.o.d -o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/COFF/Writer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy/COFF/Writer.cpp [3888/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-ml -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-ml -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-ml/CMakeFiles/llvm-ml.dir/llvm-ml.cpp.o -MF tools/llvm-ml/CMakeFiles/llvm-ml.dir/llvm-ml.cpp.o.d -o tools/llvm-ml/CMakeFiles/llvm-ml.dir/llvm-ml.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-ml/llvm-ml.cpp [3889/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/ConfigManager.cpp.o -MF tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/ConfigManager.cpp.o.d -o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/ConfigManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy/ConfigManager.cpp [3890/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/MachO/MachOLayoutBuilder.cpp.o -MF tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/MachO/MachOLayoutBuilder.cpp.o.d -o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/MachO/MachOLayoutBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp [3891/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/MachO/MachOWriter.cpp.o -MF tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/MachO/MachOWriter.cpp.o.d -o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/MachO/MachOWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy/MachO/MachOWriter.cpp [3892/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/MachO/MachOReader.cpp.o -MF tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/MachO/MachOReader.cpp.o.d -o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/MachO/MachOReader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy/MachO/MachOReader.cpp [3893/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/MachO/Object.cpp.o -MF tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/MachO/Object.cpp.o.d -o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/MachO/Object.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy/MachO/Object.cpp [3894/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/ELF/ELFObjcopy.cpp.o -MF tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/ELF/ELFObjcopy.cpp.o.d -o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/ELF/ELFObjcopy.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp [3895/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objdump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objdump/ObjdumpOpts.td --write-if-changed -o tools/llvm-objdump/ObjdumpOpts.inc -d tools/llvm-objdump/ObjdumpOpts.inc.d [3896/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objdump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objdump/OtoolOpts.td --write-if-changed -o tools/llvm-objdump/OtoolOpts.inc -d tools/llvm-objdump/OtoolOpts.inc.d [3897/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/wasm/Object.cpp.o -MF tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/wasm/Object.cpp.o.d -o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/wasm/Object.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy/wasm/Object.cpp [3898/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/wasm/Reader.cpp.o -MF tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/wasm/Reader.cpp.o.d -o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/wasm/Reader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy/wasm/Reader.cpp [3899/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/wasm/Writer.cpp.o -MF tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/wasm/Writer.cpp.o.d -o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/wasm/Writer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy/wasm/Writer.cpp [3900/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/MachO/MachOObjcopy.cpp.o -MF tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/MachO/MachOObjcopy.cpp.o.d -o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/MachO/MachOObjcopy.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp [3901/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-nm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-nm -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-nm/CMakeFiles/llvm-nm.dir/llvm-nm.cpp.o -MF tools/llvm-nm/CMakeFiles/llvm-nm.dir/llvm-nm.cpp.o.d -o tools/llvm-nm/CMakeFiles/llvm-nm.dir/llvm-nm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-nm/llvm-nm.cpp [3902/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/wasm/WasmObjcopy.cpp.o -MF tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/wasm/WasmObjcopy.cpp.o.d -o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/wasm/WasmObjcopy.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy/wasm/WasmObjcopy.cpp [3903/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objdump -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objdump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/XCOFFDump.cpp.o -MF tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/XCOFFDump.cpp.o.d -o tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/XCOFFDump.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objdump/XCOFFDump.cpp [3904/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objdump -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objdump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/WasmDump.cpp.o -MF tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/WasmDump.cpp.o.d -o tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/WasmDump.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objdump/WasmDump.cpp [3905/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objdump -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objdump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/COFFDump.cpp.o -MF tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/COFFDump.cpp.o.d -o tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/COFFDump.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objdump/COFFDump.cpp [3906/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-opt-fuzzer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-opt-fuzzer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-opt-fuzzer/CMakeFiles/llvm-opt-fuzzer.dir/DummyOptFuzzer.cpp.o -MF tools/llvm-opt-fuzzer/CMakeFiles/llvm-opt-fuzzer.dir/DummyOptFuzzer.cpp.o.d -o tools/llvm-opt-fuzzer/CMakeFiles/llvm-opt-fuzzer.dir/DummyOptFuzzer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-opt-fuzzer/DummyOptFuzzer.cpp [3907/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objdump -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objdump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/SourcePrinter.cpp.o -MF tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/SourcePrinter.cpp.o.d -o tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/SourcePrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objdump/SourcePrinter.cpp [3908/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objdump -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objdump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/ELFDump.cpp.o -MF tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/ELFDump.cpp.o.d -o tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/ELFDump.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objdump/ELFDump.cpp [3909/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-opt-report -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-opt-report -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/OptReport.cpp.o -MF tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/OptReport.cpp.o.d -o tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/OptReport.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-opt-report/OptReport.cpp [3910/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/BytesOutputStyle.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/BytesOutputStyle.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/BytesOutputStyle.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/BytesOutputStyle.cpp [3911/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/ELF/Object.cpp.o -MF tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/ELF/Object.cpp.o.d -o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/ELF/Object.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objcopy/ELF/Object.cpp [3912/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/FormatUtil.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/FormatUtil.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/FormatUtil.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/FormatUtil.cpp [3913/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/ExplainOutputStyle.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/ExplainOutputStyle.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/ExplainOutputStyle.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/ExplainOutputStyle.cpp [3914/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-opt-fuzzer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-opt-fuzzer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-opt-fuzzer/CMakeFiles/llvm-opt-fuzzer.dir/llvm-opt-fuzzer.cpp.o -MF tools/llvm-opt-fuzzer/CMakeFiles/llvm-opt-fuzzer.dir/llvm-opt-fuzzer.cpp.o.d -o tools/llvm-opt-fuzzer/CMakeFiles/llvm-opt-fuzzer.dir/llvm-opt-fuzzer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp [3915/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/InputFile.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/InputFile.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/InputFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/InputFile.cpp [3916/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objdump -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objdump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/llvm-objdump.cpp.o -MF tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/llvm-objdump.cpp.o.d -o tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/llvm-objdump.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objdump/llvm-objdump.cpp [3917/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/LinePrinter.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/LinePrinter.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/LinePrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/LinePrinter.cpp [3918/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyBuiltinDumper.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyBuiltinDumper.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyBuiltinDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/PrettyBuiltinDumper.cpp [3919/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyClassDefinitionDumper.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyClassDefinitionDumper.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyClassDefinitionDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/PrettyClassDefinitionDumper.cpp [3920/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyClassLayoutGraphicalDumper.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyClassLayoutGraphicalDumper.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyClassLayoutGraphicalDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/PrettyClassLayoutGraphicalDumper.cpp [3921/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/DumpOutputStyle.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/DumpOutputStyle.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/DumpOutputStyle.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/DumpOutputStyle.cpp [3922/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objdump -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objdump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/MachODump.cpp.o -MF tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/MachODump.cpp.o.d -o tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/MachODump.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-objdump/MachODump.cpp [3923/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PdbYaml.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PdbYaml.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PdbYaml.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/PdbYaml.cpp [3924/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/MinimalSymbolDumper.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/MinimalSymbolDumper.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/MinimalSymbolDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/MinimalSymbolDumper.cpp [3925/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/MinimalTypeDumper.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/MinimalTypeDumper.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/MinimalTypeDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/MinimalTypeDumper.cpp [3926/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyCompilandDumper.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyCompilandDumper.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyCompilandDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/PrettyCompilandDumper.cpp [3927/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyExternalSymbolDumper.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyExternalSymbolDumper.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyExternalSymbolDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/PrettyExternalSymbolDumper.cpp [3928/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyEnumDumper.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyEnumDumper.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyEnumDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/PrettyEnumDumper.cpp [3929/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyTypedefDumper.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyTypedefDumper.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyTypedefDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/PrettyTypedefDumper.cpp [3930/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyFunctionDumper.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyFunctionDumper.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyFunctionDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/PrettyFunctionDumper.cpp [3931/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/llvm-pdbutil.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/llvm-pdbutil.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/llvm-pdbutil.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/llvm-pdbutil.cpp [3932/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyVariableDumper.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyVariableDumper.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyVariableDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/PrettyVariableDumper.cpp [3933/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyTypeDumper.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyTypeDumper.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyTypeDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/PrettyTypeDumper.cpp [3934/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/StreamUtil.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/StreamUtil.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/StreamUtil.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/StreamUtil.cpp [3935/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/TypeReferenceTracker.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/TypeReferenceTracker.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/TypeReferenceTracker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/TypeReferenceTracker.cpp [3936/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rc/Opts.td --write-if-changed -o tools/llvm-rc/Opts.inc -d tools/llvm-rc/Opts.inc.d [3937/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rc/WindresOpts.td --write-if-changed -o tools/llvm-rc/WindresOpts.inc -d tools/llvm-rc/WindresOpts.inc.d [3938/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/YAMLOutputStyle.cpp.o -MF tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/YAMLOutputStyle.cpp.o.d -o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/YAMLOutputStyle.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-pdbutil/YAMLOutputStyle.cpp [3939/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-profgen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-profgen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/CSPreInliner.cpp.o -MF tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/CSPreInliner.cpp.o.d -o tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/CSPreInliner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-profgen/CSPreInliner.cpp [3940/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-profgen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-profgen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/PseudoProbe.cpp.o -MF tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/PseudoProbe.cpp.o.d -o tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/PseudoProbe.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-profgen/PseudoProbe.cpp [3941/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-rc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-rc/CMakeFiles/llvm-rc.dir/llvm-rc.cpp.o -MF tools/llvm-rc/CMakeFiles/llvm-rc.dir/llvm-rc.cpp.o.d -o tools/llvm-rc/CMakeFiles/llvm-rc.dir/llvm-rc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rc/llvm-rc.cpp [3942/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-rc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptCppFilter.cpp.o -MF tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptCppFilter.cpp.o.d -o tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptCppFilter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rc/ResourceScriptCppFilter.cpp [3943/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-profgen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-profgen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/llvm-profgen.cpp.o -MF tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/llvm-profgen.cpp.o.d -o tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/llvm-profgen.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-profgen/llvm-profgen.cpp [3944/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj/Opts.td --write-if-changed -o tools/llvm-readobj/Opts.inc -d tools/llvm-readobj/Opts.inc.d [3945/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-rc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptToken.cpp.o -MF tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptToken.cpp.o.d -o tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptToken.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rc/ResourceScriptToken.cpp [3946/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-rc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceFileWriter.cpp.o -MF tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceFileWriter.cpp.o.d -o tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceFileWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rc/ResourceFileWriter.cpp [3947/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-rc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptStmt.cpp.o -MF tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptStmt.cpp.o.d -o tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptStmt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rc/ResourceScriptStmt.cpp [3948/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/COFFImportDumper.cpp.o -MF tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/COFFImportDumper.cpp.o.d -o tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/COFFImportDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj/COFFImportDumper.cpp [3949/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-rc -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rc -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptParser.cpp.o -MF tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptParser.cpp.o.d -o tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rc/ResourceScriptParser.cpp [3950/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-profgen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-profgen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/ProfiledBinary.cpp.o -MF tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/ProfiledBinary.cpp.o.d -o tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/ProfiledBinary.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-profgen/ProfiledBinary.cpp [3951/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-profgen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-profgen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/PerfReader.cpp.o -MF tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/PerfReader.cpp.o.d -o tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/PerfReader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-profgen/PerfReader.cpp [3952/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-profgen -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-profgen -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/ProfileGenerator.cpp.o -MF tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/ProfileGenerator.cpp.o.d -o tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/ProfileGenerator.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-profgen/ProfileGenerator.cpp [3953/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ARMWinEHPrinter.cpp.o -MF tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ARMWinEHPrinter.cpp.o.d -o tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ARMWinEHPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp [3954/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ObjDumper.cpp.o -MF tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ObjDumper.cpp.o.d -o tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ObjDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj/ObjDumper.cpp [3955/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/WindowsResourceDumper.cpp.o -MF tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/WindowsResourceDumper.cpp.o.d -o tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/WindowsResourceDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj/WindowsResourceDumper.cpp [3956/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/Win64EHDumper.cpp.o -MF tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/Win64EHDumper.cpp.o.d -o tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/Win64EHDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj/Win64EHDumper.cpp [3957/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/WasmDumper.cpp.o -MF tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/WasmDumper.cpp.o.d -o tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/WasmDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj/WasmDumper.cpp [3958/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/MachODumper.cpp.o -MF tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/MachODumper.cpp.o.d -o tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/MachODumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj/MachODumper.cpp [3959/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/llvm-readobj.cpp.o -MF tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/llvm-readobj.cpp.o.d -o tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/llvm-readobj.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj/llvm-readobj.cpp [3960/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/TestRunner.cpp.o -MF tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/TestRunner.cpp.o.d -o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/TestRunner.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce/TestRunner.cpp [3961/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceAliases.cpp.o -MF tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceAliases.cpp.o.d -o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceAliases.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce/deltas/ReduceAliases.cpp [3962/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/COFFDumper.cpp.o -MF tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/COFFDumper.cpp.o.d -o tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/COFFDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj/COFFDumper.cpp [3963/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/XCOFFDumper.cpp.o -MF tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/XCOFFDumper.cpp.o.d -o tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/XCOFFDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj/XCOFFDumper.cpp [3964/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/DeltaManager.cpp.o -MF tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/DeltaManager.cpp.o.d -o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/DeltaManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce/DeltaManager.cpp [3965/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/Delta.cpp.o -MF tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/Delta.cpp.o.d -o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/Delta.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce/deltas/Delta.cpp [3966/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceFunctionBodies.cpp.o -MF tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceFunctionBodies.cpp.o.d -o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceFunctionBodies.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce/deltas/ReduceFunctionBodies.cpp [3967/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceGlobalValues.cpp.o -MF tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceGlobalValues.cpp.o.d -o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceGlobalValues.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce/deltas/ReduceGlobalValues.cpp [3968/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceGlobalVarInitializers.cpp.o -MF tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceGlobalVarInitializers.cpp.o.d -o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceGlobalVarInitializers.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce/deltas/ReduceGlobalVarInitializers.cpp [3969/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceBasicBlocks.cpp.o -MF tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceBasicBlocks.cpp.o.d -o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceBasicBlocks.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp [3970/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceFunctions.cpp.o -MF tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceFunctions.cpp.o.d -o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceFunctions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce/deltas/ReduceFunctions.cpp [3971/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceArguments.cpp.o -MF tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceArguments.cpp.o.d -o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceArguments.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce/deltas/ReduceArguments.cpp [3972/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceAttributes.cpp.o -MF tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceAttributes.cpp.o.d -o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceAttributes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce/deltas/ReduceAttributes.cpp [3973/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceGlobalVars.cpp.o -MF tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceGlobalVars.cpp.o.d -o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceGlobalVars.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.cpp [3974/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceModuleInlineAsm.cpp.o -MF tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceModuleInlineAsm.cpp.o.d -o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceModuleInlineAsm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce/deltas/ReduceModuleInlineAsm.cpp [3975/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceMetadata.cpp.o -MF tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceMetadata.cpp.o.d -o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceMetadata.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce/deltas/ReduceMetadata.cpp [3976/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceSpecialGlobals.cpp.o -MF tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceSpecialGlobals.cpp.o.d -o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceSpecialGlobals.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce/deltas/ReduceSpecialGlobals.cpp [3977/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-shlib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-shlib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/llvm-shlib/CMakeFiles/LLVM.dir/libllvm.cpp.o -MF tools/llvm-shlib/CMakeFiles/LLVM.dir/libllvm.cpp.o.d -o tools/llvm-shlib/CMakeFiles/LLVM.dir/libllvm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-shlib/libllvm.cpp [3978/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-rust-demangle-fuzzer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rust-demangle-fuzzer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-rust-demangle-fuzzer/CMakeFiles/llvm-rust-demangle-fuzzer.dir/llvm-rust-demangle-fuzzer.cpp.o -MF tools/llvm-rust-demangle-fuzzer/CMakeFiles/llvm-rust-demangle-fuzzer.dir/llvm-rust-demangle-fuzzer.cpp.o.d -o tools/llvm-rust-demangle-fuzzer/CMakeFiles/llvm-rust-demangle-fuzzer.dir/llvm-rust-demangle-fuzzer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rust-demangle-fuzzer/llvm-rust-demangle-fuzzer.cpp [3979/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-rust-demangle-fuzzer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rust-demangle-fuzzer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-rust-demangle-fuzzer/CMakeFiles/llvm-rust-demangle-fuzzer.dir/DummyDemanglerFuzzer.cpp.o -MF tools/llvm-rust-demangle-fuzzer/CMakeFiles/llvm-rust-demangle-fuzzer.dir/DummyDemanglerFuzzer.cpp.o.d -o tools/llvm-rust-demangle-fuzzer/CMakeFiles/llvm-rust-demangle-fuzzer.dir/DummyDemanglerFuzzer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rust-demangle-fuzzer/DummyDemanglerFuzzer.cpp [3980/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-size -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-size/Opts.td --write-if-changed -o tools/llvm-size/Opts.inc -d tools/llvm-size/Opts.inc.d [3981/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceInstructions.cpp.o -MF tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceInstructions.cpp.o.d -o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceInstructions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp [3982/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-special-case-list-fuzzer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-special-case-list-fuzzer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-special-case-list-fuzzer/CMakeFiles/llvm-special-case-list-fuzzer.dir/DummySpecialCaseListFuzzer.cpp.o -MF tools/llvm-special-case-list-fuzzer/CMakeFiles/llvm-special-case-list-fuzzer.dir/DummySpecialCaseListFuzzer.cpp.o.d -o tools/llvm-special-case-list-fuzzer/CMakeFiles/llvm-special-case-list-fuzzer.dir/DummySpecialCaseListFuzzer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-special-case-list-fuzzer/DummySpecialCaseListFuzzer.cpp [3983/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-special-case-list-fuzzer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-special-case-list-fuzzer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-special-case-list-fuzzer/CMakeFiles/llvm-special-case-list-fuzzer.dir/special-case-list-fuzzer.cpp.o -MF tools/llvm-special-case-list-fuzzer/CMakeFiles/llvm-special-case-list-fuzzer.dir/special-case-list-fuzzer.cpp.o.d -o tools/llvm-special-case-list-fuzzer/CMakeFiles/llvm-special-case-list-fuzzer.dir/special-case-list-fuzzer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-special-case-list-fuzzer/special-case-list-fuzzer.cpp [3984/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/llvm-reduce.cpp.o -MF tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/llvm-reduce.cpp.o.d -o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/llvm-reduce.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce/llvm-reduce.cpp [3985/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperandBundles.cpp.o -MF tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperandBundles.cpp.o.d -o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperandBundles.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-reduce/deltas/ReduceOperandBundles.cpp [3986/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-strings -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-strings/Opts.td --write-if-changed -o tools/llvm-strings/Opts.inc -d tools/llvm-strings/Opts.inc.d [3987/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-strings -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-strings -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-strings/CMakeFiles/llvm-strings.dir/llvm-strings.cpp.o -MF tools/llvm-strings/CMakeFiles/llvm-strings.dir/llvm-strings.cpp.o.d -o tools/llvm-strings/CMakeFiles/llvm-strings.dir/llvm-strings.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-strings/llvm-strings.cpp [3988/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64 && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/llvm-tblgen -gen-opt-parser-defs -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-symbolizer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-symbolizer/Opts.td --write-if-changed -o tools/llvm-symbolizer/Opts.inc -d tools/llvm-symbolizer/Opts.inc.d [3989/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-size -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-size -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-size/CMakeFiles/llvm-size.dir/llvm-size.cpp.o -MF tools/llvm-size/CMakeFiles/llvm-size.dir/llvm-size.cpp.o.d -o tools/llvm-size/CMakeFiles/llvm-size.dir/llvm-size.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-size/llvm-size.cpp [3990/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-split -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-split -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-split/CMakeFiles/llvm-split.dir/llvm-split.cpp.o -MF tools/llvm-split/CMakeFiles/llvm-split.dir/llvm-split.cpp.o.d -o tools/llvm-split/CMakeFiles/llvm-split.dir/llvm-split.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-split/llvm-split.cpp [3991/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-stress -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-stress -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-stress/CMakeFiles/llvm-stress.dir/llvm-stress.cpp.o -MF tools/llvm-stress/CMakeFiles/llvm-stress.dir/llvm-stress.cpp.o.d -o tools/llvm-stress/CMakeFiles/llvm-stress.dir/llvm-stress.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-stress/llvm-stress.cpp [3992/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-tapi-diff -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-tapi-diff -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-tapi-diff/CMakeFiles/llvm-tapi-diff.dir/llvm-tapi-diff.cpp.o -MF tools/llvm-tapi-diff/CMakeFiles/llvm-tapi-diff.dir/llvm-tapi-diff.cpp.o.d -o tools/llvm-tapi-diff/CMakeFiles/llvm-tapi-diff.dir/llvm-tapi-diff.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-tapi-diff/llvm-tapi-diff.cpp [3993/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-rtdyld -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rtdyld -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/llvm-rtdyld.cpp.o -MF tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/llvm-rtdyld.cpp.o.d -o tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/llvm-rtdyld.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp [3994/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-sim -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-sim -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-sim/CMakeFiles/llvm-sim.dir/llvm-sim.cpp.o -MF tools/llvm-sim/CMakeFiles/llvm-sim.dir/llvm-sim.cpp.o.d -o tools/llvm-sim/CMakeFiles/llvm-sim.dir/llvm-sim.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-sim/llvm-sim.cpp [3995/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-symbolizer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-symbolizer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/llvm-symbolizer.cpp.o -MF tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/llvm-symbolizer.cpp.o.d -o tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/llvm-symbolizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp [3996/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-xray/CMakeFiles/llvm-xray.dir/llvm-xray.cpp.o -MF tools/llvm-xray/CMakeFiles/llvm-xray.dir/llvm-xray.cpp.o.d -o tools/llvm-xray/CMakeFiles/llvm-xray.dir/llvm-xray.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray/llvm-xray.cpp [3997/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-undname -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-undname -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-undname/CMakeFiles/llvm-undname.dir/llvm-undname.cpp.o -MF tools/llvm-undname/CMakeFiles/llvm-undname.dir/llvm-undname.cpp.o.d -o tools/llvm-undname/CMakeFiles/llvm-undname.dir/llvm-undname.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-undname/llvm-undname.cpp [3998/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-color-helper.cpp.o -MF tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-color-helper.cpp.o.d -o tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-color-helper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray/xray-color-helper.cpp [3999/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-xray/CMakeFiles/llvm-xray.dir/func-id-helper.cpp.o -MF tools/llvm-xray/CMakeFiles/llvm-xray.dir/func-id-helper.cpp.o.d -o tools/llvm-xray/CMakeFiles/llvm-xray.dir/func-id-helper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray/func-id-helper.cpp [4000/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-tapi-diff -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-tapi-diff -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-tapi-diff/CMakeFiles/llvm-tapi-diff.dir/DiffEngine.cpp.o -MF tools/llvm-tapi-diff/CMakeFiles/llvm-tapi-diff.dir/DiffEngine.cpp.o.d -o tools/llvm-tapi-diff/CMakeFiles/llvm-tapi-diff.dir/DiffEngine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-tapi-diff/DiffEngine.cpp [4001/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-fdr-dump.cpp.o -MF tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-fdr-dump.cpp.o.d -o tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-fdr-dump.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray/xray-fdr-dump.cpp [4002/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-extract.cpp.o -MF tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-extract.cpp.o.d -o tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-extract.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray/xray-extract.cpp [4003/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-registry.cpp.o -MF tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-registry.cpp.o.d -o tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-registry.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray/xray-registry.cpp [4004/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-yaml-numeric-parser-fuzzer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-yaml-numeric-parser-fuzzer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-yaml-numeric-parser-fuzzer/CMakeFiles/llvm-yaml-numeric-parser-fuzzer.dir/DummyYAMLNumericParserFuzzer.cpp.o -MF tools/llvm-yaml-numeric-parser-fuzzer/CMakeFiles/llvm-yaml-numeric-parser-fuzzer.dir/DummyYAMLNumericParserFuzzer.cpp.o.d -o tools/llvm-yaml-numeric-parser-fuzzer/CMakeFiles/llvm-yaml-numeric-parser-fuzzer.dir/DummyYAMLNumericParserFuzzer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-yaml-numeric-parser-fuzzer/DummyYAMLNumericParserFuzzer.cpp [4005/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-converter.cpp.o -MF tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-converter.cpp.o.d -o tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-converter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray/xray-converter.cpp [4006/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-yaml-parser-fuzzer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-yaml-parser-fuzzer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-yaml-parser-fuzzer/CMakeFiles/llvm-yaml-parser-fuzzer.dir/DummyYAMLParserFuzzer.cpp.o -MF tools/llvm-yaml-parser-fuzzer/CMakeFiles/llvm-yaml-parser-fuzzer.dir/DummyYAMLParserFuzzer.cpp.o.d -o tools/llvm-yaml-parser-fuzzer/CMakeFiles/llvm-yaml-parser-fuzzer.dir/DummyYAMLParserFuzzer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-yaml-parser-fuzzer/DummyYAMLParserFuzzer.cpp [4007/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-yaml-numeric-parser-fuzzer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-yaml-numeric-parser-fuzzer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-yaml-numeric-parser-fuzzer/CMakeFiles/llvm-yaml-numeric-parser-fuzzer.dir/yaml-numeric-parser-fuzzer.cpp.o -MF tools/llvm-yaml-numeric-parser-fuzzer/CMakeFiles/llvm-yaml-numeric-parser-fuzzer.dir/yaml-numeric-parser-fuzzer.cpp.o.d -o tools/llvm-yaml-numeric-parser-fuzzer/CMakeFiles/llvm-yaml-numeric-parser-fuzzer.dir/yaml-numeric-parser-fuzzer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-yaml-numeric-parser-fuzzer/yaml-numeric-parser-fuzzer.cpp [4008/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-graph-diff.cpp.o -MF tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-graph-diff.cpp.o.d -o tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-graph-diff.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray/xray-graph-diff.cpp [4009/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-yaml-parser-fuzzer -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-yaml-parser-fuzzer -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-yaml-parser-fuzzer/CMakeFiles/llvm-yaml-parser-fuzzer.dir/yaml-parser-fuzzer.cpp.o -MF tools/llvm-yaml-parser-fuzzer/CMakeFiles/llvm-yaml-parser-fuzzer.dir/yaml-parser-fuzzer.cpp.o.d -o tools/llvm-yaml-parser-fuzzer/CMakeFiles/llvm-yaml-parser-fuzzer.dir/yaml-parser-fuzzer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-yaml-parser-fuzzer/yaml-parser-fuzzer.cpp [4010/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-account.cpp.o -MF tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-account.cpp.o.d -o tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-account.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray/xray-account.cpp [4011/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-graph.cpp.o -MF tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-graph.cpp.o.d -o tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-graph.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray/xray-graph.cpp [4012/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/obj2yaml -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/obj2yaml -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/obj2yaml/CMakeFiles/obj2yaml.dir/obj2yaml.cpp.o -MF tools/obj2yaml/CMakeFiles/obj2yaml.dir/obj2yaml.cpp.o.d -o tools/obj2yaml/CMakeFiles/obj2yaml.dir/obj2yaml.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/obj2yaml/obj2yaml.cpp [4013/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/obj2yaml -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/obj2yaml -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/obj2yaml/CMakeFiles/obj2yaml.dir/archive2yaml.cpp.o -MF tools/obj2yaml/CMakeFiles/obj2yaml.dir/archive2yaml.cpp.o.d -o tools/obj2yaml/CMakeFiles/obj2yaml.dir/archive2yaml.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/obj2yaml/archive2yaml.cpp [4014/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-stacks.cpp.o -MF tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-stacks.cpp.o.d -o tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-stacks.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-xray/xray-stacks.cpp [4015/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/obj2yaml -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/obj2yaml -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/obj2yaml/CMakeFiles/obj2yaml.dir/minidump2yaml.cpp.o -MF tools/obj2yaml/CMakeFiles/obj2yaml.dir/minidump2yaml.cpp.o.d -o tools/obj2yaml/CMakeFiles/obj2yaml.dir/minidump2yaml.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/obj2yaml/minidump2yaml.cpp [4016/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/obj2yaml -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/obj2yaml -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/obj2yaml/CMakeFiles/obj2yaml.dir/coff2yaml.cpp.o -MF tools/obj2yaml/CMakeFiles/obj2yaml.dir/coff2yaml.cpp.o.d -o tools/obj2yaml/CMakeFiles/obj2yaml.dir/coff2yaml.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/obj2yaml/coff2yaml.cpp [4017/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/obj2yaml -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/obj2yaml -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/obj2yaml/CMakeFiles/obj2yaml.dir/xcoff2yaml.cpp.o -MF tools/obj2yaml/CMakeFiles/obj2yaml.dir/xcoff2yaml.cpp.o.d -o tools/obj2yaml/CMakeFiles/obj2yaml.dir/xcoff2yaml.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/obj2yaml/xcoff2yaml.cpp [4018/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/obj2yaml -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/obj2yaml -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/obj2yaml/CMakeFiles/obj2yaml.dir/dwarf2yaml.cpp.o -MF tools/obj2yaml/CMakeFiles/obj2yaml.dir/dwarf2yaml.cpp.o.d -o tools/obj2yaml/CMakeFiles/obj2yaml.dir/dwarf2yaml.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/obj2yaml/dwarf2yaml.cpp [4019/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/opt -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/opt -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/opt/CMakeFiles/opt.dir/AnalysisWrappers.cpp.o -MF tools/opt/CMakeFiles/opt.dir/AnalysisWrappers.cpp.o.d -o tools/opt/CMakeFiles/opt.dir/AnalysisWrappers.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/opt/AnalysisWrappers.cpp [4020/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/opt -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/opt -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/opt/CMakeFiles/opt.dir/BreakpointPrinter.cpp.o -MF tools/opt/CMakeFiles/opt.dir/BreakpointPrinter.cpp.o.d -o tools/opt/CMakeFiles/opt.dir/BreakpointPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/opt/BreakpointPrinter.cpp [4021/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/opt -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/opt -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/opt/CMakeFiles/opt.dir/GraphPrinters.cpp.o -MF tools/opt/CMakeFiles/opt.dir/GraphPrinters.cpp.o.d -o tools/opt/CMakeFiles/opt.dir/GraphPrinters.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/opt/GraphPrinters.cpp [4022/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/obj2yaml -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/obj2yaml -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/obj2yaml/CMakeFiles/obj2yaml.dir/wasm2yaml.cpp.o -MF tools/obj2yaml/CMakeFiles/obj2yaml.dir/wasm2yaml.cpp.o.d -o tools/obj2yaml/CMakeFiles/obj2yaml.dir/wasm2yaml.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/obj2yaml/wasm2yaml.cpp [4023/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/opt -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/opt -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/opt/CMakeFiles/opt.dir/PassPrinters.cpp.o -MF tools/opt/CMakeFiles/opt.dir/PassPrinters.cpp.o.d -o tools/opt/CMakeFiles/opt.dir/PassPrinters.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/opt/PassPrinters.cpp [4024/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/obj2yaml -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/obj2yaml -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/obj2yaml/CMakeFiles/obj2yaml.dir/macho2yaml.cpp.o -MF tools/obj2yaml/CMakeFiles/obj2yaml.dir/macho2yaml.cpp.o.d -o tools/obj2yaml/CMakeFiles/obj2yaml.dir/macho2yaml.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/obj2yaml/macho2yaml.cpp [4025/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/remarks-shlib && echo "LLVM_13 {" > Remarks.exports && grep -q [[:alnum:]] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/remarks-shlib/Remarks.exports && echo " global:" >> Remarks.exports || : && sed -e "s/\$/;/" -e "s/^/ /" < /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/remarks-shlib/Remarks.exports >> Remarks.exports && echo " local: *;" >> Remarks.exports && echo "};" >> Remarks.exports [4026/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/remarks-shlib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/remarks-shlib -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/remarks-shlib/CMakeFiles/Remarks.dir/libremarks.cpp.o -MF tools/remarks-shlib/CMakeFiles/Remarks.dir/libremarks.cpp.o.d -o tools/remarks-shlib/CMakeFiles/Remarks.dir/libremarks.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/remarks-shlib/libremarks.cpp [4027/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/opt -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/opt -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/opt/CMakeFiles/opt.dir/PrintSCC.cpp.o -MF tools/opt/CMakeFiles/opt.dir/PrintSCC.cpp.o.d -o tools/opt/CMakeFiles/opt.dir/PrintSCC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/opt/PrintSCC.cpp [4028/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/split-file -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/split-file -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/split-file/CMakeFiles/split-file.dir/split-file.cpp.o -MF tools/split-file/CMakeFiles/split-file.dir/split-file.cpp.o.d -o tools/split-file/CMakeFiles/split-file.dir/split-file.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/split-file/split-file.cpp [4029/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/opt -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/opt -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/opt/CMakeFiles/opt.dir/NewPMDriver.cpp.o -MF tools/opt/CMakeFiles/opt.dir/NewPMDriver.cpp.o.d -o tools/opt/CMakeFiles/opt.dir/NewPMDriver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/opt/NewPMDriver.cpp [4030/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/sanstats -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/sanstats -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/sanstats/CMakeFiles/sanstats.dir/sanstats.cpp.o -MF tools/sanstats/CMakeFiles/sanstats.dir/sanstats.cpp.o.d -o tools/sanstats/CMakeFiles/sanstats.dir/sanstats.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/sanstats/sanstats.cpp [4031/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/unittests/Support/DynamicLibrary -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/unittests/Support/DynamicLibrary -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -MD -MT unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryLib.dir/ExportedFuncs.cpp.o -MF unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryLib.dir/ExportedFuncs.cpp.o.d -o unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryLib.dir/ExportedFuncs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/unittests/Support/DynamicLibrary/ExportedFuncs.cpp [4032/5255] : && /usr/local/bin/cmake -E rm -f lib/libDynamicLibraryLib.a && /usr/bin/ar qc lib/libDynamicLibraryLib.a unittests/Support/DynamicLibrary/CMakeFiles/DynamicLibraryLib.dir/ExportedFuncs.cpp.o && /usr/bin/ranlib lib/libDynamicLibraryLib.a && : [4033/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DPipSqueak_EXPORTS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/unittests/Support/DynamicLibrary -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/unittests/Support/DynamicLibrary -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fPIC -MD -MT unittests/Support/DynamicLibrary/CMakeFiles/PipSqueak.dir/PipSqueak.cpp.o -MF unittests/Support/DynamicLibrary/CMakeFiles/PipSqueak.dir/PipSqueak.cpp.o.d -o unittests/Support/DynamicLibrary/CMakeFiles/PipSqueak.dir/PipSqueak.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/unittests/Support/DynamicLibrary/PipSqueak.cpp [4034/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -fPIC -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -shared -o unittests/Support/DynamicLibrary/PipSqueak.so unittests/Support/DynamicLibrary/CMakeFiles/PipSqueak.dir/PipSqueak.cpp.o -Wl,-rpath-link,/usr/X11R6/lib && : [4035/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DSecondLib_EXPORTS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/unittests/Support/DynamicLibrary -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/unittests/Support/DynamicLibrary -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fPIC -MD -MT unittests/Support/DynamicLibrary/CMakeFiles/SecondLib.dir/PipSqueak.cpp.o -MF unittests/Support/DynamicLibrary/CMakeFiles/SecondLib.dir/PipSqueak.cpp.o.d -o unittests/Support/DynamicLibrary/CMakeFiles/SecondLib.dir/PipSqueak.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/unittests/Support/DynamicLibrary/PipSqueak.cpp [4036/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -fPIC -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -shared -o unittests/Support/DynamicLibrary/SecondLib.so unittests/Support/DynamicLibrary/CMakeFiles/SecondLib.dir/PipSqueak.cpp.o -Wl,-rpath-link,/usr/X11R6/lib && : [4037/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/sancov -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/sancov -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/sancov/CMakeFiles/sancov.dir/sancov.cpp.o -MF tools/sancov/CMakeFiles/sancov.dir/sancov.cpp.o.d -o tools/sancov/CMakeFiles/sancov.dir/sancov.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/sancov/sancov.cpp [4038/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/yaml2obj -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/yaml2obj -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/yaml2obj/CMakeFiles/yaml2obj.dir/yaml2obj.cpp.o -MF tools/yaml2obj/CMakeFiles/yaml2obj.dir/yaml2obj.cpp.o.d -o tools/yaml2obj/CMakeFiles/yaml2obj.dir/yaml2obj.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/yaml2obj/yaml2obj.cpp [4039/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/verify-uselistorder -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/verify-uselistorder -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/verify-uselistorder.cpp.o -MF tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/verify-uselistorder.cpp.o.d -o tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/verify-uselistorder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/verify-uselistorder/verify-uselistorder.cpp [4040/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/opt -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/opt -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/opt/CMakeFiles/opt.dir/opt.cpp.o -MF tools/opt/CMakeFiles/opt.dir/opt.cpp.o.d -o tools/opt/CMakeFiles/opt.dir/opt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/opt/opt.cpp [4041/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/yaml2obj/CMakeFiles/yaml2obj.dir/yaml2obj.cpp.o -o bin/yaml2obj -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVMObjectYAML.a lib/libLLVMSupport.a -lpthread lib/libLLVMObject.a lib/libLLVMBitReader.a lib/libLLVMCore.a lib/libLLVMRemarks.a lib/libLLVMBitstreamReader.a lib/libLLVMMCParser.a lib/libLLVMTextAPI.a lib/libLLVMMC.a lib/libLLVMBinaryFormat.a lib/libLLVMDebugInfoCodeView.a lib/libLLVMSupport.a -lexecinfo -lpthread -lm /usr/lib/libz.so.7.0 lib/libLLVMDemangle.a -Wl,-rpath-link,/usr/X11R6/lib && : [4042/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DGTEST_HAS_RTTI=0 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/unittest/UnitTestMain -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/UnitTestMain -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googletest/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googlemock/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -Wno-variadic-macros -Wno-suggest-override -fno-exceptions -Wno-suggest-override -MD -MT utils/unittest/UnitTestMain/CMakeFiles/gtest_main.dir/TestMain.cpp.o -MF utils/unittest/UnitTestMain/CMakeFiles/gtest_main.dir/TestMain.cpp.o.d -o utils/unittest/UnitTestMain/CMakeFiles/gtest_main.dir/TestMain.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/UnitTestMain/TestMain.cpp [4043/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ELFDumper.cpp.o -MF tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ELFDumper.cpp.o.d -o tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ELFDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/llvm-readobj/ELFDumper.cpp [4044/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DGTEST_HAS_RTTI=0 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/unittest -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googletest/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googlemock/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googletest -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googlemock -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -Wno-variadic-macros -Wno-suggest-override -fno-exceptions -MD -MT utils/unittest/CMakeFiles/gtest.dir/googlemock/src/gmock-all.cc.o -MF utils/unittest/CMakeFiles/gtest.dir/googlemock/src/gmock-all.cc.o.d -o utils/unittest/CMakeFiles/gtest.dir/googlemock/src/gmock-all.cc.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googlemock/src/gmock-all.cc [4045/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/obj2yaml -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/obj2yaml -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/obj2yaml/CMakeFiles/obj2yaml.dir/elf2yaml.cpp.o -MF tools/obj2yaml/CMakeFiles/obj2yaml.dir/elf2yaml.cpp.o.d -o tools/obj2yaml/CMakeFiles/obj2yaml.dir/elf2yaml.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/tools/obj2yaml/elf2yaml.cpp [4046/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/obj2yaml/CMakeFiles/obj2yaml.dir/archive2yaml.cpp.o tools/obj2yaml/CMakeFiles/obj2yaml.dir/obj2yaml.cpp.o tools/obj2yaml/CMakeFiles/obj2yaml.dir/coff2yaml.cpp.o tools/obj2yaml/CMakeFiles/obj2yaml.dir/dwarf2yaml.cpp.o tools/obj2yaml/CMakeFiles/obj2yaml.dir/elf2yaml.cpp.o tools/obj2yaml/CMakeFiles/obj2yaml.dir/macho2yaml.cpp.o tools/obj2yaml/CMakeFiles/obj2yaml.dir/minidump2yaml.cpp.o tools/obj2yaml/CMakeFiles/obj2yaml.dir/xcoff2yaml.cpp.o tools/obj2yaml/CMakeFiles/obj2yaml.dir/wasm2yaml.cpp.o -o bin/obj2yaml -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVMBinaryFormat.a lib/libLLVMDebugInfoCodeView.a lib/libLLVMDebugInfoDWARF.a lib/libLLVMObject.a lib/libLLVMObjectYAML.a lib/libLLVMSupport.a -lpthread lib/libLLVMObject.a lib/libLLVMBitReader.a lib/libLLVMCore.a lib/libLLVMRemarks.a lib/libLLVMBitstreamReader.a lib/libLLVMMCParser.a lib/libLLVMTextAPI.a lib/libLLVMMC.a lib/libLLVMBinaryFormat.a lib/libLLVMDebugInfoCodeView.a lib/libLLVMSupport.a -lexecinfo -lpthread -lm /usr/lib/libz.so.7.0 lib/libLLVMDemangle.a -Wl,-rpath-link,/usr/X11R6/lib && : [4047/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DGTEST_HAS_RTTI=0 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/utils/unittest -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googletest/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googlemock/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googletest -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googlemock -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -Wno-variadic-macros -Wno-suggest-override -fno-exceptions -MD -MT utils/unittest/CMakeFiles/gtest.dir/googletest/src/gtest-all.cc.o -MF utils/unittest/CMakeFiles/gtest.dir/googletest/src/gtest-all.cc.o.d -o utils/unittest/CMakeFiles/gtest.dir/googletest/src/gtest-all.cc.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googletest/src/gtest-all.cc In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googletest/src/gtest-all.cc:45: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googletest/src/gtest-port.cc: In function 'size_t testing::internal::GetThreadCount()': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googletest/src/gtest-port.cc:203:32: warning: ISO C++ forbids variable length array 'info' [-Wvla] struct kinfo_proc info[mib[5]]; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/unittest/googletest/src/gtest-port.cc:210:21: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 0; i < size / mib[4]; i++) { ~~^~~~~~~~~~~~~~~ [4048/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -fPIC -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 -shared -Wl,-soname,libLLVM-13.so -o lib/libLLVM-13.so tools/llvm-shlib/CMakeFiles/LLVM.dir/libllvm.cpp.o -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -Wl,--version-script,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/tools/llvm-shlib/simple_version_script.map -Wl,--whole-archive lib/libLLVMDemangle.a lib/libLLVMSupport.a lib/libLLVMCore.a lib/libLLVMFuzzMutate.a lib/libLLVMFileCheck.a lib/libLLVMInterfaceStub.a lib/libLLVMIRReader.a lib/libLLVMCodeGen.a lib/libLLVMSelectionDAG.a lib/libLLVMAsmPrinter.a lib/libLLVMMIRParser.a lib/libLLVMGlobalISel.a lib/libLLVMBinaryFormat.a lib/libLLVMBitReader.a lib/libLLVMBitWriter.a lib/libLLVMBitstreamReader.a lib/libLLVMDWARFLinker.a lib/libLLVMExtensions.a lib/libLLVMFrontendOpenACC.a lib/libLLVMFrontendOpenMP.a lib/libLLVMTransformUtils.a lib/libLLVMInstrumentation.a lib/libLLVMAggressiveInstCombine.a lib/libLLVMInstCombine.a lib/libLLVMScalarOpts.a lib/libLLVMipo.a lib/libLLVMVectorize.a lib/libLLVMObjCARCOpts.a lib/libLLVMCoroutines.a lib/libLLVMCFGuard.a lib/libLLVMLinker.a lib/libLLVMAnalysis.a lib/libLLVMLTO.a lib/libLLVMMC.a lib/libLLVMMCParser.a lib/libLLVMMCDisassembler.a lib/libLLVMMCA.a lib/libLLVMObject.a lib/libLLVMObjectYAML.a lib/libLLVMOption.a lib/libLLVMRemarks.a lib/libLLVMDebugInfoDWARF.a lib/libLLVMDebugInfoGSYM.a lib/libLLVMDebugInfoMSF.a lib/libLLVMDebugInfoCodeView.a lib/libLLVMDebugInfoPDB.a lib/libLLVMSymbolize.a lib/libLLVMDWP.a lib/libLLVMExecutionEngine.a lib/libLLVMInterpreter.a lib/libLLVMJITLink.a lib/libLLVMMCJIT.a lib/libLLVMOrcJIT.a lib/libLLVMOrcShared.a lib/libLLVMOrcTargetProcess.a lib/libLLVMRuntimeDyld.a lib/libLLVMTarget.a lib/libLLVMAArch64CodeGen.a lib/libLLVMAArch64AsmParser.a lib/libLLVMAArch64Disassembler.a lib/libLLVMAArch64Desc.a lib/libLLVMAArch64Info.a lib/libLLVMAArch64Utils.a lib/libLLVMAMDGPUCodeGen.a lib/libLLVMAMDGPUAsmParser.a lib/libLLVMAMDGPUDisassembler.a lib/libLLVMAMDGPUDesc.a lib/libLLVMAMDGPUInfo.a lib/libLLVMAMDGPUUtils.a lib/libLLVMARMCodeGen.a lib/libLLVMARMAsmParser.a lib/libLLVMARMDisassembler.a lib/libLLVMARMDesc.a lib/libLLVMARMInfo.a lib/libLLVMARMUtils.a lib/libLLVMAVRCodeGen.a lib/libLLVMAVRAsmParser.a lib/libLLVMAVRDisassembler.a lib/libLLVMAVRDesc.a lib/libLLVMAVRInfo.a lib/libLLVMBPFCodeGen.a lib/libLLVMBPFAsmParser.a lib/libLLVMBPFDisassembler.a lib/libLLVMBPFDesc.a lib/libLLVMBPFInfo.a lib/libLLVMHexagonCodeGen.a lib/libLLVMHexagonAsmParser.a lib/libLLVMHexagonDisassembler.a lib/libLLVMHexagonDesc.a lib/libLLVMHexagonInfo.a lib/libLLVMLanaiCodeGen.a lib/libLLVMLanaiAsmParser.a lib/libLLVMLanaiDisassembler.a lib/libLLVMLanaiDesc.a lib/libLLVMLanaiInfo.a lib/libLLVMMipsCodeGen.a lib/libLLVMMipsAsmParser.a lib/libLLVMMipsDisassembler.a lib/libLLVMMipsDesc.a lib/libLLVMMipsInfo.a lib/libLLVMMSP430CodeGen.a lib/libLLVMMSP430Desc.a lib/libLLVMMSP430Info.a lib/libLLVMMSP430AsmParser.a lib/libLLVMMSP430Disassembler.a lib/libLLVMNVPTXCodeGen.a lib/libLLVMNVPTXDesc.a lib/libLLVMNVPTXInfo.a lib/libLLVMPowerPCCodeGen.a lib/libLLVMPowerPCAsmParser.a lib/libLLVMPowerPCDisassembler.a lib/libLLVMPowerPCDesc.a lib/libLLVMPowerPCInfo.a lib/libLLVMRISCVCodeGen.a lib/libLLVMRISCVAsmParser.a lib/libLLVMRISCVDisassembler.a lib/libLLVMRISCVDesc.a lib/libLLVMRISCVInfo.a lib/libLLVMSparcCodeGen.a lib/libLLVMSparcAsmParser.a lib/libLLVMSparcDisassembler.a lib/libLLVMSparcDesc.a lib/libLLVMSparcInfo.a lib/libLLVMSystemZCodeGen.a lib/libLLVMSystemZAsmParser.a lib/libLLVMSystemZDisassembler.a lib/libLLVMSystemZDesc.a lib/libLLVMSystemZInfo.a lib/libLLVMWebAssemblyCodeGen.a lib/libLLVMWebAssemblyAsmParser.a lib/libLLVMWebAssemblyDisassembler.a lib/libLLVMWebAssemblyDesc.a lib/libLLVMWebAssemblyInfo.a lib/libLLVMWebAssemblyUtils.a lib/libLLVMX86CodeGen.a lib/libLLVMX86AsmParser.a lib/libLLVMX86Disassembler.a lib/libLLVMX86Desc.a lib/libLLVMX86Info.a lib/libLLVMXCoreCodeGen.a lib/libLLVMXCoreDisassembler.a lib/libLLVMXCoreDesc.a lib/libLLVMXCoreInfo.a lib/libLLVMAsmParser.a lib/libLLVMLineEditor.a lib/libLLVMProfileData.a lib/libLLVMCoverage.a lib/libLLVMPasses.a lib/libLLVMTextAPI.a lib/libLLVMDlltoolDriver.a lib/libLLVMLibDriver.a lib/libLLVMXRay.a lib/libLLVMWindowsManifest.a -Wl,--no-whole-archive lib/libLLVMExtensions.a lib/libLLVMDebugInfoPDB.a lib/libLLVMExecutionEngine.a lib/libLLVMJITLink.a lib/libLLVMOrcTargetProcess.a lib/libLLVMOrcShared.a lib/libLLVMRuntimeDyld.a lib/libLLVMMIRParser.a lib/libLLVMObjCARCOpts.a lib/libLLVMCoroutines.a lib/libLLVMMSP430Desc.a lib/libLLVMMSP430Info.a lib/libLLVMipo.a lib/libLLVMIRReader.a lib/libLLVMAsmParser.a lib/libLLVMFrontendOpenMP.a lib/libLLVMInstrumentation.a lib/libLLVMLinker.a lib/libLLVMVectorize.a lib/libLLVMGlobalISel.a lib/libLLVMCFGuard.a lib/libLLVMSelectionDAG.a lib/libLLVMAsmPrinter.a lib/libLLVMCodeGen.a lib/libLLVMBitWriter.a lib/libLLVMScalarOpts.a lib/libLLVMAggressiveInstCombine.a lib/libLLVMInstCombine.a lib/libLLVMDebugInfoDWARF.a lib/libLLVMDebugInfoMSF.a lib/libLLVMTransformUtils.a lib/libLLVMTarget.a lib/libLLVMAnalysis.a lib/libLLVMMCDisassembler.a -ledit lib/libLLVMProfileData.a lib/libLLVMOption.a lib/libLLVMObject.a lib/libLLVMBitReader.a lib/libLLVMCore.a lib/libLLVMRemarks.a lib/libLLVMBitstreamReader.a lib/libLLVMMCParser.a lib/libLLVMMC.a lib/libLLVMDebugInfoCodeView.a lib/libLLVMTextAPI.a lib/libLLVMBinaryFormat.a lib/libLLVMSupport.a lib/libLLVMDemangle.a -lexecinfo -lpthread -lm /usr/lib/libz.so.7.0 -Wl,-rpath-link,/usr/X11R6/lib && : [4049/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangDirectoryWatcher.a && /usr/bin/ar qc lib/libclangDirectoryWatcher.a tools/clang/lib/DirectoryWatcher/CMakeFiles/obj.clangDirectoryWatcher.dir/DirectoryScanner.cpp.o tools/clang/lib/DirectoryWatcher/CMakeFiles/obj.clangDirectoryWatcher.dir/default/DirectoryWatcher-not-implemented.cpp.o && /usr/bin/ranlib lib/libclangDirectoryWatcher.a && : [4050/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangTesting.a && /usr/bin/ar qc lib/libclangTesting.a tools/clang/lib/Testing/CMakeFiles/obj.clangTesting.dir/CommandLineArgs.cpp.o && /usr/bin/ranlib lib/libclangTesting.a && : [4051/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangHandleLLVM.a && /usr/bin/ar qc lib/libclangHandleLLVM.a tools/clang/tools/clang-fuzzer/handle-llvm/CMakeFiles/obj.clangHandleLLVM.dir/handle_llvm.cpp.o && /usr/bin/ranlib lib/libclangHandleLLVM.a && : [4052/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/Common && /usr/local/bin/cmake -DNAMES=LLD -DLLD_SOURCE_DIR= -DHEADER_FILE=/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/Common/VCSVersion.inc -P /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/cmake/modules/GenerateVersionFromVCS.cmake [4053/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangBasic.a && /usr/bin/ar qc lib/libclangBasic.a tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Attributes.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Builtins.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/CharInfo.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/CodeGenOptions.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Cuda.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DarwinSDKInfo.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Diagnostic.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DiagnosticIDs.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DiagnosticOptions.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ExpressionTraits.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileEntry.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileManager.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileSystemStatCache.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/IdentifierTable.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/LangOptions.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/LangStandards.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Module.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ObjCRuntime.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OpenCLOptions.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OpenMPKinds.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OperatorPrecedence.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ProfileList.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/NoSanitizeList.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SanitizerSpecialCaseList.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Sanitizers.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SourceLocation.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SourceManager.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Stack.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TargetID.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TargetInfo.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AArch64.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AMDGPU.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/ARC.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/ARM.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AVR.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/BPF.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Hexagon.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Lanai.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Le64.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/M68k.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/MSP430.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Mips.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/NVPTX.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/OSTargets.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/PNaCl.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/PPC.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/RISCV.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/SPIR.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Sparc.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/SystemZ.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/TCE.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/VE.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/WebAssembly.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/X86.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/XCore.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TokenKinds.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TypeTraits.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Version.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Warnings.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/XRayInstr.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/XRayLists.cpp.o && /usr/bin/ranlib lib/libclangBasic.a && : [4054/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangAPINotes.a && /usr/bin/ar qc lib/libclangAPINotes.a tools/clang/lib/APINotes/CMakeFiles/obj.clangAPINotes.dir/APINotesTypes.cpp.o tools/clang/lib/APINotes/CMakeFiles/obj.clangAPINotes.dir/APINotesYAMLCompiler.cpp.o && /usr/bin/ranlib lib/libclangAPINotes.a && : [4055/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -fPIC -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 -Wl,--version-script,"/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lto/LTO.exports" -shared -Wl,-soname,libLTO.so.6.0 -o lib/libLTO.so.6.0 tools/lto/CMakeFiles/LTO.dir/LTODisassembler.cpp.o tools/lto/CMakeFiles/LTO.dir/lto.cpp.o -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : [4056/5255] /usr/local/bin/cmake -E cmake_symlink_library lib/libLTO.so.6.0 lib/libLTO.so.6.0 lib/libLTO.so && : [4057/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangLex.a && /usr/bin/ar qc lib/libclangLex.a tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/DependencyDirectivesSourceMinimizer.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/HeaderMap.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/HeaderSearch.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Lexer.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/LiteralSupport.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/MacroArgs.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/MacroInfo.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/ModuleMap.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPCaching.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPCallbacks.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPConditionalDirectiveRecord.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPDirectives.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPExpressions.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPLexerChange.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPMacroExpansion.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Pragma.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PreprocessingRecord.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Preprocessor.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PreprocessorLexer.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/ScratchBuffer.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/TokenConcatenation.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/TokenLexer.cpp.o && /usr/bin/ranlib lib/libclangLex.a && : [4058/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangDriver.a && /usr/bin/ar qc lib/libclangDriver.a tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Action.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Compilation.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Distro.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Driver.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/DriverOptions.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Job.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Multilib.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/OptionUtils.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Phases.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/SanitizerArgs.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Tool.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChain.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/AArch64.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/ARM.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/M68k.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/Mips.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/PPC.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/RISCV.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/Sparc.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/SystemZ.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/VE.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/X86.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AIX.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Ananas.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AMDGPU.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AMDGPUOpenMP.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AVR.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/BareMetal.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Clang.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CloudABI.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CommonArgs.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Contiki.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CrossWindows.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Cuda.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Darwin.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/DragonFly.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Flang.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/FreeBSD.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Fuchsia.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Gnu.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Haiku.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/HIP.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Hexagon.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Hurd.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Linux.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MipsLinux.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MinGW.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Minix.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MSP430.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MSVC.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Myriad.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/NaCl.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/NetBSD.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/OpenBSD.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/PS4CPU.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/RISCVToolchain.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Solaris.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/TCE.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/VEToolchain.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/WebAssembly.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/XCore.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/PPCLinux.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/InterfaceStubs.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/ZOS.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Types.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/XRayArgs.cpp.o && /usr/bin/ranlib lib/libclangDriver.a && : [4059/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/llvm-profdata.cpp.o -o bin/llvm-profdata -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4060/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-ar/CMakeFiles/llvm-ar.dir/llvm-ar.cpp.o -o bin/llvm-ar -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4061/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-config/CMakeFiles/llvm-config.dir/llvm-config.cpp.o -o bin/llvm-config -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4062/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-lto/CMakeFiles/llvm-lto.dir/llvm-lto.cpp.o -o bin/llvm-lto -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4063/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-ar && /usr/local/bin/cmake -E create_symlink llvm-ar /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin/llvm-ranlib [4064/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangRewrite.a && /usr/bin/ar qc lib/libclangRewrite.a tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/DeltaTree.cpp.o tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/HTMLRewrite.cpp.o tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/RewriteRope.cpp.o tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/Rewriter.cpp.o tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/TokenRewriter.cpp.o && /usr/bin/ranlib lib/libclangRewrite.a && : [4065/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangIndexSerialization.a && /usr/bin/ar qc lib/libclangIndexSerialization.a tools/clang/lib/IndexSerialization/CMakeFiles/obj.clangIndexSerialization.dir/SerializablePathCollection.cpp.o && /usr/bin/ranlib lib/libclangIndexSerialization.a && : [4066/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-ar && /usr/local/bin/cmake -E create_symlink llvm-ar /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin/llvm-lib [4067/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-ar && /usr/local/bin/cmake -E create_symlink llvm-ar /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin/llvm-dlltool [4068/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangToolingCore.a && /usr/bin/ar qc lib/libclangToolingCore.a tools/clang/lib/Tooling/Core/CMakeFiles/obj.clangToolingCore.dir/Diagnostic.cpp.o tools/clang/lib/Tooling/Core/CMakeFiles/obj.clangToolingCore.dir/Replacement.cpp.o && /usr/bin/ranlib lib/libclangToolingCore.a && : [4069/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangToolingInclusions.a && /usr/bin/ar qc lib/libclangToolingInclusions.a tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/HeaderIncludes.cpp.o tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/IncludeStyle.cpp.o && /usr/bin/ranlib lib/libclangToolingInclusions.a && : [4070/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangFormat.a && /usr/bin/ar qc lib/libclangFormat.a tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/AffectedRangeManager.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/BreakableToken.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/ContinuationIndenter.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/Format.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/FormatToken.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/FormatTokenLexer.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/MacroExpander.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/NamespaceEndCommentsFixer.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/SortJavaScriptImports.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/TokenAnalyzer.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/TokenAnnotator.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UnwrappedLineFormatter.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UnwrappedLineParser.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UsingDeclarationsSorter.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/WhitespaceManager.cpp.o && /usr/bin/ranlib lib/libclangFormat.a && : [4071/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangAST.a && /usr/bin/ar qc lib/libclangAST.a tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/APValue.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTConcept.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTConsumer.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTContext.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTDiagnostic.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTDumper.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTImporter.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTImporterLookupTable.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTStructuralEquivalence.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTTypeTraits.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/AttrImpl.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Comment.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentBriefParser.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentCommandTraits.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentLexer.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentParser.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentSema.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ComparisonCategories.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ComputeDependence.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CXXInheritance.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DataCollection.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Decl.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclarationName.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclBase.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclCXX.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclFriend.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclGroup.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclObjC.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclOpenMP.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclPrinter.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclTemplate.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ParentMapContext.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Expr.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprClassification.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprConcepts.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprConstant.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprCXX.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprObjC.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExternalASTMerger.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExternalASTSource.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/FormatString.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/InheritViz.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeEmitter.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeExprGen.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeGenError.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeStmtGen.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Context.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Descriptor.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Disasm.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/EvalEmitter.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Frame.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Function.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Interp.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpBlock.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpFrame.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpStack.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpState.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Pointer.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/PrimType.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Program.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Record.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Source.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/State.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ItaniumCXXABI.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ItaniumMangle.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/JSONNodeDumper.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Mangle.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/MicrosoftCXXABI.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/MicrosoftMangle.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/NestedNameSpecifier.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/NSAPI.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ODRHash.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/OpenMPClause.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/OSLog.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ParentMap.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/PrintfFormatString.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/QualTypeNames.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RawCommentList.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RecordLayout.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RecordLayoutBuilder.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ScanfFormatString.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/SelectorLocationsKind.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Stmt.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtCXX.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtIterator.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtObjC.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtOpenMP.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtPrinter.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtProfile.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtViz.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TemplateBase.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TemplateName.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TextNodeDumper.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Type.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TypeLoc.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TypePrinter.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/VTableBuilder.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/VTTBuilder.cpp.o && /usr/bin/ranlib lib/libclangAST.a && : [4072/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangASTMatchers.a && /usr/bin/ar qc lib/libclangASTMatchers.a tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/ASTMatchFinder.cpp.o tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/ASTMatchersInternal.cpp.o tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/GtestMatchers.cpp.o && /usr/bin/ranlib lib/libclangASTMatchers.a && : [4073/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangDynamicASTMatchers.a && /usr/bin/ar qc lib/libclangDynamicASTMatchers.a tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Diagnostics.cpp.o tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Marshallers.cpp.o tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Parser.cpp.o tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Registry.cpp.o tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/VariantValue.cpp.o && /usr/bin/ranlib lib/libclangDynamicASTMatchers.a && : [4074/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangAnalysis.a && /usr/bin/ar qc lib/libclangAnalysis.a tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/AnalysisDeclContext.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/BodyFarm.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CalledOnceCheck.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFG.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFGReachabilityAnalysis.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFGStmtMap.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CallGraph.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CloneDetection.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CocoaConventions.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ConstructionContext.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/Consumed.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CodeInjector.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/Dominators.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ExprMutationAnalyzer.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/IssueHash.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/LiveVariables.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/MacroExpansionContext.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ObjCNoReturn.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/PathDiagnostic.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/PostOrderCFGView.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ProgramPoint.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ReachableCode.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/RetainSummaryManager.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafety.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyCommon.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyLogical.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyTIL.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/UninitializedValues.cpp.o && /usr/bin/ranlib lib/libclangAnalysis.a && : [4075/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangEdit.a && /usr/bin/ar qc lib/libclangEdit.a tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/Commit.cpp.o tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/EditedSource.cpp.o tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/RewriteObjCFoundationAPI.cpp.o && /usr/bin/ranlib lib/libclangEdit.a && : [4076/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangSema.a && /usr/bin/ar qc lib/libclangSema.a tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/AnalysisBasedWarnings.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/CodeCompleteConsumer.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/DeclSpec.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/DelayedDiagnostic.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/IdentifierResolver.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/JumpDiagnostics.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/MultiplexExternalSemaSource.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/ParsedAttr.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/Scope.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/ScopeInfo.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/Sema.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAccess.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAttr.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAvailability.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCXXScopeSpec.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCast.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaChecking.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCodeComplete.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaConcept.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaConsumer.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCoroutine.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCUDA.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDecl.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclAttr.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclCXX.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclObjC.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExceptionSpec.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExpr.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprCXX.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprMember.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprObjC.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaFixItUtils.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaInit.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaLambda.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaLookup.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaModule.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaObjCProperty.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaOpenMP.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaOverload.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaPseudoObject.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmt.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmtAsm.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmtAttr.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaSYCL.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplate.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateDeduction.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateInstantiate.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateInstantiateDecl.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateVariadic.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaType.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/TypeLocBuilder.cpp.o && /usr/bin/ranlib lib/libclangSema.a && : [4077/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/Common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/Common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/Common/CMakeFiles/lldCommon.dir/Memory.cpp.o -MF tools/lld/Common/CMakeFiles/lldCommon.dir/Memory.cpp.o.d -o tools/lld/Common/CMakeFiles/lldCommon.dir/Memory.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/Common/Memory.cpp [4078/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangParse.a && /usr/bin/ar qc lib/libclangParse.a tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseAST.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseCXXInlineMethods.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseDecl.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseDeclCXX.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseExpr.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseExprCXX.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseInit.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseObjc.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseOpenMP.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParsePragma.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseStmt.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseStmtAsm.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseTemplate.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseTentative.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/Parser.cpp.o && /usr/bin/ranlib lib/libclangParse.a && : [4079/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangToolingASTDiff.a && /usr/bin/ar qc lib/libclangToolingASTDiff.a tools/clang/lib/Tooling/ASTDiff/CMakeFiles/obj.clangToolingASTDiff.dir/ASTDiff.cpp.o && /usr/bin/ranlib lib/libclangToolingASTDiff.a && : [4080/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangSerialization.a && /usr/bin/ar qc lib/libclangSerialization.a tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTCommon.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReader.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReaderDecl.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReaderStmt.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriter.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriterDecl.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriterStmt.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/GeneratePCH.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/GlobalModuleIndex.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/InMemoryModuleCache.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleFile.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleFileExtension.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleManager.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/PCHContainerOperations.cpp.o && /usr/bin/ranlib lib/libclangSerialization.a && : [4081/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangFrontend.a && /usr/bin/ar qc lib/libclangFrontend.a tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTConsumers.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTMerge.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTUnit.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ChainedDiagnosticConsumer.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ChainedIncludesSource.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CompilerInstance.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CompilerInvocation.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CreateInvocationFromCommandLine.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DependencyFile.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DependencyGraph.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DiagnosticRenderer.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendAction.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendActions.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendOptions.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/HeaderIncludeGen.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/InitHeaderSearch.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/InitPreprocessor.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/LayoutOverrideSource.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/LogDiagnosticPrinter.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ModuleDependencyCollector.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/MultiplexConsumer.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/PrecompiledPreamble.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/PrintPreprocessedOutput.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SerializedDiagnosticPrinter.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SerializedDiagnosticReader.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TestModuleFileExtension.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnostic.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnosticBuffer.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnosticPrinter.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/VerifyDiagnosticConsumer.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/InterfaceStubFunctionsConsumer.cpp.o && /usr/bin/ranlib lib/libclangFrontend.a && : [4082/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangCodeGen.a && /usr/bin/ar qc lib/libclangCodeGen.a tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/BackendUtil.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGAtomic.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGBlocks.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGBuiltin.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCUDANV.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCUDARuntime.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCXX.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCXXABI.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCall.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGClass.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCleanup.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCoroutine.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDebugInfo.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDecl.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDeclCXX.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGException.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExpr.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprAgg.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprCXX.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprComplex.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprConstant.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprScalar.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGGPUBuiltin.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGLoopInfo.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGNonTrivialStruct.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjC.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCGNU.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCMac.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCRuntime.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenCLRuntime.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntime.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntimeAMDGCN.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntimeGPU.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntimeNVPTX.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGRecordLayoutBuilder.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGStmt.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGStmtOpenMP.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGVTT.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGVTables.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenABITypes.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenAction.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenFunction.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenModule.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenPGO.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenTBAA.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenTypes.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ConstantInitBuilder.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CoverageMappingGen.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ItaniumCXXABI.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/MacroPPCallbacks.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/MicrosoftCXXABI.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ModuleBuilder.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ObjectFilePCHContainerOperations.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/PatternInit.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/SanitizerMetadata.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/SwiftCallingConv.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetInfo.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/VarBypassDetector.cpp.o && /usr/bin/ranlib lib/libclangCodeGen.a && : [4083/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/Common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/Common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/Common/CMakeFiles/lldCommon.dir/Args.cpp.o -MF tools/lld/Common/CMakeFiles/lldCommon.dir/Args.cpp.o.d -o tools/lld/Common/CMakeFiles/lldCommon.dir/Args.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/Common/Args.cpp [4084/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangRewriteFrontend.a && /usr/bin/ar qc lib/libclangRewriteFrontend.a tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/FixItRewriter.cpp.o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/FrontendActions.cpp.o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/HTMLPrint.cpp.o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/InclusionRewriter.cpp.o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteMacros.cpp.o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteModernObjC.cpp.o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteObjC.cpp.o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteTest.cpp.o && /usr/bin/ranlib lib/libclangRewriteFrontend.a && : [4085/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangARCMigrate.a && /usr/bin/ar qc lib/libclangARCMigrate.a tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/ARCMT.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/ARCMTActions.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/FileRemapper.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/ObjCMT.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/PlistReporter.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransAPIUses.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransARCAssign.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransAutoreleasePool.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransBlockObjCVariable.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransEmptyStatementsAndDealloc.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransGCAttrs.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransGCCalls.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransProperties.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransProtectedScope.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransRetainReleaseDealloc.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransUnbridgedCasts.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransUnusedInitDelegate.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransZeroOutPropsInDealloc.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransformActions.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/Transforms.cpp.o && /usr/bin/ranlib lib/libclangARCMigrate.a && : [4086/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangToolingSyntax.a && /usr/bin/ar qc lib/libclangToolingSyntax.a tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/BuildTree.cpp.o tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/ComputeReplacements.cpp.o tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Nodes.cpp.o tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Mutations.cpp.o tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Synthesis.cpp.o tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Tokens.cpp.o tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Tree.cpp.o && /usr/bin/ranlib lib/libclangToolingSyntax.a && : [4087/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangIndex.a && /usr/bin/ar qc lib/libclangIndex.a tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/CommentToXML.cpp.o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/FileIndexRecord.cpp.o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexBody.cpp.o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexDecl.cpp.o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexingAction.cpp.o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexingContext.cpp.o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexSymbol.cpp.o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexTypeSourceInfo.cpp.o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/USRGeneration.cpp.o && /usr/bin/ranlib lib/libclangIndex.a && : [4088/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangCrossTU.a && /usr/bin/ar qc lib/libclangCrossTU.a tools/clang/lib/CrossTU/CMakeFiles/obj.clangCrossTU.dir/CrossTranslationUnit.cpp.o && /usr/bin/ranlib lib/libclangCrossTU.a && : [4089/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangToolingRefactoring.a && /usr/bin/ar qc lib/libclangToolingRefactoring.a tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/ASTSelection.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/ASTSelectionRequirements.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/AtomicChange.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Extract/Extract.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Extract/SourceExtraction.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Lookup.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/RefactoringActions.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/RenamingAction.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/SymbolOccurrences.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRFinder.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRFindingAction.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRLocFinder.cpp.o && /usr/bin/ranlib lib/libclangToolingRefactoring.a && : [4090/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/Common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/Common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/Common/CMakeFiles/lldCommon.dir/Reproduce.cpp.o -MF tools/lld/Common/CMakeFiles/lldCommon.dir/Reproduce.cpp.o.d -o tools/lld/Common/CMakeFiles/lldCommon.dir/Reproduce.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/Common/Reproduce.cpp [4091/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/Common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/Common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/Common/CMakeFiles/lldCommon.dir/Filesystem.cpp.o -MF tools/lld/Common/CMakeFiles/lldCommon.dir/Filesystem.cpp.o.d -o tools/lld/Common/CMakeFiles/lldCommon.dir/Filesystem.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/Common/Filesystem.cpp [4092/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangTransformer.a && /usr/bin/ar qc lib/libclangTransformer.a tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Parsing.cpp.o tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/RangeSelector.cpp.o tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/RewriteRule.cpp.o tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/SourceCode.cpp.o tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/SourceCodeBuilders.cpp.o tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Stencil.cpp.o tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Transformer.cpp.o && /usr/bin/ranlib lib/libclangTransformer.a && : [4093/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangStaticAnalyzerCore.a && /usr/bin/ar qc lib/libclangStaticAnalyzerCore.a tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/APSIntType.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/AnalysisManager.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/AnalyzerOptions.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BasicValueFactory.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BlockCounter.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BugReporter.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BugReporterVisitors.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CallEvent.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Checker.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerContext.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerHelpers.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerManager.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerRegistryData.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CommonBugCategories.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ConstraintManager.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CoreEngine.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/DynamicExtent.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/DynamicType.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Environment.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExplodedGraph.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngine.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineC.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineCXX.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineCallAndReturn.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineObjC.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/FunctionSummary.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/HTMLDiagnostics.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/LoopUnrolling.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/LoopWidening.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/MemRegion.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/PlistDiagnostics.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ProgramState.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RangeConstraintManager.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RangedConstraintManager.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RegionStore.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SarifDiagnostics.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SimpleConstraintManager.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SimpleSValBuilder.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SMTConstraintManager.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Store.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SValBuilder.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SVals.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SymbolManager.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/TextDiagnostics.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/WorkList.cpp.o && /usr/bin/ranlib lib/libclangStaticAnalyzerCore.a && : [4094/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangStaticAnalyzerCheckers.a && /usr/bin/ar qc lib/libclangStaticAnalyzerCheckers.a tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/AnalysisOrderChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/AnalyzerStatsChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ArrayBoundChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ArrayBoundCheckerV2.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BasicObjCFoundationChecks.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BlockInCriticalSectionChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BoolAssignmentChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BuiltinFunctionChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CStringChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CStringSyntaxChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CallAndMessageChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastSizeChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastToStructChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastValueChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckObjCDealloc.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckObjCInstMethSignature.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckPlacementNew.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckSecuritySyntaxOnly.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckSizeofPointer.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckerDocumentation.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ChrootChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CloneChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ContainerModeling.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ConversionChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CXXSelfAssignmentChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DeadStoresChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugCheckers.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugContainerModeling.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugIteratorModeling.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DeleteWithNonVirtualDtorChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DereferenceChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DirectIvarAssignment.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DivZeroChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DynamicTypePropagation.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DynamicTypeChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/EnumCastOutOfRangeChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ExprInspectionChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/FixedAddressChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/FuchsiaHandleChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GCDAntipatternChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GenericTaintChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GTestChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IdenticalExprChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/InnerPointerChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/InvalidatedIteratorChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/Iterator.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IteratorModeling.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IteratorRangeChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IvarInvalidationChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/LLVMConventionsChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/LocalizationChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MacOSKeychainAPIChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MacOSXAPIChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocOverflowSecurityChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocSizeofChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MismatchedIteratorChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MmapWriteExecChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MIGChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MoveChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIBugReporter.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIFunctionClassifier.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NSAutoreleasePoolChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NSErrorChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NoReturnFunctionChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NonNullParamChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NonnullGlobalConstantsChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NullabilityChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NumberObjectConversionChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCAtSyncChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCAutoreleaseWriteChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCContainersASTChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCContainersChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCMissingSuperCallChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCPropertyChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCSelfInitChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCSuperDeallocChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCUnusedIVarsChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/OSObjectCStyleCast.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PaddingChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerArithChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerIterationChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerSortingChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerSubChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PthreadLockChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/cert/PutenvWithAutoChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RetainCountChecker/RetainCountChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RetainCountChecker/RetainCountDiagnostics.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnPointerRangeChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnUndefChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnValueChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RunLoopAutoreleaseLeakChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SimpleStreamChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SmartPtrChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SmartPtrModeling.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StackAddrEscapeChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StdLibraryFunctionsChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/STLAlgorithmModeling.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StreamChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/Taint.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TaintTesterChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TestAfterDivZeroChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TraversalChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TrustNonnullChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefBranchChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefCapturedBlockVarChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefResultChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefinedArraySubscriptChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefinedAssignmentChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UninitializedObject/UninitializedObjectChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UninitializedObject/UninitializedPointee.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UnixAPIChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UnreachableCodeChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VforkChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VLASizeChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ValistChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VirtualCallChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/NoUncountedMembersChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/ASTUtils.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/PtrTypesSemantics.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/RefCntblBaseVirtualDtorChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/UncountedCallArgsChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/UncountedLambdaCapturesChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/UncountedLocalVarsChecker.cpp.o && /usr/bin/ranlib lib/libclangStaticAnalyzerCheckers.a && : [4095/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangStaticAnalyzerFrontend.a && /usr/bin/ar qc lib/libclangStaticAnalyzerFrontend.a tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/AnalysisConsumer.cpp.o tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/AnalyzerHelpFlags.cpp.o tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/CheckerRegistry.cpp.o tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/CreateCheckerManager.cpp.o tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/FrontendActions.cpp.o tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/ModelConsumer.cpp.o tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/ModelInjector.cpp.o && /usr/bin/ranlib lib/libclangStaticAnalyzerFrontend.a && : [4096/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangFrontendTool.a && /usr/bin/ar qc lib/libclangFrontendTool.a tools/clang/lib/FrontendTool/CMakeFiles/obj.clangFrontendTool.dir/ExecuteCompilerInvocation.cpp.o && /usr/bin/ranlib lib/libclangFrontendTool.a && : [4097/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangInterpreter.a && /usr/bin/ar qc lib/libclangInterpreter.a tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/IncrementalExecutor.cpp.o tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/IncrementalParser.cpp.o tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/Interpreter.cpp.o && /usr/bin/ranlib lib/libclangInterpreter.a && : [4098/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/Common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/Common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/Common/CMakeFiles/lldCommon.dir/Version.cpp.o -MF tools/lld/Common/CMakeFiles/lldCommon.dir/Version.cpp.o.d -o tools/lld/Common/CMakeFiles/lldCommon.dir/Version.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/Common/Version.cpp [4099/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldCore.a && /usr/bin/ar qc lib/liblldCore.a tools/lld/lib/Core/CMakeFiles/lldCore.dir/DefinedAtom.cpp.o tools/lld/lib/Core/CMakeFiles/lldCore.dir/Error.cpp.o tools/lld/lib/Core/CMakeFiles/lldCore.dir/File.cpp.o tools/lld/lib/Core/CMakeFiles/lldCore.dir/LinkingContext.cpp.o tools/lld/lib/Core/CMakeFiles/lldCore.dir/Reader.cpp.o tools/lld/lib/Core/CMakeFiles/lldCore.dir/Resolver.cpp.o tools/lld/lib/Core/CMakeFiles/lldCore.dir/SymbolTable.cpp.o tools/lld/lib/Core/CMakeFiles/lldCore.dir/Writer.cpp.o && /usr/bin/ranlib lib/liblldCore.a && : [4100/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/Common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/Common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/Common/CMakeFiles/lldCommon.dir/Strings.cpp.o -MF tools/lld/Common/CMakeFiles/lldCommon.dir/Strings.cpp.o.d -o tools/lld/Common/CMakeFiles/lldCommon.dir/Strings.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/Common/Strings.cpp [4101/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldReaderWriter.a && /usr/bin/ar qc lib/liblldReaderWriter.a tools/lld/lib/ReaderWriter/CMakeFiles/lldReaderWriter.dir/FileArchive.cpp.o && /usr/bin/ranlib lib/liblldReaderWriter.a && : [4102/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/Common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/Common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/Common/CMakeFiles/lldCommon.dir/Timer.cpp.o -MF tools/lld/Common/CMakeFiles/lldCommon.dir/Timer.cpp.o.d -o tools/lld/Common/CMakeFiles/lldCommon.dir/Timer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/Common/Timer.cpp [4103/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/Common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/Common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/Common/CMakeFiles/lldCommon.dir/TargetOptionsCommandFlags.cpp.o -MF tools/lld/Common/CMakeFiles/lldCommon.dir/TargetOptionsCommandFlags.cpp.o.d -o tools/lld/Common/CMakeFiles/lldCommon.dir/TargetOptionsCommandFlags.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/Common/TargetOptionsCommandFlags.cpp [4104/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/Common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/Common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/Common/CMakeFiles/lldCommon.dir/DWARF.cpp.o -MF tools/lld/Common/CMakeFiles/lldCommon.dir/DWARF.cpp.o.d -o tools/lld/Common/CMakeFiles/lldCommon.dir/DWARF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/Common/DWARF.cpp [4105/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/clang/lib/Tooling/DumpTool/CMakeFiles/clang-ast-dump.dir/ASTSrcLocProcessor.cpp.o tools/clang/lib/Tooling/DumpTool/CMakeFiles/clang-ast-dump.dir/ClangSrcLocDump.cpp.o -o bin/clang-ast-dump -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libclangAST.a lib/libclangASTMatchers.a lib/libclangBasic.a lib/libclangDriver.a lib/libclangFrontend.a lib/libclangSerialization.a lib/libclangToolingCore.a lib/libclangDriver.a lib/libclangParse.a lib/libclangSema.a lib/libclangEdit.a lib/libclangAnalysis.a lib/libclangASTMatchers.a lib/libclangAST.a lib/libclangRewrite.a lib/libclangLex.a lib/libclangBasic.a lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4106/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler.cpp.o -MF tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler.cpp.o.d -o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/ArchHandler.cpp [4107/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/Common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/Common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/Common/CMakeFiles/lldCommon.dir/ErrorHandler.cpp.o -MF tools/lld/Common/CMakeFiles/lldCommon.dir/ErrorHandler.cpp.o.d -o tools/lld/Common/CMakeFiles/lldCommon.dir/ErrorHandler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/Common/ErrorHandler.cpp [4108/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldCommon.a && /usr/bin/ar qc lib/liblldCommon.a tools/lld/Common/CMakeFiles/lldCommon.dir/Args.cpp.o tools/lld/Common/CMakeFiles/lldCommon.dir/DWARF.cpp.o tools/lld/Common/CMakeFiles/lldCommon.dir/ErrorHandler.cpp.o tools/lld/Common/CMakeFiles/lldCommon.dir/Filesystem.cpp.o tools/lld/Common/CMakeFiles/lldCommon.dir/Memory.cpp.o tools/lld/Common/CMakeFiles/lldCommon.dir/Reproduce.cpp.o tools/lld/Common/CMakeFiles/lldCommon.dir/Strings.cpp.o tools/lld/Common/CMakeFiles/lldCommon.dir/TargetOptionsCommandFlags.cpp.o tools/lld/Common/CMakeFiles/lldCommon.dir/Timer.cpp.o tools/lld/Common/CMakeFiles/lldCommon.dir/Version.cpp.o && /usr/bin/ranlib lib/liblldCommon.a && : [4109/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler_arm64.cpp.o -MF tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler_arm64.cpp.o.d -o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler_arm64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/ArchHandler_arm64.cpp [4110/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler_x86.cpp.o -MF tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler_x86.cpp.o.d -o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler_x86.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/ArchHandler_x86.cpp [4111/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler_arm.cpp.o -MF tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler_arm.cpp.o.d -o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler_arm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/ArchHandler_arm.cpp [4112/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/Driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/Driver/CMakeFiles/lldDriver.dir/DarwinLdDriver.cpp.o -MF tools/lld/lib/Driver/CMakeFiles/lldDriver.dir/DarwinLdDriver.cpp.o.d -o tools/lld/lib/Driver/CMakeFiles/lldDriver.dir/DarwinLdDriver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/Driver/DarwinLdDriver.cpp [4113/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler_x86_64.cpp.o -MF tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler_x86_64.cpp.o.d -o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler_x86_64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp [4114/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling && /usr/obj/ports/llvm-13.0.0/build-sparc64/bin/clang-ast-dump --skip-processing=0 -I /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/clang/13.0.0/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I /usr/obj/ports/llvm-13.0.0/build-sparc64/include -I /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I /usr/local/include/c++/8.4.0 -I /usr/local/include/c++/8.4.0/sparc64-unknown-openbsd7.5 -I /usr/local/include/c++/8.4.0/backward -I /usr/local/lib/gcc/sparc64-unknown-openbsd7.5/8.4.0/include -I /usr/local/lib/gcc/sparc64-unknown-openbsd7.5/8.4.0/include-fixed -I /usr/include --json-output-path /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/ASTNodeAPI.json [4115/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling && /usr/local/bin/python3.11 /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/DumpTool/generate_cxx_src_locs.py --json-input-path /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/ASTNodeAPI.json --output-file NodeIntrospection.inc --use-empty-implementation 0 --empty-implementation /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/EmptyNodeIntrospection.inc.in && /usr/local/bin/cmake -E copy_if_different /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling/NodeIntrospection.inc /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc [4116/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/GOTPass.cpp.o -MF tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/GOTPass.cpp.o.d -o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/GOTPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/GOTPass.cpp [4117/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/LayoutPass.cpp.o -MF tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/LayoutPass.cpp.o.d -o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/LayoutPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/LayoutPass.cpp [4118/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/CompactUnwindPass.cpp.o -MF tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/CompactUnwindPass.cpp.o.d -o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/CompactUnwindPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp [4119/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/ArgumentsAdjusters.cpp.o -MF tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/ArgumentsAdjusters.cpp.o.d -o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/ArgumentsAdjusters.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ArgumentsAdjusters.cpp [4120/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileBinaryWriter.cpp.o -MF tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileBinaryWriter.cpp.o.d -o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileBinaryWriter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp [4121/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachOLinkingContext.cpp.o -MF tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachOLinkingContext.cpp.o.d -o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachOLinkingContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp [4122/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileBinaryReader.cpp.o -MF tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileBinaryReader.cpp.o.d -o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileBinaryReader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp [4123/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/FileMatchTrie.cpp.o -MF tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/FileMatchTrie.cpp.o.d -o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/FileMatchTrie.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/FileMatchTrie.cpp [4124/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/ExpandResponseFilesCompilationDatabase.cpp.o -MF tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/ExpandResponseFilesCompilationDatabase.cpp.o.d -o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/ExpandResponseFilesCompilationDatabase.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/ExpandResponseFilesCompilationDatabase.cpp [4125/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/AllTUsExecution.cpp.o -MF tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/AllTUsExecution.cpp.o.d -o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/AllTUsExecution.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/AllTUsExecution.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/ArgumentsAdjusters.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/AllTUsExecution.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/AllTUsExecution.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4126/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/FixIt.cpp.o -MF tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/FixIt.cpp.o.d -o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/FixIt.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/FixIt.cpp [4127/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/CommonOptionsParser.cpp.o -MF tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/CommonOptionsParser.cpp.o.d -o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/CommonOptionsParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/CommonOptionsParser.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/ArgumentsAdjusters.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/CommonOptionsParser.h:29, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/CommonOptionsParser.cpp:26: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4128/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Execution.cpp.o -MF tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Execution.cpp.o.d -o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Execution.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Execution.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/ArgumentsAdjusters.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/CommonOptionsParser.h:29, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Execution.h:30, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Execution.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4129/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/InterpolatingCompilationDatabase.cpp.o -MF tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/InterpolatingCompilationDatabase.cpp.o.d -o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/InterpolatingCompilationDatabase.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp [4130/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/CompilationDatabase.cpp.o -MF tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/CompilationDatabase.cpp.o.d -o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/CompilationDatabase.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/CompilationDatabase.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/CompilationDatabase.h:30, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/CompilationDatabase.cpp:17: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4131/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/GuessTargetAndModeCompilationDatabase.cpp.o -MF tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/GuessTargetAndModeCompilationDatabase.cpp.o.d -o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/GuessTargetAndModeCompilationDatabase.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/GuessTargetAndModeCompilationDatabase.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/CompilationDatabase.h:30, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/GuessTargetAndModeCompilationDatabase.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4132/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/diagtool -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/diagtool -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/diagtool_main.cpp.o -MF tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/diagtool_main.cpp.o.d -o tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/diagtool_main.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/diagtool/diagtool_main.cpp [4133/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/diagtool -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/diagtool -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/DiagTool.cpp.o -MF tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/DiagTool.cpp.o.d -o tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/DiagTool.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/diagtool/DiagTool.cpp [4134/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/diagtool -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/diagtool -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/DiagnosticNames.cpp.o -MF tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/DiagnosticNames.cpp.o.d -o tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/DiagnosticNames.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/diagtool/DiagnosticNames.cpp [4135/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Refactoring.cpp.o -MF tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Refactoring.cpp.o.d -o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Refactoring.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LangOptions.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Core/Replacement.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Refactoring.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4136/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/JSONCompilationDatabase.cpp.o -MF tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/JSONCompilationDatabase.cpp.o.d -o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/JSONCompilationDatabase.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/JSONCompilationDatabase.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/JSONCompilationDatabase.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/JSONCompilationDatabase.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4137/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/StandaloneExecution.cpp.o -MF tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/StandaloneExecution.cpp.o.d -o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/StandaloneExecution.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/StandaloneExecution.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/ArgumentsAdjusters.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/StandaloneExecution.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/StandaloneExecution.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4138/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/diagtool -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/diagtool -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/FindDiagnosticID.cpp.o -MF tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/FindDiagnosticID.cpp.o.d -o tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/FindDiagnosticID.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/diagtool/FindDiagnosticID.cpp [4139/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/diagtool -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/diagtool -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/ListWarnings.cpp.o -MF tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/ListWarnings.cpp.o.d -o tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/ListWarnings.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/diagtool/ListWarnings.cpp [4140/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/diagtool -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/diagtool -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/TreeView.cpp.o -MF tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/TreeView.cpp.o.d -o tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/TreeView.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/diagtool/TreeView.cpp [4141/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/apinotes-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/apinotes-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/apinotes-test/CMakeFiles/apinotes-test.dir/APINotesTest.cpp.o -MF tools/clang/tools/apinotes-test/CMakeFiles/apinotes-test.dir/APINotesTest.cpp.o.d -o tools/clang/tools/apinotes-test/CMakeFiles/apinotes-test.dir/APINotesTest.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/apinotes-test/APINotesTest.cpp [4142/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Tooling.cpp.o -MF tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Tooling.cpp.o.d -o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Tooling.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Tooling.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DirectoryEntry.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/FileManager.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Tooling.h:33, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/Tooling.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4143/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/diagtool -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/diagtool -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/ShowEnabledWarnings.cpp.o -MF tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/ShowEnabledWarnings.cpp.o.d -o tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/ShowEnabledWarnings.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/diagtool/ShowEnabledWarnings.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/diagtool/ShowEnabledWarnings.cpp:11: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4144/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/NodeIntrospection.cpp.o -MF tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/NodeIntrospection.cpp.o.d -o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/NodeIntrospection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/NodeIntrospection.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/NodeIntrospection.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/NodeIntrospection.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5011:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::NullStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5015:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5019:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::SwitchCase; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5023:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DefaultStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5031:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ValueStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5035:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::LabelStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5039:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::AttributedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5043:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5047:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5051:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::WhileStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5055:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DoStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5059:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5063:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::GotoStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5067:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::IndirectGotoStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5071:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ContinueStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5075:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BreakStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5079:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5083:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::AsmStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5087:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::GCCAsmStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5091:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::MSAsmStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5095:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::SEHExceptStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5099:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::SEHFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5103:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::SEHTryStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5107:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::SEHLeaveStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5111:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5119:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::FullExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5123:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ConstantExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5127:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OpaqueValueExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5131:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5135:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5139:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::FixedPointLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5143:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CharacterLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5147:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::FloatingLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5151:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ImaginaryLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5155:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::StringLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5159:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::PredefinedExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5163:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::SYCLUniqueStableNameExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5167:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ParenExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5171:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5175:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OffsetOfExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5179:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5183:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5187:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::MatrixSubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5191:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5199:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CompoundLiteralExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5203:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5207:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5211:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5215:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CStyleCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5219:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5223:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CompoundAssignOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5227:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5231:77: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5235:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5239:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::AddrLabelExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5243:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::StmtExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5247:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ShuffleVectorExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5251:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ConvertVectorExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5255:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ChooseExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5259:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::GNUNullExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5263:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::VAArgExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5267:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::SourceLocExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5271:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5275:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5279:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::NoInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5283:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DesignatedInitUpdateExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5287:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ArrayInitLoopExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5291:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ArrayInitIndexExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5295:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ImplicitValueInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5299:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ParenListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5303:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::GenericSelectionExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5307:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ExtVectorElementExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5311:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BlockExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5315:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::AsTypeExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5319:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::PseudoObjectExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5323:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::AtomicExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5327:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::TypoExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5331:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::RecoveryExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5335:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCStringLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5339:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCBoolLiteralExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5343:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCBoxedExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5347:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCArrayLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5351:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCDictionaryLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5355:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCEncodeExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5359:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCSelectorExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5363:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCProtocolExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5367:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCIvarRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5371:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCPropertyRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5375:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCSubscriptRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5379:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5383:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCIsaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5387:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCIndirectCopyRestoreExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5391:77: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCBridgedCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5395:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCAvailabilityCheckExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5399:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ConceptSpecializationExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5403:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::RequiresExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5407:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5411:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXTryStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5415:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5419:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::MSDependentExistsStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5423:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CoroutineBodyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5427:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CoreturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5431:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXOperatorCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5435:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5439:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CUDAKernelCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5443:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXRewrittenBinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5447:76: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXNamedCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5451:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXStaticCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5455:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXDynamicCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5459:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXReinterpretCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5463:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXConstCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5467:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXAddrspaceCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5471:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UserDefinedLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5475:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXBoolLiteralExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5479:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXNullPtrLiteralExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5483:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXStdInitializerListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5487:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXTypeidExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5491:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::MSPropertyRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5495:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::MSPropertySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5499:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXUuidofExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5503:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXThisExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5507:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXThrowExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5511:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXDefaultArgExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5515:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXDefaultInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5519:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXBindTemporaryExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5523:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5527:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXInheritedCtorInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5531:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXFunctionalCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5535:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXTemporaryObjectExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5539:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5543:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXScalarValueInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5547:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5551:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXDeleteExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5555:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXPseudoDestructorExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5559:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::TypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5563:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ArrayTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5567:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ExpressionTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5571:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5575:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnresolvedLookupExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5579:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DependentScopeDeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5583:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ExprWithCleanups; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5587:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXUnresolvedConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5591:76: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5595:77: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnresolvedMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5599:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXNoexceptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5603:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::PackExpansionExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5607:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::SizeOfPackExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5611:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::SubstNonTypeTemplateParmExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5615:78: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::SubstNonTypeTemplateParmPackExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5619:82: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::FunctionParmPackExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5623:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::MaterializeTemporaryExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5627:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXFoldExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5631:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CoroutineSuspendExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5635:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CoawaitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5639:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DependentCoawaitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5643:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CoyieldExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5647:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BuiltinBitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5651:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPArraySectionExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5655:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPArrayShapingExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5659:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPIteratorExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5663:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCForCollectionStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5667:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCAtTryStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5679:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCAtSynchronizedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5683:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCAtThrowStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5687:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCAutoreleasePoolStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5691:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPCanonicalLoop; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5695:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPParallelDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5703:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPLoopBasedDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5707:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPLoopDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5711:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPSimdDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5715:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPForDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5719:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPForSimdDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5723:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPSectionsDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5727:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPSectionDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5731:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPSingleDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5735:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPMasterDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5739:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPCriticalDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5743:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPParallelForDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5747:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPParallelForSimdDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5751:77: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPParallelMasterDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5755:76: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPParallelSectionsDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5759:78: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTaskDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5763:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTaskyieldDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5767:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPBarrierDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5771:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTaskwaitDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5775:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTaskgroupDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5779:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPFlushDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5783:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPDepobjDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5787:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPOrderedDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5791:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPAtomicDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5795:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTargetDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5799:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTargetDataDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5803:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTargetEnterDataDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5807:77: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTargetExitDataDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5811:76: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTargetParallelDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5815:76: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTargetParallelForDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5819:79: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTeamsDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5823:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPCancellationPointDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5827:79: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPCancelDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5831:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTaskLoopDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5835:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTaskLoopSimdDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5839:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPMasterTaskLoopDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5843:76: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPMasterTaskLoopSimdDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5847:80: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPParallelMasterTaskLoopDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5851:84: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPParallelMasterTaskLoopSimdDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5855:88: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPDistributeDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5859:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTargetUpdateDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5863:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPDistributeParallelForDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5867:83: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPDistributeParallelForSimdDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5871:87: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPDistributeSimdDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5875:76: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTargetParallelForSimdDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5879:83: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTargetSimdDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5883:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTeamsDistributeDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5887:77: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTeamsDistributeSimdDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5891:81: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTeamsDistributeParallelForSimdDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5895:92: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTeamsDistributeParallelForDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5899:88: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTargetTeamsDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5903:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTargetTeamsDistributeDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5907:83: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTargetTeamsDistributeParallelForDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5911:94: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTargetTeamsDistributeParallelForSimdDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5915:98: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTargetTeamsDistributeSimdDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5919:87: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPTileDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5923:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPUnrollDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5927:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPScanDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5931:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPInteropDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5935:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPDispatchDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5939:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPMaskedDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5943:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DeclStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5011:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::NullStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::NullStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::NullStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5015:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CompoundStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CompoundStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5019:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SwitchCase; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::SwitchCase; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SwitchCase*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5023:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DefaultStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DefaultStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DefaultStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5031:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ValueStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ValueStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ValueStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5035:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::LabelStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::LabelStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::LabelStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5039:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::AttributedStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::AttributedStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::AttributedStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5043:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::IfStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::IfStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5047:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::SwitchStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SwitchStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5051:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::WhileStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::WhileStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::WhileStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5055:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DoStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DoStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DoStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5059:56: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ForStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ForStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5063:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::GotoStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::GotoStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::GotoStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5067:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::IndirectGotoStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::IndirectGotoStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::IndirectGotoStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5071:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ContinueStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ContinueStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ContinueStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5075:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BreakStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BreakStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BreakStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5079:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ReturnStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ReturnStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5083:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::AsmStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::AsmStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::AsmStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5087:57: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::GCCAsmStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::GCCAsmStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::GCCAsmStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5091:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::MSAsmStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::MSAsmStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::MSAsmStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5095:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SEHExceptStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::SEHExceptStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SEHExceptStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5099:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SEHFinallyStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::SEHFinallyStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SEHFinallyStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5103:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SEHTryStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::SEHTryStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SEHTryStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5107:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SEHLeaveStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::SEHLeaveStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SEHLeaveStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5111:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CapturedStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CapturedStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5115:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5119:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::FullExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::FullExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::FullExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5123:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ConstantExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ConstantExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ConstantExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5127:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OpaqueValueExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OpaqueValueExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OpaqueValueExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5131:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DeclRefExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclRefExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5135:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::IntegerLiteral; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::IntegerLiteral*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5139:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::FixedPointLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::FixedPointLiteral; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::FixedPointLiteral*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5143:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CharacterLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CharacterLiteral; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CharacterLiteral*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5147:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::FloatingLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::FloatingLiteral; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::FloatingLiteral*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5151:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ImaginaryLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ImaginaryLiteral; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ImaginaryLiteral*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5155:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::StringLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::StringLiteral; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::StringLiteral*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5159:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::PredefinedExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::PredefinedExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::PredefinedExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5163:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SYCLUniqueStableNameExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::SYCLUniqueStableNameExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SYCLUniqueStableNameExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5167:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ParenExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ParenExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ParenExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5171:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5175:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OffsetOfExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OffsetOfExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OffsetOfExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5179:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryExprOrTypeTraitExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5183:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ArraySubscriptExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5187:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::MatrixSubscriptExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::MatrixSubscriptExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::MatrixSubscriptExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5191:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CallExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CallExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5195:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::MemberExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::MemberExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5199:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CompoundLiteralExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CompoundLiteralExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CompoundLiteralExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5203:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CastExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5207:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ImplicitCastExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5211:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ExplicitCastExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5215:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CStyleCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CStyleCastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CStyleCastExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5219:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5223:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CompoundAssignOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CompoundAssignOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CompoundAssignOperator*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5227:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::AbstractConditionalOperator*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5231:77: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ConditionalOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ConditionalOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ConditionalOperator*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5235:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryConditionalOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryConditionalOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryConditionalOperator*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5239:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::AddrLabelExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::AddrLabelExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::AddrLabelExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5243:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::StmtExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::StmtExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::StmtExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5247:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ShuffleVectorExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ShuffleVectorExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ShuffleVectorExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5251:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ConvertVectorExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ConvertVectorExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ConvertVectorExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5255:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ChooseExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ChooseExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ChooseExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5259:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::GNUNullExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::GNUNullExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::GNUNullExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5263:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::VAArgExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::VAArgExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::VAArgExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5267:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SourceLocExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::SourceLocExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SourceLocExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5271:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::InitListExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::InitListExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5275:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DesignatedInitExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5279:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::NoInitExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::NoInitExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::NoInitExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5283:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DesignatedInitUpdateExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DesignatedInitUpdateExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DesignatedInitUpdateExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5287:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ArrayInitLoopExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ArrayInitLoopExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ArrayInitLoopExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5291:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ArrayInitIndexExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ArrayInitIndexExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ArrayInitIndexExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5295:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ImplicitValueInitExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ImplicitValueInitExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ImplicitValueInitExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5299:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ParenListExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ParenListExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ParenListExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5303:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::GenericSelectionExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::GenericSelectionExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::GenericSelectionExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5307:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ExtVectorElementExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ExtVectorElementExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ExtVectorElementExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5311:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BlockExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BlockExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BlockExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5315:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::AsTypeExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::AsTypeExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::AsTypeExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5319:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::PseudoObjectExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::PseudoObjectExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::PseudoObjectExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5323:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::AtomicExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::AtomicExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::AtomicExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5327:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::TypoExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::TypoExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::TypoExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5331:58: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::RecoveryExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::RecoveryExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::RecoveryExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5335:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCStringLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCStringLiteral; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCStringLiteral*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5339:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCBoolLiteralExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCBoolLiteralExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCBoolLiteralExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5343:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCBoxedExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCBoxedExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCBoxedExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5347:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCArrayLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCArrayLiteral; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCArrayLiteral*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5351:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCDictionaryLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCDictionaryLiteral; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCDictionaryLiteral*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5355:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCEncodeExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCEncodeExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCEncodeExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5359:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCSelectorExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCSelectorExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCSelectorExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5363:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCProtocolExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCProtocolExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCProtocolExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5367:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCIvarRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCIvarRefExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCIvarRefExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5371:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCPropertyRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCPropertyRefExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCPropertyRefExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5375:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCSubscriptRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCSubscriptRefExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCSubscriptRefExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5379:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCMessageExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5383:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCIsaExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCIsaExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCIsaExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5387:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCIndirectCopyRestoreExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCIndirectCopyRestoreExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCIndirectCopyRestoreExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5391:77: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCBridgedCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCBridgedCastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCBridgedCastExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5395:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCAvailabilityCheckExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCAvailabilityCheckExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCAvailabilityCheckExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5399:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ConceptSpecializationExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ConceptSpecializationExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ConceptSpecializationExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5403:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::RequiresExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::RequiresExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::RequiresExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5407:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXCatchStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXCatchStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5411:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXTryStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXTryStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXTryStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5415:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXForRangeStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5419:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::MSDependentExistsStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::MSDependentExistsStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::MSDependentExistsStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5423:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CoroutineBodyStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CoroutineBodyStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CoroutineBodyStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5427:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CoreturnStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CoreturnStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CoreturnStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5431:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXOperatorCallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXOperatorCallExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXOperatorCallExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5435:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXMemberCallExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5439:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CUDAKernelCallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CUDAKernelCallExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CUDAKernelCallExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5443:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXRewrittenBinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXRewrittenBinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXRewrittenBinaryOperator*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5447:76: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXNamedCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXNamedCastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXNamedCastExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5451:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXStaticCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXStaticCastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXStaticCastExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5455:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXDynamicCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXDynamicCastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXDynamicCastExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5459:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXReinterpretCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXReinterpretCastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXReinterpretCastExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5463:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXConstCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXConstCastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXConstCastExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5467:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXAddrspaceCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXAddrspaceCastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXAddrspaceCastExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5471:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UserDefinedLiteral; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UserDefinedLiteral; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UserDefinedLiteral*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5475:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXBoolLiteralExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXBoolLiteralExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXBoolLiteralExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5479:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXNullPtrLiteralExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXNullPtrLiteralExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXNullPtrLiteralExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5483:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXStdInitializerListExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXStdInitializerListExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXStdInitializerListExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5487:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXTypeidExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXTypeidExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXTypeidExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5491:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::MSPropertyRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::MSPropertyRefExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::MSPropertyRefExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5495:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::MSPropertySubscriptExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::MSPropertySubscriptExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::MSPropertySubscriptExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5499:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXUuidofExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXUuidofExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXUuidofExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5503:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXThisExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXThisExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXThisExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5507:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXThrowExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXThrowExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXThrowExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5511:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXDefaultArgExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXDefaultArgExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXDefaultArgExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5515:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXDefaultInitExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXDefaultInitExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXDefaultInitExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5519:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXBindTemporaryExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXBindTemporaryExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXBindTemporaryExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5523:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXConstructExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXConstructExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5527:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXInheritedCtorInitExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXInheritedCtorInitExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXInheritedCtorInitExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5531:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXFunctionalCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXFunctionalCastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXFunctionalCastExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5535:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXTemporaryObjectExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXTemporaryObjectExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXTemporaryObjectExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5539:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::LambdaExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::LambdaExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5543:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXScalarValueInitExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXScalarValueInitExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXScalarValueInitExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5547:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXNewExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXNewExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5551:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXDeleteExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXDeleteExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXDeleteExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5555:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXPseudoDestructorExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXPseudoDestructorExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXPseudoDestructorExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5559:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::TypeTraitExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::TypeTraitExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::TypeTraitExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5563:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ArrayTypeTraitExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ArrayTypeTraitExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ArrayTypeTraitExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5567:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ExpressionTraitExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ExpressionTraitExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ExpressionTraitExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5571:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OverloadExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OverloadExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5575:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnresolvedLookupExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnresolvedLookupExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnresolvedLookupExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5579:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DependentScopeDeclRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DependentScopeDeclRefExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DependentScopeDeclRefExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5583:75: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ExprWithCleanups; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ExprWithCleanups; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ExprWithCleanups*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5587:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXUnresolvedConstructExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXUnresolvedConstructExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXUnresolvedConstructExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5591:76: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXDependentScopeMemberExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5595:77: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnresolvedMemberExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnresolvedMemberExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnresolvedMemberExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5599:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXNoexceptExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXNoexceptExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXNoexceptExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5603:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::PackExpansionExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::PackExpansionExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::PackExpansionExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5607:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SizeOfPackExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::SizeOfPackExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SizeOfPackExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5611:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SubstNonTypeTemplateParmExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::SubstNonTypeTemplateParmExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SubstNonTypeTemplateParmExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5615:78: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SubstNonTypeTemplateParmPackExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::SubstNonTypeTemplateParmPackExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SubstNonTypeTemplateParmPackExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5619:82: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::FunctionParmPackExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::FunctionParmPackExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::FunctionParmPackExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5623:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::MaterializeTemporaryExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::MaterializeTemporaryExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::MaterializeTemporaryExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5627:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXFoldExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXFoldExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXFoldExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5631:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CoroutineSuspendExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CoroutineSuspendExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CoroutineSuspendExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5635:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CoawaitExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CoawaitExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CoawaitExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5639:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DependentCoawaitExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DependentCoawaitExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DependentCoawaitExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5643:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CoyieldExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CoyieldExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CoyieldExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5647:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BuiltinBitCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BuiltinBitCastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BuiltinBitCastExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5651:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPArraySectionExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPArraySectionExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPArraySectionExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5655:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPArrayShapingExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPArrayShapingExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPArrayShapingExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5659:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPIteratorExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPIteratorExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPIteratorExpr*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5663:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCForCollectionStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCForCollectionStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCForCollectionStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5667:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCAtCatchStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5671:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCAtFinallyStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5675:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCAtTryStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCAtTryStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCAtTryStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5679:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCAtSynchronizedStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCAtSynchronizedStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCAtSynchronizedStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5683:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCAtThrowStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCAtThrowStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCAtThrowStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5687:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCAutoreleasePoolStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCAutoreleasePoolStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCAutoreleasePoolStmt*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5691:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPCanonicalLoop; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPCanonicalLoop; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPCanonicalLoop*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5695:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPParallelDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPParallelDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPParallelDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5703:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPLoopBasedDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPLoopBasedDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPLoopBasedDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5707:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPLoopDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPLoopDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPLoopDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5711:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPSimdDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPSimdDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5715:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPForDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPForDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPForDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5719:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPForSimdDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPForSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPForSimdDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5723:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPSectionsDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPSectionsDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPSectionsDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5727:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPSectionDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPSectionDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPSectionDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5731:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPSingleDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPSingleDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPSingleDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5735:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPMasterDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPMasterDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPMasterDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5739:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPCriticalDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPCriticalDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPCriticalDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5743:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPParallelForDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPParallelForDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPParallelForDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5747:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPParallelForSimdDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPParallelForSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPParallelForSimdDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5751:77: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPParallelMasterDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPParallelMasterDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPParallelMasterDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5755:76: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPParallelSectionsDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPParallelSectionsDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPParallelSectionsDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5759:78: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTaskDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTaskDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTaskDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5763:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTaskyieldDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTaskyieldDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTaskyieldDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5767:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPBarrierDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPBarrierDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPBarrierDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5771:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTaskwaitDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTaskwaitDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTaskwaitDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5775:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTaskgroupDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTaskgroupDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTaskgroupDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5779:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPFlushDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPFlushDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPFlushDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5783:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPDepobjDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPDepobjDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPDepobjDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5787:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPOrderedDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPOrderedDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPOrderedDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5791:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPAtomicDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPAtomicDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPAtomicDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5795:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTargetDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTargetDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5799:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTargetDataDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTargetDataDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetDataDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5803:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTargetEnterDataDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTargetEnterDataDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetEnterDataDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5807:77: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTargetExitDataDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTargetExitDataDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetExitDataDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5811:76: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTargetParallelDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTargetParallelDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetParallelDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5815:76: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTargetParallelForDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTargetParallelForDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetParallelForDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5819:79: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTeamsDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTeamsDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTeamsDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5823:67: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPCancellationPointDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPCancellationPointDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPCancellationPointDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5827:79: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPCancelDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPCancelDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPCancelDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5831:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTaskLoopDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTaskLoopDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTaskLoopDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5835:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTaskLoopSimdDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTaskLoopSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTaskLoopSimdDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5839:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPMasterTaskLoopDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPMasterTaskLoopDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPMasterTaskLoopDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5843:76: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPMasterTaskLoopSimdDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPMasterTaskLoopSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPMasterTaskLoopSimdDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5847:80: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPParallelMasterTaskLoopDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPParallelMasterTaskLoopDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPParallelMasterTaskLoopDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5851:84: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPParallelMasterTaskLoopSimdDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPParallelMasterTaskLoopSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPParallelMasterTaskLoopSimdDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5855:88: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPDistributeDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPDistributeDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPDistributeDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5859:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTargetUpdateDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTargetUpdateDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetUpdateDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5863:74: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPDistributeParallelForDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPDistributeParallelForDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPDistributeParallelForDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5867:83: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPDistributeParallelForSimdDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPDistributeParallelForSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPDistributeParallelForSimdDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5871:87: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPDistributeSimdDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPDistributeSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPDistributeSimdDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5875:76: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTargetParallelForSimdDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTargetParallelForSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetParallelForSimdDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5879:83: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTargetSimdDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTargetSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetSimdDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5883:72: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTeamsDistributeDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTeamsDistributeDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTeamsDistributeDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5887:77: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTeamsDistributeSimdDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTeamsDistributeSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTeamsDistributeSimdDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5891:81: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTeamsDistributeParallelForSimdDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTeamsDistributeParallelForSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTeamsDistributeParallelForSimdDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5895:92: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTeamsDistributeParallelForDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTeamsDistributeParallelForDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTeamsDistributeParallelForDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5899:88: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTargetTeamsDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTargetTeamsDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetTeamsDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5903:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTargetTeamsDistributeDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTargetTeamsDistributeDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetTeamsDistributeDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5907:83: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTargetTeamsDistributeParallelForDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTargetTeamsDistributeParallelForDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetTeamsDistributeParallelForDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5911:94: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTargetTeamsDistributeParallelForSimdDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTargetTeamsDistributeParallelForSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetTeamsDistributeParallelForSimdDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5915:98: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTargetTeamsDistributeSimdDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTargetTeamsDistributeSimdDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTargetTeamsDistributeSimdDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5919:87: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPTileDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPTileDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPTileDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5923:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPUnrollDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPUnrollDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPUnrollDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5927:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPScanDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPScanDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPScanDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5931:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPInteropDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPInteropDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPInteropDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5935:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPDispatchDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPDispatchDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPDispatchDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5939:70: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPMaskedDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPMaskedDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPMaskedDirective*]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:5943:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include/clang/Tooling/NodeIntrospection.inc:6346:40: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ [4145/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/RefactoringCallbacks.cpp.o -MF tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/RefactoringCallbacks.cpp.o.d -o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/RefactoringCallbacks.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/RefactoringCallbacks.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:47, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchFinder.h:43, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/RefactoringCallbacks.h:31, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/RefactoringCallbacks.cpp:11: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::LambdaExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::LambdaExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::LambdaExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7587:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:238:30: required from 'const T* clang::ast_matchers::internal::BoundNodesMap::getNodeAs(llvm::StringRef) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:115:40: required from 'const T* clang::ast_matchers::BoundNodes::getNodeAs(llvm::StringRef) const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/RefactoringCallbacks.cpp:90:66: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IfStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::IfStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:238:30: required from 'const T* clang::ast_matchers::internal::BoundNodesMap::getNodeAs(llvm::StringRef) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:115:40: required from 'const T* clang::ast_matchers::BoundNodes::getNodeAs(llvm::StringRef) const [with T = clang::IfStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/lib/Tooling/RefactoringCallbacks.cpp:128:61: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1127:29: required from 'typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type clang::Stmt::CastIterator::operator*() const [with T = clang::Expr; TPtr = const clang::Expr* const; StmtPtr = const clang::Stmt* const; typename clang::Stmt::CastIterator::iterator_adaptor_base::value_type = const clang::Expr* const]' /usr/local/include/c++/8.4.0/bits/predefined_ops.h:283:24: required from 'bool __gnu_cxx::__ops::_Iter_pred<_Predicate>::operator()(_Iterator) [with _Iterator = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:120:14: required from '_RandomAccessIterator std::__find_if(_RandomAccessIterator, _RandomAccessIterator, _Predicate, std::random_access_iterator_tag) [with _RandomAccessIterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:161:23: required from '_Iterator std::__find_if(_Iterator, _Iterator, _Predicate) [with _Iterator = clang::Stmt::CastIterator; _Predicate = __gnu_cxx::__ops::_Iter_pred >]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:3930:28: required from '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:526:47: required from 'bool std::none_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/local/include/c++/8.4.0/bits/stl_algo.h:544:27: required from 'bool std::any_of(_IIter, _IIter, _Predicate) [with _IIter = clang::Stmt::CastIterator; _Predicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:1542:21: required from 'bool llvm::any_of(R&&, UnaryPredicate) [with R = llvm::iterator_range >; UnaryPredicate = clang::ast_matchers::internal::matcher_hasAnyPlacementArg0Matcher::matches(const clang::CXXNewExpr&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const::]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchers.h:7746:4: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::IntegerLiteral; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::IntegerLiteral; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::IntegerLiteral]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXNewExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXNewExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXNewExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ReturnStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ReturnStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ReturnStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::SwitchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::SwitchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::SwitchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::MemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::MemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::AbstractConditionalOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::AbstractConditionalOperator; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::AbstractConditionalOperator]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ImplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ImplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ExplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ExplicitCastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ExplicitCastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CastExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CastExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CompoundStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CompoundStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ArraySubscriptExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ArraySubscriptExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ArraySubscriptExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXConstructExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXConstructExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXCatchStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXCatchStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::InitListExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::InitListExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::InitListExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OverloadExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::OverloadExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::OverloadExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DeclRefExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DeclRefExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXMemberCallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXMemberCallExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXMemberCallExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ObjCMessageExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ObjCMessageExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXDependentScopeMemberExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXDependentScopeMemberExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::UnaryExprOrTypeTraitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::UnaryExprOrTypeTraitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::UnaryExprOrTypeTraitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DesignatedInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::DesignatedInitExpr; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::DesignatedInitExpr]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXForRangeStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::CXXForRangeStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::CXXForRangeStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ForStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::ForStmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:262:42: required from 'const T& clang::DynTypedNode::getUnchecked() const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:383:62: required from 'bool clang::ast_matchers::internal::MatcherInterface::dynMatches(const clang::DynTypedNode&, clang::ast_matchers::internal::ASTMatchFinder*, clang::ast_matchers::internal::BoundNodesTreeBuilder*) const [with T = clang::ForStmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ASTMatchers/ASTMatchersInternal.h:381:8: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [4146/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/clang-format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-format -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/clang-format/CMakeFiles/clang-format.dir/ClangFormat.cpp.o -MF tools/clang/tools/clang-format/CMakeFiles/clang-format.dir/ClangFormat.cpp.o.d -o tools/clang/tools/clang-format/CMakeFiles/clang-format.dir/ClangFormat.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-format/ClangFormat.cpp [4147/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangTooling.a && /usr/bin/ar qc lib/libclangTooling.a tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/AllTUsExecution.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/ArgumentsAdjusters.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/CommonOptionsParser.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/CompilationDatabase.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Execution.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/ExpandResponseFilesCompilationDatabase.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/FileMatchTrie.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/FixIt.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/GuessTargetAndModeCompilationDatabase.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/InterpolatingCompilationDatabase.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/JSONCompilationDatabase.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Refactoring.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/RefactoringCallbacks.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/StandaloneExecution.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/NodeIntrospection.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Tooling.cpp.o && /usr/bin/ranlib lib/libclangTooling.a && : [4148/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangDependencyScanning.a && /usr/bin/ar qc lib/libclangDependencyScanning.a tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningFilesystem.cpp.o tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningService.cpp.o tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningWorker.cpp.o tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningTool.cpp.o tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/ModuleDepCollector.cpp.o && /usr/bin/ranlib lib/libclangDependencyScanning.a && : [4149/5255] : && /usr/local/bin/cmake -E rm -f lib/libclangHandleCXX.a && /usr/bin/ar qc lib/libclangHandleCXX.a tools/clang/tools/clang-fuzzer/handle-cxx/CMakeFiles/obj.clangHandleCXX.dir/handle_cxx.cpp.o && /usr/bin/ranlib lib/libclangHandleCXX.a && : [4150/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/clang-diff -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-diff -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/clang-diff/CMakeFiles/clang-diff.dir/ClangDiff.cpp.o -MF tools/clang/tools/clang-diff/CMakeFiles/clang-diff.dir/ClangDiff.cpp.o.d -o tools/clang/tools/clang-diff/CMakeFiles/clang-diff.dir/ClangDiff.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-diff/ClangDiff.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/ASTDiff/ASTDiff.h:22, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-diff/ClangDiff.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4151/5255] /usr/obj/ports/llvm-13.0.0/bin/cc -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/c-index-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/c-index-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=gnu89 -MD -MT tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/c-index-test.c.o -MF tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/c-index-test.c.o.d -o tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/c-index-test.c.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/c-index-test/c-index-test.c [4152/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/clang-offload-bundler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-offload-bundler -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/clang-offload-bundler/CMakeFiles/clang-offload-bundler.dir/ClangOffloadBundler.cpp.o -MF tools/clang/tools/clang-offload-bundler/CMakeFiles/clang-offload-bundler.dir/ClangOffloadBundler.cpp.o.d -o tools/clang/tools/clang-offload-bundler/CMakeFiles/clang-offload-bundler.dir/ClangOffloadBundler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp [4153/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/clang-offload-wrapper -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-offload-wrapper -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/clang-offload-wrapper/CMakeFiles/clang-offload-wrapper.dir/ClangOffloadWrapper.cpp.o -MF tools/clang/tools/clang-offload-wrapper/CMakeFiles/clang-offload-wrapper.dir/ClangOffloadWrapper.cpp.o.d -o tools/clang/tools/clang-offload-wrapper/CMakeFiles/clang-offload-wrapper.dir/ClangOffloadWrapper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp [4154/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/clang-import-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-import-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/clang-import-test/CMakeFiles/clang-import-test.dir/clang-import-test.cpp.o -MF tools/clang/tools/clang-import-test/CMakeFiles/clang-import-test.dir/clang-import-test.cpp.o.d -o tools/clang/tools/clang-import-test/CMakeFiles/clang-import-test.dir/clang-import-test.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-import-test/clang-import-test.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-import-test/clang-import-test.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4155/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/clang-shlib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-shlib -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/clang-shlib/CMakeFiles/clang-cpp.dir/clang-shlib.cpp.o -MF tools/clang/tools/clang-shlib/CMakeFiles/clang-cpp.dir/clang-shlib.cpp.o.d -o tools/clang/tools/clang-shlib/CMakeFiles/clang-cpp.dir/clang-shlib.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-shlib/clang-shlib.cpp [4156/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/docs && /usr/local/bin/cmake -E env /usr/local/bin/sphinx-build -b man -d /usr/obj/ports/llvm-13.0.0/build-sparc64/docs/_doctrees-llvm-man -q -t builder-man /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/docs /usr/obj/ports/llvm-13.0.0/build-sparc64/docs/man /usr/local/lib/python3.11/site-packages/recommonmark/parser.py:75: UserWarning: Container node skipped: type=document warn("Container node skipped: type={0}".format(mdnode.t)) /usr/local/lib/python3.11/site-packages/recommonmark/parser.py:75: UserWarning: Container node skipped: type=document warn("Container node skipped: type={0}".format(mdnode.t)) /usr/local/lib/python3.11/site-packages/recommonmark/parser.py:75: UserWarning: Container node skipped: type=document warn("Container node skipped: type={0}".format(mdnode.t)) /usr/local/lib/python3.11/site-packages/recommonmark/parser.py:75: UserWarning: Container node skipped: type=document warn("Container node skipped: type={0}".format(mdnode.t)) [4157/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/clang-rename -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-rename -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/clang-rename/CMakeFiles/clang-rename.dir/ClangRename.cpp.o -MF tools/clang/tools/clang-rename/CMakeFiles/clang-rename.dir/ClangRename.cpp.o.d -o tools/clang/tools/clang-rename/CMakeFiles/clang-rename.dir/ClangRename.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-rename/ClangRename.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-rename/ClangRename.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring/ASTSelection.h:113:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ [4158/5255] /usr/obj/ports/llvm-13.0.0/bin/cc -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/c-arcmt-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/c-arcmt-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -MD -MT tools/clang/tools/c-arcmt-test/CMakeFiles/c-arcmt-test.dir/c-arcmt-test.c.o -MF tools/clang/tools/c-arcmt-test/CMakeFiles/c-arcmt-test.dir/c-arcmt-test.c.o.d -o tools/clang/tools/c-arcmt-test/CMakeFiles/c-arcmt-test.dir/c-arcmt-test.c.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/c-arcmt-test/c-arcmt-test.c [4159/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/clang-repl -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-repl -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/clang-repl/CMakeFiles/clang-repl.dir/ClangRepl.cpp.o -MF tools/clang/tools/clang-repl/CMakeFiles/clang-repl.dir/ClangRepl.cpp.o.d -o tools/clang/tools/clang-repl/CMakeFiles/clang-repl.dir/ClangRepl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-repl/ClangRepl.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-repl/ClangRepl.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4160/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/clang-refactor -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-refactor -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/clang-refactor/CMakeFiles/clang-refactor.dir/TestSupport.cpp.o -MF tools/clang/tools/clang-refactor/CMakeFiles/clang-refactor.dir/TestSupport.cpp.o.d -o tools/clang/tools/clang-refactor/CMakeFiles/clang-refactor.dir/TestSupport.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-refactor/TestSupport.cpp [4161/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/clang-refactor -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-refactor -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/clang-refactor/CMakeFiles/clang-refactor.dir/ClangRefactor.cpp.o -MF tools/clang/tools/clang-refactor/CMakeFiles/clang-refactor.dir/ClangRefactor.cpp.o.d -o tools/clang/tools/clang-refactor/CMakeFiles/clang-refactor.dir/ClangRefactor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-refactor/ClangRefactor.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-refactor/ToolRefactoringResultConsumer.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-refactor/TestSupport.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-refactor/ClangRefactor.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::Stmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:403:22: required from 'static const T& clang::DynTypedNode::DynCastPtrConverter::getUnchecked(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:398:29: required from 'static const T* clang::DynTypedNode::DynCastPtrConverter::get(clang::ASTNodeKind, const void*) [with T = clang::Stmt; BaseT = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTTypeTraits.h:254:33: required from 'const T* clang::DynTypedNode::get() const [with T = clang::Stmt]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Tooling/Refactoring/ASTSelection.h:113:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ [4162/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/BuildSystem.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/BuildSystem.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/BuildSystem.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/BuildSystem.cpp [4163/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/c-index-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/c-index-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/core_main.cpp.o -MF tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/core_main.cpp.o.d -o tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/core_main.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/c-index-test/core_main.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Decl.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Mangle.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/c-index-test/core_main.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [4164/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/arcmt-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/arcmt-test -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/arcmt-test/CMakeFiles/arcmt-test.dir/arcmt-test.cpp.o -MF tools/clang/tools/arcmt-test/CMakeFiles/arcmt-test.dir/arcmt-test.cpp.o.d -o tools/clang/tools/arcmt-test/CMakeFiles/arcmt-test.dir/arcmt-test.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/arcmt-test/arcmt-test.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ARCMigrate/FileRemapper.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/ARCMigrate/ARCMT.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/arcmt-test/arcmt-test.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4165/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/ARCMigrate.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/ARCMigrate.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/ARCMigrate.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/ARCMigrate.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXString.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/ARCMigrate.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4166/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/clang-scan-deps -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-scan-deps -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/clang-scan-deps/CMakeFiles/clang-scan-deps.dir/ClangScanDeps.cpp.o -MF tools/clang/tools/clang-scan-deps/CMakeFiles/clang-scan-deps.dir/ClangScanDeps.cpp.o.d -o tools/clang/tools/clang-scan-deps/CMakeFiles/clang-scan-deps.dir/ClangScanDeps.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-scan-deps/ClangScanDeps.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/CompilerInstance.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-scan-deps/ClangScanDeps.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [4167/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexCXX.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexCXX.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexCXX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexCXX.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DirectoryEntry.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Module.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Serialization/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexer.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexCXX.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4168/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/clang-extdef-mapping -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-extdef-mapping -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/clang-extdef-mapping/CMakeFiles/clang-extdef-mapping.dir/ClangExtDefMapGen.cpp.o -MF tools/clang/tools/clang-extdef-mapping/CMakeFiles/clang-extdef-mapping.dir/ClangExtDefMapGen.cpp.o.d -o tools/clang/tools/clang-extdef-mapping/CMakeFiles/clang-extdef-mapping.dir/ClangExtDefMapGen.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-extdef-mapping/ClangExtDefMapGen.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-extdef-mapping/ClangExtDefMapGen.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4169/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/clang-check -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-check -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/clang-check/CMakeFiles/clang-check.dir/ClangCheck.cpp.o -MF tools/clang/tools/clang-check/CMakeFiles/clang-check.dir/ClangCheck.cpp.o.d -o tools/clang/tools/clang-check/CMakeFiles/clang-check.dir/ClangCheck.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-check/ClangCheck.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DirectoryEntry.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Module.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Serialization/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/CodeGen/ObjectFilePCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/clang-check/ClangCheck.cpp:19: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4170/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexer.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexer.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexer.cpp [4171/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexDiagnostic.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexDiagnostic.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexDiagnostic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexDiagnostic.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DirectoryEntry.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Module.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Serialization/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexer.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexDiagnostic.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4172/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexHigh.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexHigh.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexHigh.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexHigh.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceLocation.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXCursor.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CursorVisitor.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexHigh.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4173/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexUSRs.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexUSRs.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexUSRs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexUSRs.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DirectoryEntry.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Module.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Serialization/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexer.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexUSRs.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4174/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexInclusionStack.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexInclusionStack.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexInclusionStack.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexInclusionStack.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DirectoryEntry.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Module.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Serialization/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexer.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexInclusionStack.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4175/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXCompilationDatabase.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXCompilationDatabase.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXCompilationDatabase.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXCompilationDatabase.cpp [4176/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXLoadedDiagnostic.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXLoadedDiagnostic.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXLoadedDiagnostic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXLoadedDiagnostic.cpp [4177/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexCodeCompletion.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexCodeCompletion.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexCodeCompletion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexCodeCompletion.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DirectoryEntry.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Module.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Serialization/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexer.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexCodeCompletion.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [4178/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXComment.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXComment.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXComment.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXComment.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CLog.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXTranslationUnit.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXComment.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXComment.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4179/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -fPIC -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 -shared -Wl,-soname,libclang-cpp.so.1.0 -o lib/libclang-cpp.so.1.0 tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Attributes.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Builtins.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/CharInfo.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/CodeGenOptions.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Cuda.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DarwinSDKInfo.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Diagnostic.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DiagnosticIDs.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/DiagnosticOptions.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ExpressionTraits.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileEntry.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileManager.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileSystemStatCache.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/IdentifierTable.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/LangOptions.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/LangStandards.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Module.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ObjCRuntime.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OpenCLOptions.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OpenMPKinds.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/OperatorPrecedence.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/ProfileList.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/NoSanitizeList.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SanitizerSpecialCaseList.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Sanitizers.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SourceLocation.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/SourceManager.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Stack.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TargetID.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TargetInfo.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AArch64.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AMDGPU.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/ARC.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/ARM.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/AVR.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/BPF.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Hexagon.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Lanai.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Le64.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/M68k.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/MSP430.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Mips.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/NVPTX.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/OSTargets.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/PNaCl.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/PPC.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/RISCV.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/SPIR.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/Sparc.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/SystemZ.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/TCE.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/VE.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/WebAssembly.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/X86.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Targets/XCore.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TokenKinds.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/TypeTraits.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Version.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/Warnings.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/XRayInstr.cpp.o tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/XRayLists.cpp.o tools/clang/lib/APINotes/CMakeFiles/obj.clangAPINotes.dir/APINotesTypes.cpp.o tools/clang/lib/APINotes/CMakeFiles/obj.clangAPINotes.dir/APINotesYAMLCompiler.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/DependencyDirectivesSourceMinimizer.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/HeaderMap.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/HeaderSearch.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Lexer.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/LiteralSupport.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/MacroArgs.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/MacroInfo.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/ModuleMap.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPCaching.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPCallbacks.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPConditionalDirectiveRecord.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPDirectives.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPExpressions.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPLexerChange.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PPMacroExpansion.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Pragma.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PreprocessingRecord.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/Preprocessor.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/PreprocessorLexer.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/ScratchBuffer.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/TokenConcatenation.cpp.o tools/clang/lib/Lex/CMakeFiles/obj.clangLex.dir/TokenLexer.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseAST.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseCXXInlineMethods.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseDecl.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseDeclCXX.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseExpr.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseExprCXX.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseInit.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseObjc.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseOpenMP.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParsePragma.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseStmt.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseStmtAsm.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseTemplate.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/ParseTentative.cpp.o tools/clang/lib/Parse/CMakeFiles/obj.clangParse.dir/Parser.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/APValue.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTConcept.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTConsumer.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTContext.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTDiagnostic.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTDumper.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTImporter.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTImporterLookupTable.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTStructuralEquivalence.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTTypeTraits.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/AttrImpl.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Comment.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentBriefParser.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentCommandTraits.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentLexer.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentParser.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CommentSema.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ComparisonCategories.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ComputeDependence.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/CXXInheritance.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DataCollection.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Decl.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclarationName.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclBase.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclCXX.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclFriend.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclGroup.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclObjC.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclOpenMP.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclPrinter.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/DeclTemplate.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ParentMapContext.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Expr.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprClassification.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprConcepts.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprConstant.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprCXX.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprObjC.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExternalASTMerger.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExternalASTSource.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/FormatString.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/InheritViz.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeEmitter.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeExprGen.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeGenError.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/ByteCodeStmtGen.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Context.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Descriptor.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Disasm.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/EvalEmitter.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Frame.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Function.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Interp.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpBlock.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpFrame.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpStack.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/InterpState.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Pointer.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/PrimType.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Program.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Record.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/Source.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Interp/State.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ItaniumCXXABI.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ItaniumMangle.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/JSONNodeDumper.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Mangle.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/MicrosoftCXXABI.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/MicrosoftMangle.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/NestedNameSpecifier.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/NSAPI.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ODRHash.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/OpenMPClause.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/OSLog.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ParentMap.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/PrintfFormatString.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/QualTypeNames.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RawCommentList.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RecordLayout.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/RecordLayoutBuilder.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ScanfFormatString.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/SelectorLocationsKind.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Stmt.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtCXX.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtIterator.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtObjC.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtOpenMP.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtPrinter.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtProfile.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/StmtViz.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TemplateBase.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TemplateName.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TextNodeDumper.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/Type.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TypeLoc.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/TypePrinter.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/VTableBuilder.cpp.o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/VTTBuilder.cpp.o tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Diagnostics.cpp.o tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Marshallers.cpp.o tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Parser.cpp.o tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/Registry.cpp.o tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/obj.clangDynamicASTMatchers.dir/VariantValue.cpp.o tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/ASTMatchFinder.cpp.o tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/ASTMatchersInternal.cpp.o tools/clang/lib/ASTMatchers/CMakeFiles/obj.clangASTMatchers.dir/GtestMatchers.cpp.o tools/clang/lib/CrossTU/CMakeFiles/obj.clangCrossTU.dir/CrossTranslationUnit.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/AnalysisBasedWarnings.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/CodeCompleteConsumer.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/DeclSpec.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/DelayedDiagnostic.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/IdentifierResolver.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/JumpDiagnostics.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/MultiplexExternalSemaSource.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/ParsedAttr.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/Scope.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/ScopeInfo.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/Sema.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAccess.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAttr.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaAvailability.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCXXScopeSpec.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCast.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaChecking.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCodeComplete.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaConcept.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaConsumer.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCoroutine.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaCUDA.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDecl.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclAttr.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclCXX.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclObjC.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExceptionSpec.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExpr.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprCXX.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprMember.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaExprObjC.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaFixItUtils.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaInit.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaLambda.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaLookup.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaModule.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaObjCProperty.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaOpenMP.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaOverload.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaPseudoObject.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmt.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmtAsm.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaStmtAttr.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaSYCL.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplate.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateDeduction.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateInstantiate.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateInstantiateDecl.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaTemplateVariadic.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaType.cpp.o tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/TypeLocBuilder.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/BackendUtil.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGAtomic.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGBlocks.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGBuiltin.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCUDANV.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCUDARuntime.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCXX.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCXXABI.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCall.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGClass.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCleanup.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGCoroutine.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDebugInfo.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDecl.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGDeclCXX.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGException.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExpr.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprAgg.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprCXX.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprComplex.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprConstant.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGExprScalar.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGGPUBuiltin.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGLoopInfo.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGNonTrivialStruct.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjC.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCGNU.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCMac.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGObjCRuntime.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenCLRuntime.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntime.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntimeAMDGCN.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntimeGPU.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGOpenMPRuntimeNVPTX.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGRecordLayoutBuilder.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGStmt.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGStmtOpenMP.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGVTT.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CGVTables.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenABITypes.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenAction.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenFunction.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenModule.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenPGO.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenTBAA.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CodeGenTypes.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ConstantInitBuilder.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/CoverageMappingGen.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ItaniumCXXABI.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/MacroPPCallbacks.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/MicrosoftCXXABI.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ModuleBuilder.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/ObjectFilePCHContainerOperations.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/PatternInit.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/SanitizerMetadata.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/SwiftCallingConv.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/TargetInfo.cpp.o tools/clang/lib/CodeGen/CMakeFiles/obj.clangCodeGen.dir/VarBypassDetector.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/AnalysisDeclContext.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/BodyFarm.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CalledOnceCheck.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFG.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFGReachabilityAnalysis.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CFGStmtMap.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CallGraph.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CloneDetection.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CocoaConventions.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ConstructionContext.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/Consumed.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/CodeInjector.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/Dominators.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ExprMutationAnalyzer.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/IssueHash.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/LiveVariables.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/MacroExpansionContext.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ObjCNoReturn.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/PathDiagnostic.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/PostOrderCFGView.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ProgramPoint.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ReachableCode.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/RetainSummaryManager.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafety.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyCommon.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyLogical.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/ThreadSafetyTIL.cpp.o tools/clang/lib/Analysis/CMakeFiles/obj.clangAnalysis.dir/UninitializedValues.cpp.o tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/Commit.cpp.o tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/EditedSource.cpp.o tools/clang/lib/Edit/CMakeFiles/obj.clangEdit.dir/RewriteObjCFoundationAPI.cpp.o tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/DeltaTree.cpp.o tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/HTMLRewrite.cpp.o tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/RewriteRope.cpp.o tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/Rewriter.cpp.o tools/clang/lib/Rewrite/CMakeFiles/obj.clangRewrite.dir/TokenRewriter.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/ARCMT.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/ARCMTActions.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/FileRemapper.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/ObjCMT.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/PlistReporter.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransAPIUses.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransARCAssign.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransAutoreleasePool.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransBlockObjCVariable.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransEmptyStatementsAndDealloc.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransGCAttrs.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransGCCalls.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransProperties.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransProtectedScope.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransRetainReleaseDealloc.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransUnbridgedCasts.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransUnusedInitDelegate.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransZeroOutPropsInDealloc.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/TransformActions.cpp.o tools/clang/lib/ARCMigrate/CMakeFiles/obj.clangARCMigrate.dir/Transforms.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Action.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Compilation.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Distro.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Driver.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/DriverOptions.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Job.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Multilib.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/OptionUtils.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Phases.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/SanitizerArgs.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Tool.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChain.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/AArch64.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/ARM.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/M68k.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/Mips.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/PPC.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/RISCV.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/Sparc.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/SystemZ.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/VE.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Arch/X86.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AIX.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Ananas.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AMDGPU.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AMDGPUOpenMP.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/AVR.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/BareMetal.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Clang.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CloudABI.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CommonArgs.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Contiki.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/CrossWindows.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Cuda.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Darwin.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/DragonFly.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Flang.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/FreeBSD.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Fuchsia.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Gnu.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Haiku.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/HIP.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Hexagon.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Hurd.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Linux.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MipsLinux.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MinGW.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Minix.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MSP430.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/MSVC.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Myriad.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/NaCl.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/NetBSD.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/OpenBSD.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/PS4CPU.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/RISCVToolchain.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/Solaris.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/TCE.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/VEToolchain.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/WebAssembly.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/XCore.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/PPCLinux.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/InterfaceStubs.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/ToolChains/ZOS.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/Types.cpp.o tools/clang/lib/Driver/CMakeFiles/obj.clangDriver.dir/XRayArgs.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTCommon.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReader.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReaderDecl.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTReaderStmt.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriter.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriterDecl.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ASTWriterStmt.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/GeneratePCH.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/GlobalModuleIndex.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/InMemoryModuleCache.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleFile.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleFileExtension.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/ModuleManager.cpp.o tools/clang/lib/Serialization/CMakeFiles/obj.clangSerialization.dir/PCHContainerOperations.cpp.o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/FixItRewriter.cpp.o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/FrontendActions.cpp.o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/HTMLPrint.cpp.o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/InclusionRewriter.cpp.o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteMacros.cpp.o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteModernObjC.cpp.o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteObjC.cpp.o tools/clang/lib/Frontend/Rewrite/CMakeFiles/obj.clangRewriteFrontend.dir/RewriteTest.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTConsumers.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTMerge.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ASTUnit.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ChainedDiagnosticConsumer.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ChainedIncludesSource.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CompilerInstance.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CompilerInvocation.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/CreateInvocationFromCommandLine.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DependencyFile.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DependencyGraph.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/DiagnosticRenderer.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendAction.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendActions.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/FrontendOptions.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/HeaderIncludeGen.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/InitHeaderSearch.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/InitPreprocessor.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/LayoutOverrideSource.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/LogDiagnosticPrinter.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/ModuleDependencyCollector.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/MultiplexConsumer.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/PrecompiledPreamble.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/PrintPreprocessedOutput.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SerializedDiagnosticPrinter.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/SerializedDiagnosticReader.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TestModuleFileExtension.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnostic.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnosticBuffer.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/TextDiagnosticPrinter.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/VerifyDiagnosticConsumer.cpp.o tools/clang/lib/Frontend/CMakeFiles/obj.clangFrontend.dir/InterfaceStubFunctionsConsumer.cpp.o tools/clang/lib/FrontendTool/CMakeFiles/obj.clangFrontendTool.dir/ExecuteCompilerInvocation.cpp.o tools/clang/lib/Tooling/Core/CMakeFiles/obj.clangToolingCore.dir/Diagnostic.cpp.o tools/clang/lib/Tooling/Core/CMakeFiles/obj.clangToolingCore.dir/Replacement.cpp.o tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/HeaderIncludes.cpp.o tools/clang/lib/Tooling/Inclusions/CMakeFiles/obj.clangToolingInclusions.dir/IncludeStyle.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/ASTSelection.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/ASTSelectionRequirements.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/AtomicChange.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Extract/Extract.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Extract/SourceExtraction.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Lookup.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/RefactoringActions.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/RenamingAction.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/SymbolOccurrences.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRFinder.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRFindingAction.cpp.o tools/clang/lib/Tooling/Refactoring/CMakeFiles/obj.clangToolingRefactoring.dir/Rename/USRLocFinder.cpp.o tools/clang/lib/Tooling/ASTDiff/CMakeFiles/obj.clangToolingASTDiff.dir/ASTDiff.cpp.o tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/BuildTree.cpp.o tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/ComputeReplacements.cpp.o tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Nodes.cpp.o tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Mutations.cpp.o tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Synthesis.cpp.o tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Tokens.cpp.o tools/clang/lib/Tooling/Syntax/CMakeFiles/obj.clangToolingSyntax.dir/Tree.cpp.o tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningFilesystem.cpp.o tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningService.cpp.o tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningWorker.cpp.o tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/DependencyScanningTool.cpp.o tools/clang/lib/Tooling/DependencyScanning/CMakeFiles/obj.clangDependencyScanning.dir/ModuleDepCollector.cpp.o tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Parsing.cpp.o tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/RangeSelector.cpp.o tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/RewriteRule.cpp.o tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/SourceCode.cpp.o tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/SourceCodeBuilders.cpp.o tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Stencil.cpp.o tools/clang/lib/Tooling/Transformer/CMakeFiles/obj.clangTransformer.dir/Transformer.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/AllTUsExecution.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/ArgumentsAdjusters.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/CommonOptionsParser.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/CompilationDatabase.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Execution.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/ExpandResponseFilesCompilationDatabase.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/FileMatchTrie.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/FixIt.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/GuessTargetAndModeCompilationDatabase.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/InterpolatingCompilationDatabase.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/JSONCompilationDatabase.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Refactoring.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/RefactoringCallbacks.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/StandaloneExecution.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/NodeIntrospection.cpp.o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/Tooling.cpp.o tools/clang/lib/DirectoryWatcher/CMakeFiles/obj.clangDirectoryWatcher.dir/DirectoryScanner.cpp.o tools/clang/lib/DirectoryWatcher/CMakeFiles/obj.clangDirectoryWatcher.dir/default/DirectoryWatcher-not-implemented.cpp.o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/CommentToXML.cpp.o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/FileIndexRecord.cpp.o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexBody.cpp.o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexDecl.cpp.o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexingAction.cpp.o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexingContext.cpp.o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexSymbol.cpp.o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/IndexTypeSourceInfo.cpp.o tools/clang/lib/Index/CMakeFiles/obj.clangIndex.dir/USRGeneration.cpp.o tools/clang/lib/IndexSerialization/CMakeFiles/obj.clangIndexSerialization.dir/SerializablePathCollection.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/APSIntType.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/AnalysisManager.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/AnalyzerOptions.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BasicValueFactory.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BlockCounter.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BugReporter.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/BugReporterVisitors.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CallEvent.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Checker.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerContext.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerHelpers.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerManager.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CheckerRegistryData.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CommonBugCategories.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ConstraintManager.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/CoreEngine.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/DynamicExtent.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/DynamicType.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Environment.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExplodedGraph.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngine.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineC.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineCXX.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineCallAndReturn.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ExprEngineObjC.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/FunctionSummary.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/HTMLDiagnostics.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/LoopUnrolling.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/LoopWidening.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/MemRegion.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/PlistDiagnostics.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/ProgramState.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RangeConstraintManager.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RangedConstraintManager.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/RegionStore.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SarifDiagnostics.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SimpleConstraintManager.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SimpleSValBuilder.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SMTConstraintManager.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/Store.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SValBuilder.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SVals.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/SymbolManager.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/TextDiagnostics.cpp.o tools/clang/lib/StaticAnalyzer/Core/CMakeFiles/obj.clangStaticAnalyzerCore.dir/WorkList.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/AnalysisOrderChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/AnalyzerStatsChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ArrayBoundChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ArrayBoundCheckerV2.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BasicObjCFoundationChecks.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BlockInCriticalSectionChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BoolAssignmentChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/BuiltinFunctionChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CStringChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CStringSyntaxChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CallAndMessageChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastSizeChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastToStructChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CastValueChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckObjCDealloc.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckObjCInstMethSignature.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckPlacementNew.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckSecuritySyntaxOnly.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckSizeofPointer.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CheckerDocumentation.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ChrootChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CloneChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ContainerModeling.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ConversionChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/CXXSelfAssignmentChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DeadStoresChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugCheckers.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugContainerModeling.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DebugIteratorModeling.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DeleteWithNonVirtualDtorChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DereferenceChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DirectIvarAssignment.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DivZeroChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DynamicTypePropagation.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/DynamicTypeChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/EnumCastOutOfRangeChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ExprInspectionChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/FixedAddressChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/FuchsiaHandleChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GCDAntipatternChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GenericTaintChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/GTestChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IdenticalExprChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/InnerPointerChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/InvalidatedIteratorChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/Iterator.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IteratorModeling.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IteratorRangeChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/IvarInvalidationChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/LLVMConventionsChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/LocalizationChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MacOSKeychainAPIChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MacOSXAPIChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocOverflowSecurityChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MallocSizeofChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MismatchedIteratorChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MmapWriteExecChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MIGChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MoveChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIBugReporter.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/MPI-Checker/MPIFunctionClassifier.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NSAutoreleasePoolChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NSErrorChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NoReturnFunctionChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NonNullParamChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NonnullGlobalConstantsChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NullabilityChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/NumberObjectConversionChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCAtSyncChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCAutoreleaseWriteChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCContainersASTChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCContainersChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCMissingSuperCallChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCPropertyChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCSelfInitChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCSuperDeallocChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ObjCUnusedIVarsChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/OSObjectCStyleCast.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PaddingChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerArithChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerIterationChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerSortingChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PointerSubChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/PthreadLockChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/cert/PutenvWithAutoChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RetainCountChecker/RetainCountChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RetainCountChecker/RetainCountDiagnostics.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnPointerRangeChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnUndefChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ReturnValueChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/RunLoopAutoreleaseLeakChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SimpleStreamChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SmartPtrChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/SmartPtrModeling.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StackAddrEscapeChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StdLibraryFunctionsChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/STLAlgorithmModeling.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/StreamChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/Taint.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TaintTesterChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TestAfterDivZeroChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TraversalChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/TrustNonnullChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefBranchChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefCapturedBlockVarChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefResultChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefinedArraySubscriptChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UndefinedAssignmentChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UninitializedObject/UninitializedObjectChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UninitializedObject/UninitializedPointee.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UnixAPIChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/UnreachableCodeChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VforkChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VLASizeChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/ValistChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/VirtualCallChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/NoUncountedMembersChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/ASTUtils.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/PtrTypesSemantics.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/RefCntblBaseVirtualDtorChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/UncountedCallArgsChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/UncountedLambdaCapturesChecker.cpp.o tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/obj.clangStaticAnalyzerCheckers.dir/WebKit/UncountedLocalVarsChecker.cpp.o tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/AnalysisConsumer.cpp.o tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/AnalyzerHelpFlags.cpp.o tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/CheckerRegistry.cpp.o tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/CreateCheckerManager.cpp.o tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/FrontendActions.cpp.o tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/ModelConsumer.cpp.o tools/clang/lib/StaticAnalyzer/Frontend/CMakeFiles/obj.clangStaticAnalyzerFrontend.dir/ModelInjector.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/AffectedRangeManager.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/BreakableToken.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/ContinuationIndenter.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/Format.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/FormatToken.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/FormatTokenLexer.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/MacroExpander.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/NamespaceEndCommentsFixer.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/SortJavaScriptImports.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/TokenAnalyzer.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/TokenAnnotator.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UnwrappedLineFormatter.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UnwrappedLineParser.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/UsingDeclarationsSorter.cpp.o tools/clang/lib/Format/CMakeFiles/obj.clangFormat.dir/WhitespaceManager.cpp.o tools/clang/lib/Testing/CMakeFiles/obj.clangTesting.dir/CommandLineArgs.cpp.o tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/IncrementalExecutor.cpp.o tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/IncrementalParser.cpp.o tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/Interpreter.cpp.o tools/clang/tools/clang-fuzzer/handle-cxx/CMakeFiles/obj.clangHandleCXX.dir/handle_cxx.cpp.o tools/clang/tools/clang-fuzzer/handle-llvm/CMakeFiles/obj.clangHandleLLVM.dir/handle_llvm.cpp.o tools/clang/tools/clang-shlib/CMakeFiles/clang-cpp.dir/clang-shlib.cpp.o -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : [4180/5255] /usr/local/bin/cmake -E cmake_symlink_library lib/libclang-cpp.so.1.0 lib/libclang-cpp.so.1.0 lib/libclang-cpp.so && : [4181/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/diagtool_main.cpp.o tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/DiagTool.cpp.o tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/DiagnosticNames.cpp.o tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/FindDiagnosticID.cpp.o tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/ListWarnings.cpp.o tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/ShowEnabledWarnings.cpp.o tools/clang/tools/diagtool/CMakeFiles/diagtool.dir/TreeView.cpp.o -o bin/diagtool -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libclang-cpp.so.1.0 lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4182/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXCursor.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXCursor.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXCursor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXCursor.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceLocation.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXCursor.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXCursor.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OpaqueValueExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXCursor.cpp:344:44: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::PseudoObjectExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXCursor.cpp:350:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ConstantExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXCursor.cpp:402:45: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXCursor.cpp:574:32: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXCursor.cpp:630:30: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXCursor.cpp:1106:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::Expr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::Expr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::Expr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXCursor.cpp:1106:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [4183/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/clang/tools/apinotes-test/CMakeFiles/apinotes-test.dir/APINotesTest.cpp.o -o bin/apinotes-test -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libclang-cpp.so.1.0 lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4184/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/clang/tools/clang-diff/CMakeFiles/clang-diff.dir/ClangDiff.cpp.o -o bin/clang-diff -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libclang-cpp.so.1.0 lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4185/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/clang/tools/clang-format/CMakeFiles/clang-format.dir/ClangFormat.cpp.o -o bin/clang-format -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libclang-cpp.so.1.0 lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4186/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/clang/tools/clang-import-test/CMakeFiles/clang-import-test.dir/clang-import-test.cpp.o -o bin/clang-import-test -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libclang-cpp.so.1.0 lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4187/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/clang/tools/clang-offload-bundler/CMakeFiles/clang-offload-bundler.dir/ClangOffloadBundler.cpp.o -o bin/clang-offload-bundler -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libclang-cpp.so.1.0 lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4188/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/clang/tools/clang-offload-wrapper/CMakeFiles/clang-offload-wrapper.dir/ClangOffloadWrapper.cpp.o -o bin/clang-offload-wrapper -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libclang-cpp.so.1.0 lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4189/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/clang/tools/clang-scan-deps/CMakeFiles/clang-scan-deps.dir/ClangScanDeps.cpp.o -o bin/clang-scan-deps -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libclang-cpp.so.1.0 lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4190/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXSourceLocation.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXSourceLocation.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXSourceLocation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXSourceLocation.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXSourceLocation.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXSourceLocation.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4191/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXStoredDiagnostic.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXStoredDiagnostic.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXStoredDiagnostic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXStoredDiagnostic.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DirectoryEntry.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Module.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Serialization/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexer.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXStoredDiagnostic.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4192/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXString.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXString.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXString.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXString.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXString.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXString.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4193/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXIndexDataConsumer.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXIndexDataConsumer.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXIndexDataConsumer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXIndexDataConsumer.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/SourceLocation.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXCursor.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXIndexDataConsumer.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXIndexDataConsumer.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4194/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/clang/tools/clang-repl/CMakeFiles/clang-repl.dir/ClangRepl.cpp.o -o bin/clang-repl -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libclang-cpp.so.1.0 lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4195/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/clang/tools/clang-rename/CMakeFiles/clang-rename.dir/ClangRename.cpp.o -o bin/clang-rename -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libclang-cpp.so.1.0 lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4196/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/clang/tools/clang-refactor/CMakeFiles/clang-refactor.dir/ClangRefactor.cpp.o tools/clang/tools/clang-refactor/CMakeFiles/clang-refactor.dir/TestSupport.cpp.o -o bin/clang-refactor -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libclang-cpp.so.1.0 lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4197/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/clang/tools/arcmt-test/CMakeFiles/arcmt-test.dir/arcmt-test.cpp.o -o bin/arcmt-test -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libclang-cpp.so.1.0 lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4198/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/clang/tools/clang-check/CMakeFiles/clang-check.dir/ClangCheck.cpp.o -o bin/clang-check -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libclang-cpp.so.1.0 lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4199/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/clang/tools/clang-extdef-mapping/CMakeFiles/clang-extdef-mapping.dir/ClangExtDefMapGen.cpp.o -o bin/clang-extdef-mapping -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libclang-cpp.so.1.0 lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4200/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/FatalErrorHandler.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/FatalErrorHandler.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/FatalErrorHandler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/FatalErrorHandler.cpp [4201/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/driver/CMakeFiles/clang.dir/cc1gen_reproducer_main.cpp.o -MF tools/clang/tools/driver/CMakeFiles/clang.dir/cc1gen_reproducer_main.cpp.o.d -o tools/clang/tools/driver/CMakeFiles/clang.dir/cc1gen_reproducer_main.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/driver/cc1gen_reproducer_main.cpp [4202/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndex.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndex.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndex.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DirectoryEntry.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Module.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Serialization/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexer.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::MSDependentExistsStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:1964:43: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CXXDependentScopeMemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:1966:49: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::DependentScopeDeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:1968:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::OMPCriticalDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:1970:42: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringMapEntry.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringMap.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DirectoryEntry.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Module.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Serialization/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexer.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h: In instantiation of 'struct llvm::make_const_ptr': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:43:9: required from 'class clang::StmtVisitorBase' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:193:7: required from 'class clang::ConstStmtVisitor<{anonymous}::EnqueueVisitor, void>' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:1990:31: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/STLExtras.h:66:72: warning: ignoring attributes on template argument 'std::add_const::type' {aka 'const clang::Stmt'} [-Wignored-attributes] typename std::add_pointer::type>::type; ^ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DirectoryEntry.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Module.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Serialization/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexer.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:15: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CompoundStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4123:69: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4485:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4488:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4490:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCIvarRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4492:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCPropertyRefExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4494:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::PseudoObjectExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4505:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OpaqueValueExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4507:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4513:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CXXInheritedCtorInitExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4517:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4519:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::ObjCProtocolExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4522:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::SubstNonTypeTemplateParmPackExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4525:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::SizeOfPackExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4527:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::LabelStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4747:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:354:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast_or_null(const Y&) [with X = clang::GotoStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:6340:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::EnqueueVisitor; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:2867:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::EnqueueVisitor; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:2867:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ImplicitCastExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ImplicitCastExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4485:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::DeclRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::DeclRefExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::DeclRefExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4488:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::MemberExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::MemberExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::MemberExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4490:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCIvarRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCIvarRefExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCIvarRefExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4492:62: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCPropertyRefExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCPropertyRefExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCPropertyRefExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4494:71: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::PseudoObjectExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::PseudoObjectExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::PseudoObjectExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4505:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OpaqueValueExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OpaqueValueExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OpaqueValueExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4507:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CallExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CallExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4511:48: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXConstructExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXConstructExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXConstructExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4513:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CXXInheritedCtorInitExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CXXInheritedCtorInitExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CXXInheritedCtorInitExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4517:47: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCMessageExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCMessageExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4519:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::ObjCProtocolExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::ObjCProtocolExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::ObjCProtocolExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4522:64: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SubstNonTypeTemplateParmPackExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::SubstNonTypeTemplateParmPackExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SubstNonTypeTemplateParmPackExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4525:55: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::SizeOfPackExpr; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::SizeOfPackExpr; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::SizeOfPackExpr*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4527:68: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::LabelStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::LabelStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::LabelStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:4747:63: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::GotoStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:368:24: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast_or_null(Y*) [with X = clang::GotoStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::GotoStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:6340:60: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::BinaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::BinaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::BinaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:47:61: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::EnqueueVisitor; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:2867:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::UnaryOperator; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::UnaryOperator; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::UnaryOperator*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/StmtVisitor.h:85:65: required from 'RetTy clang::StmtVisitorBase::Visit(typename Ptr::type, ParamTys ...) [with Ptr = llvm::make_const_ptr; ImplClass = {anonymous}::EnqueueVisitor; RetTy = void; ParamTys = {}; typename Ptr::type = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndex.cpp:2867:28: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] [4203/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/driver/CMakeFiles/clang.dir/driver.cpp.o -MF tools/clang/tools/driver/CMakeFiles/clang.dir/driver.cpp.o.d -o tools/clang/tools/driver/CMakeFiles/clang.dir/driver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/driver/driver.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Driver/Driver.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/driver/driver.cpp:14: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4204/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/driver/CMakeFiles/clang.dir/cc1as_main.cpp.o -MF tools/clang/tools/driver/CMakeFiles/clang.dir/cc1as_main.cpp.o.d -o tools/clang/tools/driver/CMakeFiles/clang.dir/cc1as_main.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/driver/cc1as_main.cpp [4205/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXType.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXType.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXType.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXType.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DirectoryEntry.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Module.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Serialization/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexer.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXType.cpp:13: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4206/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ObjCPass.cpp.o -MF tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ObjCPass.cpp.o.d -o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ObjCPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/ObjCPass.cpp [4207/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileYAML.cpp.o -MF tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileYAML.cpp.o.d -o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileYAML.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp [4208/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/Rewrite.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/Rewrite.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/Rewrite.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/Rewrite.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CXSourceLocation.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/Rewrite.cpp:10: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4209/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ShimPass.cpp.o -MF tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ShimPass.cpp.o.d -o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ShimPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/ShimPass.cpp [4210/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldYAML.a && /usr/bin/ar qc lib/liblldYAML.a tools/lld/lib/ReaderWriter/YAML/CMakeFiles/lldYAML.dir/ReaderWriterYAML.cpp.o && /usr/bin/ranlib lib/liblldYAML.a && : [4211/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileToAtoms.cpp.o -MF tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileToAtoms.cpp.o.d -o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileToAtoms.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp [4212/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileFromAtoms.cpp.o -MF tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileFromAtoms.cpp.o.d -o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileFromAtoms.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp [4213/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/clang/tools/driver/CMakeFiles/clang.dir/cc1_main.cpp.o -MF tools/clang/tools/driver/CMakeFiles/clang.dir/cc1_main.cpp.o.d -o tools/clang/tools/driver/CMakeFiles/clang.dir/cc1_main.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/driver/cc1_main.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LangOptions.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/OpenCLOptions.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/TargetOptions.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/driver/cc1_main.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4214/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/clang/tools/driver/CMakeFiles/clang.dir/driver.cpp.o tools/clang/tools/driver/CMakeFiles/clang.dir/cc1_main.cpp.o tools/clang/tools/driver/CMakeFiles/clang.dir/cc1as_main.cpp.o tools/clang/tools/driver/CMakeFiles/clang.dir/cc1gen_reproducer_main.cpp.o -o bin/clang-13 -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libclang-cpp.so.1.0 lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4215/5255] /usr/local/bin/cmake -E cmake_symlink_executable bin/clang-13 bin/clang && cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/driver && /usr/local/bin/cmake -E create_symlink clang-13 /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin/clang++ && cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/driver && /usr/local/bin/cmake -E create_symlink clang-13 /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin/clang-cl && cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/driver && /usr/local/bin/cmake -E create_symlink clang-13 /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin/clang-cpp [4216/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/tools/lld -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/tools/lld -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/tools/lld/CMakeFiles/lld.dir/lld.cpp.o -MF tools/lld/tools/lld/CMakeFiles/lld.dir/lld.cpp.o.d -o tools/lld/tools/lld/CMakeFiles/lld.dir/lld.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/tools/lld/lld.cpp [4217/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -D_CINDEX_LIB_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/clang/tools/libclang/CMakeFiles/libclang.dir/Indexing.cpp.o -MF tools/clang/tools/libclang/CMakeFiles/libclang.dir/Indexing.cpp.o.d -o tools/clang/tools/libclang/CMakeFiles/libclang.dir/Indexing.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/Indexing.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/DirectoryEntry.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Basic/Module.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Serialization/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/Frontend/PCHContainerOperations.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/CIndexer.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/Indexing.cpp:10: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ [4218/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/WriterMachO.cpp.o -MF tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/WriterMachO.cpp.o.d -o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/WriterMachO.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/WriterMachO.cpp [4219/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/TLVPass.cpp.o -MF tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/TLVPass.cpp.o.d -o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/TLVPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/TLVPass.cpp [4220/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/StubsPass.cpp.o -MF tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/StubsPass.cpp.o.d -o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/StubsPass.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/lib/ReaderWriter/MachO/StubsPass.cpp [4221/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldMachO.a && /usr/bin/ar qc lib/liblldMachO.a tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler.cpp.o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler_arm.cpp.o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler_arm64.cpp.o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler_x86.cpp.o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ArchHandler_x86_64.cpp.o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/CompactUnwindPass.cpp.o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/GOTPass.cpp.o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/LayoutPass.cpp.o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachOLinkingContext.cpp.o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileBinaryReader.cpp.o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileBinaryWriter.cpp.o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileFromAtoms.cpp.o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileToAtoms.cpp.o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/MachONormalizedFileYAML.cpp.o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ObjCPass.cpp.o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/ShimPass.cpp.o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/StubsPass.cpp.o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/TLVPass.cpp.o tools/lld/lib/ReaderWriter/MachO/CMakeFiles/lldMachO.dir/WriterMachO.cpp.o && /usr/bin/ranlib lib/liblldMachO.a && : [4222/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldDriver.a && /usr/bin/ar qc lib/liblldDriver.a tools/lld/lib/Driver/CMakeFiles/lldDriver.dir/DarwinLdDriver.cpp.o && /usr/bin/ranlib lib/liblldDriver.a && : [4223/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/COFF/CMakeFiles/lldCOFF.dir/CallGraphSort.cpp.o -MF tools/lld/COFF/CMakeFiles/lldCOFF.dir/CallGraphSort.cpp.o.d -o tools/lld/COFF/CMakeFiles/lldCOFF.dir/CallGraphSort.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF/CallGraphSort.cpp [4224/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -fPIC -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 -Wl,--version-script,/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/clang/tools/libclang/libclang.map -shared -Wl,-soname,libclang.so.8.2 -o lib/libclang.so.8.2 tools/clang/tools/libclang/CMakeFiles/libclang.dir/ARCMigrate.cpp.o tools/clang/tools/libclang/CMakeFiles/libclang.dir/BuildSystem.cpp.o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndex.cpp.o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexCXX.cpp.o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexCodeCompletion.cpp.o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexDiagnostic.cpp.o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexHigh.cpp.o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexInclusionStack.cpp.o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexUSRs.cpp.o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexer.cpp.o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXComment.cpp.o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXCursor.cpp.o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXIndexDataConsumer.cpp.o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXCompilationDatabase.cpp.o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXLoadedDiagnostic.cpp.o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXSourceLocation.cpp.o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXStoredDiagnostic.cpp.o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXString.cpp.o tools/clang/tools/libclang/CMakeFiles/libclang.dir/CXType.cpp.o tools/clang/tools/libclang/CMakeFiles/libclang.dir/Indexing.cpp.o tools/clang/tools/libclang/CMakeFiles/libclang.dir/FatalErrorHandler.cpp.o tools/clang/tools/libclang/CMakeFiles/libclang.dir/Rewrite.cpp.o -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libclangAST.a lib/libclangBasic.a lib/libclangDriver.a lib/libclangFrontend.a lib/libclangIndex.a lib/libclangLex.a lib/libclangRewrite.a lib/libclangSema.a lib/libclangSerialization.a lib/libclangTooling.a lib/libclangARCMigrate.a lib/libclangFormat.a lib/libclangToolingInclusions.a lib/libclangToolingCore.a lib/libclangFrontend.a lib/libclangDriver.a lib/libclangParse.a lib/libclangRewrite.a lib/libclangSerialization.a lib/libclangSema.a lib/libclangEdit.a lib/libclangAnalysis.a lib/libclangASTMatchers.a lib/libclangAST.a lib/libclangLex.a lib/libclangBasic.a lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : [4225/5255] /usr/local/bin/cmake -E cmake_symlink_library lib/libclang.so.8.2 lib/libclang.so.8.2 lib/libclang.so && : [4226/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/COFF/CMakeFiles/lldCOFF.dir/Chunks.cpp.o -MF tools/lld/COFF/CMakeFiles/lldCOFF.dir/Chunks.cpp.o.d -o tools/lld/COFF/CMakeFiles/lldCOFF.dir/Chunks.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF/Chunks.cpp [4227/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/clang/tools/c-arcmt-test/CMakeFiles/c-arcmt-test.dir/c-arcmt-test.c.o -o bin/c-arcmt-test -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libclang.so.8.2 lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4228/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/COFF/CMakeFiles/lldCOFF.dir/ICF.cpp.o -MF tools/lld/COFF/CMakeFiles/lldCOFF.dir/ICF.cpp.o.d -o tools/lld/COFF/CMakeFiles/lldCOFF.dir/ICF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF/ICF.cpp [4229/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/COFF/CMakeFiles/lldCOFF.dir/DLL.cpp.o -MF tools/lld/COFF/CMakeFiles/lldCOFF.dir/DLL.cpp.o.d -o tools/lld/COFF/CMakeFiles/lldCOFF.dir/DLL.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF/DLL.cpp [4230/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/c-index-test.c.o tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/core_main.cpp.o -o bin/c-index-test -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libclang.so.8.2 lib/libclangAST.a lib/libclangBasic.a lib/libclangCodeGen.a lib/libclangFrontend.a lib/libclangIndex.a lib/libclangSerialization.a lib/libclangFrontend.a lib/libclangDriver.a lib/libclangParse.a lib/libclangSerialization.a lib/libclangSema.a lib/libclangAnalysis.a lib/libclangASTMatchers.a lib/libclangEdit.a lib/libclangAST.a lib/libclangFormat.a lib/libclangToolingInclusions.a lib/libclangToolingCore.a lib/libclangRewrite.a lib/libclangLex.a lib/libclangBasic.a lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/c-index-test.c.o: In function `PrintCursor.isra.22': c-index-test.c:(.text.PrintCursor.isra.22+0x10c8): warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4231/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/COFF/CMakeFiles/lldCOFF.dir/DebugTypes.cpp.o -MF tools/lld/COFF/CMakeFiles/lldCOFF.dir/DebugTypes.cpp.o.d -o tools/lld/COFF/CMakeFiles/lldCOFF.dir/DebugTypes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF/DebugTypes.cpp [4232/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/COFF/CMakeFiles/lldCOFF.dir/LLDMapFile.cpp.o -MF tools/lld/COFF/CMakeFiles/lldCOFF.dir/LLDMapFile.cpp.o.d -o tools/lld/COFF/CMakeFiles/lldCOFF.dir/LLDMapFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF/LLDMapFile.cpp [4233/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/COFF/CMakeFiles/lldCOFF.dir/DriverUtils.cpp.o -MF tools/lld/COFF/CMakeFiles/lldCOFF.dir/DriverUtils.cpp.o.d -o tools/lld/COFF/CMakeFiles/lldCOFF.dir/DriverUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF/DriverUtils.cpp [4234/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/COFF/CMakeFiles/lldCOFF.dir/MarkLive.cpp.o -MF tools/lld/COFF/CMakeFiles/lldCOFF.dir/MarkLive.cpp.o.d -o tools/lld/COFF/CMakeFiles/lldCOFF.dir/MarkLive.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF/MarkLive.cpp [4235/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/COFF/CMakeFiles/lldCOFF.dir/MapFile.cpp.o -MF tools/lld/COFF/CMakeFiles/lldCOFF.dir/MapFile.cpp.o.d -o tools/lld/COFF/CMakeFiles/lldCOFF.dir/MapFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF/MapFile.cpp [4236/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/COFF/CMakeFiles/lldCOFF.dir/MinGW.cpp.o -MF tools/lld/COFF/CMakeFiles/lldCOFF.dir/MinGW.cpp.o.d -o tools/lld/COFF/CMakeFiles/lldCOFF.dir/MinGW.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF/MinGW.cpp [4237/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/COFF/CMakeFiles/lldCOFF.dir/Symbols.cpp.o -MF tools/lld/COFF/CMakeFiles/lldCOFF.dir/Symbols.cpp.o.d -o tools/lld/COFF/CMakeFiles/lldCOFF.dir/Symbols.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF/Symbols.cpp [4238/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/COFF/CMakeFiles/lldCOFF.dir/LTO.cpp.o -MF tools/lld/COFF/CMakeFiles/lldCOFF.dir/LTO.cpp.o.d -o tools/lld/COFF/CMakeFiles/lldCOFF.dir/LTO.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF/LTO.cpp [4239/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/COFF/CMakeFiles/lldCOFF.dir/PDB.cpp.o -MF tools/lld/COFF/CMakeFiles/lldCOFF.dir/PDB.cpp.o.d -o tools/lld/COFF/CMakeFiles/lldCOFF.dir/PDB.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF/PDB.cpp [4240/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/AArch64ErrataFix.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/AArch64ErrataFix.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/AArch64ErrataFix.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/AArch64ErrataFix.cpp [4241/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/AMDGPU.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/AMDGPU.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/AMDGPU.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/Arch/AMDGPU.cpp [4242/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/COFF/CMakeFiles/lldCOFF.dir/InputFiles.cpp.o -MF tools/lld/COFF/CMakeFiles/lldCOFF.dir/InputFiles.cpp.o.d -o tools/lld/COFF/CMakeFiles/lldCOFF.dir/InputFiles.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF/InputFiles.cpp [4243/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/AArch64.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/AArch64.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/AArch64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/Arch/AArch64.cpp [4244/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/COFF/CMakeFiles/lldCOFF.dir/Driver.cpp.o -MF tools/lld/COFF/CMakeFiles/lldCOFF.dir/Driver.cpp.o.d -o tools/lld/COFF/CMakeFiles/lldCOFF.dir/Driver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF/Driver.cpp [4245/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/COFF/CMakeFiles/lldCOFF.dir/SymbolTable.cpp.o -MF tools/lld/COFF/CMakeFiles/lldCOFF.dir/SymbolTable.cpp.o.d -o tools/lld/COFF/CMakeFiles/lldCOFF.dir/SymbolTable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF/SymbolTable.cpp [4246/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/COFF/CMakeFiles/lldCOFF.dir/Writer.cpp.o -MF tools/lld/COFF/CMakeFiles/lldCOFF.dir/Writer.cpp.o.d -o tools/lld/COFF/CMakeFiles/lldCOFF.dir/Writer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/COFF/Writer.cpp [4247/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldCOFF.a && /usr/bin/ar qc lib/liblldCOFF.a tools/lld/COFF/CMakeFiles/lldCOFF.dir/CallGraphSort.cpp.o tools/lld/COFF/CMakeFiles/lldCOFF.dir/Chunks.cpp.o tools/lld/COFF/CMakeFiles/lldCOFF.dir/DebugTypes.cpp.o tools/lld/COFF/CMakeFiles/lldCOFF.dir/DLL.cpp.o tools/lld/COFF/CMakeFiles/lldCOFF.dir/Driver.cpp.o tools/lld/COFF/CMakeFiles/lldCOFF.dir/DriverUtils.cpp.o tools/lld/COFF/CMakeFiles/lldCOFF.dir/ICF.cpp.o tools/lld/COFF/CMakeFiles/lldCOFF.dir/InputFiles.cpp.o tools/lld/COFF/CMakeFiles/lldCOFF.dir/LLDMapFile.cpp.o tools/lld/COFF/CMakeFiles/lldCOFF.dir/LTO.cpp.o tools/lld/COFF/CMakeFiles/lldCOFF.dir/MapFile.cpp.o tools/lld/COFF/CMakeFiles/lldCOFF.dir/MarkLive.cpp.o tools/lld/COFF/CMakeFiles/lldCOFF.dir/MinGW.cpp.o tools/lld/COFF/CMakeFiles/lldCOFF.dir/PDB.cpp.o tools/lld/COFF/CMakeFiles/lldCOFF.dir/SymbolTable.cpp.o tools/lld/COFF/CMakeFiles/lldCOFF.dir/Symbols.cpp.o tools/lld/COFF/CMakeFiles/lldCOFF.dir/Writer.cpp.o && /usr/bin/ranlib lib/liblldCOFF.a && : [4248/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/AVR.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/AVR.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/AVR.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/Arch/AVR.cpp [4249/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/MSP430.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/MSP430.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/MSP430.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/Arch/MSP430.cpp [4250/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/MipsArchTree.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/MipsArchTree.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/MipsArchTree.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/Arch/MipsArchTree.cpp [4251/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/ARM.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/ARM.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/ARM.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/Arch/ARM.cpp [4252/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/Hexagon.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/Hexagon.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/Hexagon.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/Arch/Hexagon.cpp [4253/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/PPC.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/PPC.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/PPC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/Arch/PPC.cpp [4254/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/Mips.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/Mips.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/Mips.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/Arch/Mips.cpp [4255/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/SPARCV9.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/SPARCV9.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/SPARCV9.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/Arch/SPARCV9.cpp [4256/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/RISCV.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/RISCV.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/RISCV.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/Arch/RISCV.cpp [4257/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/X86.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/X86.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/X86.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/Arch/X86.cpp [4258/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/PPC64.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/PPC64.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/PPC64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/Arch/PPC64.cpp [4259/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/CallGraphSort.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/CallGraphSort.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/CallGraphSort.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/CallGraphSort.cpp [4260/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/X86_64.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/X86_64.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/X86_64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/Arch/X86_64.cpp [4261/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/EhFrame.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/EhFrame.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/EhFrame.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/EhFrame.cpp [4262/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/ARMErrataFix.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/ARMErrataFix.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/ARMErrataFix.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/ARMErrataFix.cpp [4263/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/DriverUtils.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/DriverUtils.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/DriverUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/DriverUtils.cpp [4264/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/DWARF.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/DWARF.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/DWARF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/DWARF.cpp [4265/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/ICF.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/ICF.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/ICF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/ICF.cpp [4266/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/MapFile.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/MapFile.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/MapFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/MapFile.cpp [4267/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/LinkerScript.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/LinkerScript.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/LinkerScript.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/LinkerScript.cpp [4268/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/MarkLive.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/MarkLive.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/MarkLive.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/MarkLive.cpp [4269/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/LTO.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/LTO.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/LTO.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/LTO.cpp [4270/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/ScriptLexer.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/ScriptLexer.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/ScriptLexer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/ScriptLexer.cpp [4271/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/InputSection.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/InputSection.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/InputSection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/InputSection.cpp [4272/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/Symbols.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/Symbols.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/Symbols.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/Symbols.cpp [4273/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/SymbolTable.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/SymbolTable.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/SymbolTable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/SymbolTable.cpp [4274/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/ScriptParser.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/ScriptParser.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/ScriptParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/ScriptParser.cpp [4275/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/Driver.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/Driver.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/Driver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/Driver.cpp [4276/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/OutputSections.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/OutputSections.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/OutputSections.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/OutputSections.cpp [4277/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/Target.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/Target.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/Target.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/Target.cpp [4278/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/MinGW -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/MinGW -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/MinGW/CMakeFiles/lldMinGW.dir/Driver.cpp.o -MF tools/lld/MinGW/CMakeFiles/lldMinGW.dir/Driver.cpp.o.d -o tools/lld/MinGW/CMakeFiles/lldMinGW.dir/Driver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/MinGW/Driver.cpp [4279/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldMinGW.a && /usr/bin/ar qc lib/liblldMinGW.a tools/lld/MinGW/CMakeFiles/lldMinGW.dir/Driver.cpp.o && /usr/bin/ranlib lib/liblldMinGW.a && : [4280/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/Thunks.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/Thunks.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/Thunks.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/Thunks.cpp [4281/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/Relocations.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/Relocations.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/Relocations.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/Relocations.cpp [4282/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/InputFiles.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/InputFiles.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/InputFiles.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/InputFiles.cpp [4283/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/wasm/CMakeFiles/lldWasm.dir/InputChunks.cpp.o -MF tools/lld/wasm/CMakeFiles/lldWasm.dir/InputChunks.cpp.o.d -o tools/lld/wasm/CMakeFiles/lldWasm.dir/InputChunks.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm/InputChunks.cpp [4284/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/wasm/CMakeFiles/lldWasm.dir/Driver.cpp.o -MF tools/lld/wasm/CMakeFiles/lldWasm.dir/Driver.cpp.o.d -o tools/lld/wasm/CMakeFiles/lldWasm.dir/Driver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm/Driver.cpp [4285/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/wasm/CMakeFiles/lldWasm.dir/LTO.cpp.o -MF tools/lld/wasm/CMakeFiles/lldWasm.dir/LTO.cpp.o.d -o tools/lld/wasm/CMakeFiles/lldWasm.dir/LTO.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm/LTO.cpp [4286/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/wasm/CMakeFiles/lldWasm.dir/MarkLive.cpp.o -MF tools/lld/wasm/CMakeFiles/lldWasm.dir/MarkLive.cpp.o.d -o tools/lld/wasm/CMakeFiles/lldWasm.dir/MarkLive.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm/MarkLive.cpp [4287/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/wasm/CMakeFiles/lldWasm.dir/InputFiles.cpp.o -MF tools/lld/wasm/CMakeFiles/lldWasm.dir/InputFiles.cpp.o.d -o tools/lld/wasm/CMakeFiles/lldWasm.dir/InputFiles.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm/InputFiles.cpp [4288/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/wasm/CMakeFiles/lldWasm.dir/MapFile.cpp.o -MF tools/lld/wasm/CMakeFiles/lldWasm.dir/MapFile.cpp.o.d -o tools/lld/wasm/CMakeFiles/lldWasm.dir/MapFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm/MapFile.cpp [4289/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/wasm/CMakeFiles/lldWasm.dir/OutputSections.cpp.o -MF tools/lld/wasm/CMakeFiles/lldWasm.dir/OutputSections.cpp.o.d -o tools/lld/wasm/CMakeFiles/lldWasm.dir/OutputSections.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm/OutputSections.cpp [4290/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/wasm/CMakeFiles/lldWasm.dir/OutputSegment.cpp.o -MF tools/lld/wasm/CMakeFiles/lldWasm.dir/OutputSegment.cpp.o.d -o tools/lld/wasm/CMakeFiles/lldWasm.dir/OutputSegment.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm/OutputSegment.cpp [4291/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/wasm/CMakeFiles/lldWasm.dir/WriterUtils.cpp.o -MF tools/lld/wasm/CMakeFiles/lldWasm.dir/WriterUtils.cpp.o.d -o tools/lld/wasm/CMakeFiles/lldWasm.dir/WriterUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm/WriterUtils.cpp [4292/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source && /usr/local/bin/cmake -DNAMES=LLDB -DLLDB_SOURCE_DIR= -DHEADER_FILE=/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/VCSVersion.inc -P /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/cmake/modules/GenerateVersionFromVCS.cmake [4293/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/Writer.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/Writer.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/Writer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/Writer.cpp [4294/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/wasm/CMakeFiles/lldWasm.dir/Relocations.cpp.o -MF tools/lld/wasm/CMakeFiles/lldWasm.dir/Relocations.cpp.o.d -o tools/lld/wasm/CMakeFiles/lldWasm.dir/Relocations.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm/Relocations.cpp [4295/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/CMakeFiles/lldbBase.dir/lldb.cpp.o -MF tools/lldb/source/CMakeFiles/lldbBase.dir/lldb.cpp.o.d -o tools/lldb/source/CMakeFiles/lldbBase.dir/lldb.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/lldb.cpp [4296/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/ELF/CMakeFiles/lldELF.dir/SyntheticSections.cpp.o -MF tools/lld/ELF/CMakeFiles/lldELF.dir/SyntheticSections.cpp.o.d -o tools/lld/ELF/CMakeFiles/lldELF.dir/SyntheticSections.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/ELF/SyntheticSections.cpp [4297/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbBase.a && /usr/bin/ar qc lib/liblldbBase.a tools/lldb/source/CMakeFiles/lldbBase.dir/lldb.cpp.o && /usr/bin/ranlib lib/liblldbBase.a && : [4298/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldELF.a && /usr/bin/ar qc lib/liblldELF.a tools/lld/ELF/CMakeFiles/lldELF.dir/AArch64ErrataFix.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/AArch64.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/AMDGPU.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/ARM.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/AVR.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/Hexagon.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/Mips.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/MipsArchTree.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/MSP430.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/PPC.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/PPC64.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/RISCV.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/SPARCV9.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/X86.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/Arch/X86_64.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/ARMErrataFix.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/CallGraphSort.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/DWARF.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/Driver.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/DriverUtils.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/EhFrame.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/ICF.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/InputFiles.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/InputSection.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/LTO.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/LinkerScript.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/MapFile.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/MarkLive.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/OutputSections.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/Relocations.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/ScriptLexer.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/ScriptParser.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/SymbolTable.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/Symbols.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/SyntheticSections.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/Target.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/Thunks.cpp.o tools/lld/ELF/CMakeFiles/lldELF.dir/Writer.cpp.o && /usr/bin/ranlib lib/liblldELF.a && : [4299/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/wasm/CMakeFiles/lldWasm.dir/Symbols.cpp.o -MF tools/lld/wasm/CMakeFiles/lldWasm.dir/Symbols.cpp.o.d -o tools/lld/wasm/CMakeFiles/lldWasm.dir/Symbols.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm/Symbols.cpp [4300/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointID.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointID.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointID.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/BreakpointID.cpp [4301/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/wasm/CMakeFiles/lldWasm.dir/SyntheticSections.cpp.o -MF tools/lld/wasm/CMakeFiles/lldWasm.dir/SyntheticSections.cpp.o.d -o tools/lld/wasm/CMakeFiles/lldWasm.dir/SyntheticSections.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm/SyntheticSections.cpp [4302/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/wasm/CMakeFiles/lldWasm.dir/SymbolTable.cpp.o -MF tools/lld/wasm/CMakeFiles/lldWasm.dir/SymbolTable.cpp.o.d -o tools/lld/wasm/CMakeFiles/lldWasm.dir/SymbolTable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm/SymbolTable.cpp [4303/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointIDList.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointIDList.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointIDList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/BreakpointIDList.cpp [4304/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointList.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointList.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/BreakpointList.cpp [4305/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointLocationCollection.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointLocationCollection.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointLocationCollection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/BreakpointLocationCollection.cpp [4306/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/Breakpoint.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/Breakpoint.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/Breakpoint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/Breakpoint.cpp [4307/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointName.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointName.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointName.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/BreakpointName.cpp [4308/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointPrecondition.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointPrecondition.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointPrecondition.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/BreakpointPrecondition.cpp [4309/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointLocation.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointLocation.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointLocation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/BreakpointLocation.cpp [4310/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointLocationList.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointLocationList.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointLocationList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/BreakpointLocationList.cpp [4311/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DLLD_ENABLE_COFF=1 -DLLD_ENABLE_MINGW=1 -DLLD_ENABLE_WASM=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lld/wasm/CMakeFiles/lldWasm.dir/Writer.cpp.o -MF tools/lld/wasm/CMakeFiles/lldWasm.dir/Writer.cpp.o.d -o tools/lld/wasm/CMakeFiles/lldWasm.dir/Writer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lld/wasm/Writer.cpp [4312/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldWasm.a && /usr/bin/ar qc lib/liblldWasm.a tools/lld/wasm/CMakeFiles/lldWasm.dir/Driver.cpp.o tools/lld/wasm/CMakeFiles/lldWasm.dir/InputChunks.cpp.o tools/lld/wasm/CMakeFiles/lldWasm.dir/InputFiles.cpp.o tools/lld/wasm/CMakeFiles/lldWasm.dir/LTO.cpp.o tools/lld/wasm/CMakeFiles/lldWasm.dir/MapFile.cpp.o tools/lld/wasm/CMakeFiles/lldWasm.dir/MarkLive.cpp.o tools/lld/wasm/CMakeFiles/lldWasm.dir/OutputSections.cpp.o tools/lld/wasm/CMakeFiles/lldWasm.dir/OutputSegment.cpp.o tools/lld/wasm/CMakeFiles/lldWasm.dir/Relocations.cpp.o tools/lld/wasm/CMakeFiles/lldWasm.dir/SymbolTable.cpp.o tools/lld/wasm/CMakeFiles/lldWasm.dir/Symbols.cpp.o tools/lld/wasm/CMakeFiles/lldWasm.dir/SyntheticSections.cpp.o tools/lld/wasm/CMakeFiles/lldWasm.dir/Writer.cpp.o tools/lld/wasm/CMakeFiles/lldWasm.dir/WriterUtils.cpp.o && /usr/bin/ranlib lib/liblldWasm.a && : [4313/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/lld/tools/lld/CMakeFiles/lld.dir/lld.cpp.o -o bin/lld -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/liblldCommon.a lib/liblldCOFF.a lib/liblldDriver.a lib/liblldELF.a lib/liblldMinGW.a lib/liblldWasm.a lib/liblldMachO.a lib/liblldReaderWriter.a lib/liblldYAML.a lib/liblldCore.a lib/liblldCOFF.a lib/liblldCommon.a lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/tools/lld && /usr/local/bin/cmake -E create_symlink lld /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin/lld-link && cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/tools/lld && /usr/local/bin/cmake -E create_symlink lld /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin/ld.lld && cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/tools/lld && /usr/local/bin/cmake -E create_symlink lld /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin/ld64.lld && cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/tools/lld && /usr/local/bin/cmake -E create_symlink lld /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin/ld64.lld.darwinnew && cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/tools/lld && /usr/local/bin/cmake -E create_symlink lld /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin/ld64.lld.darwinold && cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lld/tools/lld && /usr/local/bin/cmake -E create_symlink lld /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin/wasm-ld lib/liblldCOFF.a(Writer.cpp.o): In function `lld::coff::OutputSection::writeHeaderTo(unsigned char*)': Writer.cpp:(.text._ZN3lld4coff13OutputSection13writeHeaderToEPh+0x60): warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4314/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverAddress.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverAddress.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverAddress.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/BreakpointResolverAddress.cpp [4315/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointOptions.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointOptions.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointOptions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/BreakpointOptions.cpp [4316/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverFileLine.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverFileLine.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverFileLine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp [4317/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverFileRegex.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverFileRegex.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverFileRegex.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp [4318/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointSite.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointSite.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointSite.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/BreakpointSite.cpp [4319/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/Stoppoint.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/Stoppoint.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/Stoppoint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/Stoppoint.cpp [4320/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/StoppointCallbackContext.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/StoppointCallbackContext.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/StoppointCallbackContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/StoppointCallbackContext.cpp [4321/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/StoppointSite.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/StoppointSite.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/StoppointSite.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/StoppointSite.cpp [4322/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointSiteList.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointSiteList.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointSiteList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/BreakpointSiteList.cpp [4323/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolver.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolver.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/BreakpointResolver.cpp [4324/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverScripted.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverScripted.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverScripted.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/BreakpointResolverScripted.cpp [4325/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverName.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverName.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverName.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/BreakpointResolverName.cpp [4326/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/WatchpointList.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/WatchpointList.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/WatchpointList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/WatchpointList.cpp [4327/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/WatchpointOptions.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/WatchpointOptions.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/WatchpointOptions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/WatchpointOptions.cpp [4328/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectApropos.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectApropos.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectApropos.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectApropos.cpp [4329/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/Watchpoint.cpp.o -MF tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/Watchpoint.cpp.o.d -o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/Watchpoint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Breakpoint/Watchpoint.cpp [4330/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectBreakpointCommand.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectBreakpointCommand.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectBreakpointCommand.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectBreakpointCommand.cpp [4331/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandCompletions.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandCompletions.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandCompletions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandCompletions.cpp [4332/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectCommands.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectCommands.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectCommands.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectCommands.cpp [4333/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectGUI.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectGUI.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectGUI.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectGUI.cpp [4334/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectDisassemble.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectDisassemble.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectDisassemble.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectDisassemble.cpp [4335/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectBreakpoint.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectBreakpoint.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectBreakpoint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectBreakpoint.cpp [4336/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectExpression.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectExpression.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectExpression.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectExpression.cpp [4337/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectHelp.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectHelp.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectHelp.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectHelp.cpp [4338/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectLanguage.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectLanguage.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectLanguage.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectLanguage.cpp [4339/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectFrame.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectFrame.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectFrame.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectFrame.cpp [4340/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectLog.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectLog.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectLog.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectLog.cpp [4341/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectMemoryTag.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectMemoryTag.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectMemoryTag.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectMemoryTag.cpp [4342/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectMultiword.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectMultiword.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectMultiword.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectMultiword.cpp [4343/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectPlugin.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectPlugin.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectPlugin.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectPlugin.cpp [4344/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectMemory.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectMemory.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectMemory.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectMemory.cpp [4345/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectRegexCommand.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectRegexCommand.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectRegexCommand.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectRegexCommand.cpp [4346/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectPlatform.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectPlatform.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectPlatform.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectPlatform.cpp [4347/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectQuit.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectQuit.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectQuit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectQuit.cpp [4348/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectProcess.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectProcess.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectProcess.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectProcess.cpp [4349/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectScript.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectScript.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectScript.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectScript.cpp [4350/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectRegister.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectRegister.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectRegister.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectRegister.cpp [4351/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectReproducer.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectReproducer.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectReproducer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectReproducer.cpp [4352/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectStats.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectStats.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectStats.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectStats.cpp [4353/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectSession.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectSession.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectSession.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectSession.cpp [4354/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectSettings.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectSettings.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectSettings.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectSettings.cpp [4355/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectSource.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectSource.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectSource.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectSource.cpp [4356/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectVersion.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectVersion.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectVersion.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectVersion.cpp [4357/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectThreadUtil.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectThreadUtil.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectThreadUtil.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectThreadUtil.cpp [4358/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectTrace.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectTrace.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectTrace.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectTrace.cpp [4359/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandOptionsProcessLaunch.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandOptionsProcessLaunch.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandOptionsProcessLaunch.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandOptionsProcessLaunch.cpp [4360/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectThread.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectThread.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectThread.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectThread.cpp [4361/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectWatchpointCommand.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectWatchpointCommand.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectWatchpointCommand.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectWatchpointCommand.cpp [4362/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectWatchpoint.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectWatchpoint.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectWatchpoint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectWatchpoint.cpp [4363/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/AddressResolver.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/AddressResolver.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/AddressResolver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/AddressResolver.cpp [4364/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectTarget.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectTarget.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectTarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectTarget.cpp [4365/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Address.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Address.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Address.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/Address.cpp [4366/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/AddressRange.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/AddressRange.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/AddressRange.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/AddressRange.cpp [4367/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/AddressResolverFileLine.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/AddressResolverFileLine.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/AddressResolverFileLine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/AddressResolverFileLine.cpp [4368/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Declaration.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Declaration.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Declaration.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/Declaration.cpp [4369/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectType.cpp.o -MF tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectType.cpp.o.d -o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectType.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Commands/CommandObjectType.cpp [4370/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DumpRegisterValue.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DumpRegisterValue.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DumpRegisterValue.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/DumpRegisterValue.cpp [4371/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Communication.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Communication.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Communication.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/Communication.cpp [4372/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/FileSpecList.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/FileSpecList.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/FileSpecList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/FileSpecList.cpp [4373/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/FileLineResolver.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/FileLineResolver.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/FileLineResolver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/FileLineResolver.cpp [4374/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DynamicLoader.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DynamicLoader.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DynamicLoader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/DynamicLoader.cpp [4375/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DumpDataExtractor.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DumpDataExtractor.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DumpDataExtractor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/DumpDataExtractor.cpp [4376/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/EmulateInstruction.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/EmulateInstruction.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/EmulateInstruction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/EmulateInstruction.cpp [4377/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Disassembler.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Disassembler.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Disassembler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/Disassembler.cpp [4378/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ModuleChild.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ModuleChild.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ModuleChild.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/ModuleChild.cpp [4379/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Debugger.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Debugger.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Debugger.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/Debugger.cpp [4380/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Highlighter.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Highlighter.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Highlighter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/Highlighter.cpp [4381/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Opcode.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Opcode.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Opcode.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/Opcode.cpp [4382/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/IOHandler.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/IOHandler.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/IOHandler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/IOHandler.cpp [4383/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Mangled.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Mangled.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Mangled.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/Mangled.cpp [4384/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/FormatEntity.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/FormatEntity.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/FormatEntity.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/FormatEntity.cpp [4385/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Progress.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Progress.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Progress.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/Progress.cpp [4386/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ModuleList.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ModuleList.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ModuleList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/ModuleList.cpp [4387/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Module.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Module.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Module.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/Module.cpp [4388/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/SourceLocationSpec.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/SourceLocationSpec.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/SourceLocationSpec.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/SourceLocationSpec.cpp [4389/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/RichManglingContext.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/RichManglingContext.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/RichManglingContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/RichManglingContext.cpp [4390/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Section.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Section.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Section.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/Section.cpp [4391/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/UserSettingsController.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/UserSettingsController.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/UserSettingsController.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/UserSettingsController.cpp [4392/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/PluginManager.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/PluginManager.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/PluginManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/PluginManager.cpp [4393/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/IOHandlerCursesGUI.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/IOHandlerCursesGUI.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/IOHandlerCursesGUI.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/IOHandlerCursesGUI.cpp [4394/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/SearchFilter.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/SearchFilter.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/SearchFilter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/SearchFilter.cpp [4395/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/StreamFile.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/StreamFile.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/StreamFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/StreamFile.cpp [4396/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/StreamAsynchronousIO.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/StreamAsynchronousIO.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/StreamAsynchronousIO.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/StreamAsynchronousIO.cpp [4397/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/SourceManager.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/SourceManager.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/SourceManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/SourceManager.cpp [4398/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Value.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Value.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Value.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/Value.cpp [4399/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectConstResultCast.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectConstResultCast.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectConstResultCast.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/ValueObjectConstResultCast.cpp [4400/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectCast.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectCast.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectCast.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/ValueObjectCast.cpp [4401/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectChild.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectChild.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectChild.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/ValueObjectChild.cpp [4402/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectConstResult.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectConstResult.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectConstResult.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/ValueObjectConstResult.cpp [4403/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectConstResultChild.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectConstResultChild.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectConstResultChild.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/ValueObjectConstResultChild.cpp [4404/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectConstResultImpl.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectConstResultImpl.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectConstResultImpl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/ValueObjectConstResultImpl.cpp [4405/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObject.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObject.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObject.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/ValueObject.cpp [4406/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectDynamicValue.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectDynamicValue.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectDynamicValue.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/ValueObjectDynamicValue.cpp [4407/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectList.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectList.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/ValueObjectList.cpp [4408/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectMemory.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectMemory.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectMemory.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/ValueObjectMemory.cpp [4409/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectUpdater.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectUpdater.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectUpdater.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/ValueObjectUpdater.cpp [4410/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectRegister.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectRegister.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectRegister.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/ValueObjectRegister.cpp [4411/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectSyntheticFilter.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectSyntheticFilter.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectSyntheticFilter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/ValueObjectSyntheticFilter.cpp [4412/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/FormatCache.cpp.o -MF tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/FormatCache.cpp.o.d -o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/FormatCache.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters/FormatCache.cpp [4413/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/CXXFunctionPointer.cpp.o -MF tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/CXXFunctionPointer.cpp.o.d -o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/CXXFunctionPointer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters/CXXFunctionPointer.cpp [4414/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectVariable.cpp.o -MF tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectVariable.cpp.o.d -o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectVariable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Core/ValueObjectVariable.cpp [4415/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/DumpValueObjectOptions.cpp.o -MF tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/DumpValueObjectOptions.cpp.o.d -o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/DumpValueObjectOptions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters/DumpValueObjectOptions.cpp [4416/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/FormatClasses.cpp.o -MF tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/FormatClasses.cpp.o.d -o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/FormatClasses.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters/FormatClasses.cpp [4417/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/DataVisualization.cpp.o -MF tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/DataVisualization.cpp.o.d -o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/DataVisualization.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters/DataVisualization.cpp [4418/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/LanguageCategory.cpp.o -MF tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/LanguageCategory.cpp.o.d -o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/LanguageCategory.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters/LanguageCategory.cpp [4419/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/FormattersHelpers.cpp.o -MF tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/FormattersHelpers.cpp.o.d -o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/FormattersHelpers.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters/FormattersHelpers.cpp [4420/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/FormatManager.cpp.o -MF tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/FormatManager.cpp.o.d -o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/FormatManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters/FormatManager.cpp [4421/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/StringPrinter.cpp.o -MF tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/StringPrinter.cpp.o.d -o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/StringPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters/StringPrinter.cpp [4422/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/DiagnosticManager.cpp.o -MF tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/DiagnosticManager.cpp.o.d -o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/DiagnosticManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression/DiagnosticManager.cpp [4423/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeCategoryMap.cpp.o -MF tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeCategoryMap.cpp.o.d -o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeCategoryMap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters/TypeCategoryMap.cpp [4424/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeFormat.cpp.o -MF tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeFormat.cpp.o.d -o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeFormat.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters/TypeFormat.cpp [4425/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeSummary.cpp.o -MF tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeSummary.cpp.o.d -o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeSummary.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters/TypeSummary.cpp [4426/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeCategory.cpp.o -MF tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeCategory.cpp.o.d -o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeCategory.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters/TypeCategory.cpp [4427/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeSynthetic.cpp.o -MF tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeSynthetic.cpp.o.d -o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeSynthetic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters/TypeSynthetic.cpp [4428/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/ValueObjectPrinter.cpp.o -MF tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/ValueObjectPrinter.cpp.o.d -o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/ValueObjectPrinter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters/ValueObjectPrinter.cpp [4429/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/VectorType.cpp.o -MF tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/VectorType.cpp.o.d -o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/VectorType.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/DataFormatters/VectorType.cpp [4430/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/Expression.cpp.o -MF tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/Expression.cpp.o.d -o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/Expression.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression/Expression.cpp [4431/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/ExpressionVariable.cpp.o -MF tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/ExpressionVariable.cpp.o.d -o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/ExpressionVariable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression/ExpressionVariable.cpp [4432/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/FunctionCaller.cpp.o -MF tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/FunctionCaller.cpp.o.d -o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/FunctionCaller.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression/FunctionCaller.cpp [4433/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/IRMemoryMap.cpp.o -MF tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/IRMemoryMap.cpp.o.d -o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/IRMemoryMap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression/IRMemoryMap.cpp [4434/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/IRExecutionUnit.cpp.o -MF tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/IRExecutionUnit.cpp.o.d -o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/IRExecutionUnit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression/IRExecutionUnit.cpp [4435/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/Materializer.cpp.o -MF tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/Materializer.cpp.o.d -o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/Materializer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression/Materializer.cpp [4436/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/FileAction.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/FileAction.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/FileAction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/FileAction.cpp [4437/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/IRInterpreter.cpp.o -MF tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/IRInterpreter.cpp.o.d -o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/IRInterpreter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression/IRInterpreter.cpp [4438/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/FileCache.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/FileCache.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/FileCache.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/FileCache.cpp [4439/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/GetOptInc.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/GetOptInc.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/GetOptInc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/GetOptInc.cpp [4440/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/REPL.cpp.o -MF tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/REPL.cpp.o.d -o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/REPL.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression/REPL.cpp [4441/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/File.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/File.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/File.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/File.cpp [4442/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/UtilityFunction.cpp.o -MF tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/UtilityFunction.cpp.o.d -o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/UtilityFunction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression/UtilityFunction.cpp [4443/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/HostInfoBase.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/HostInfoBase.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/HostInfoBase.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/HostInfoBase.cpp [4444/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/LLVMUserExpression.cpp.o -MF tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/LLVMUserExpression.cpp.o.d -o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/LLVMUserExpression.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression/LLVMUserExpression.cpp [4445/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/HostProcess.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/HostProcess.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/HostProcess.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/HostProcess.cpp [4446/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/HostNativeThreadBase.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/HostNativeThreadBase.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/HostNativeThreadBase.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/HostNativeThreadBase.cpp [4447/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/DWARFExpression.cpp.o -MF tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/DWARFExpression.cpp.o.d -o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/DWARFExpression.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression/DWARFExpression.cpp [4448/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/HostThread.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/HostThread.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/HostThread.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/HostThread.cpp [4449/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/FileSystem.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/FileSystem.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/FileSystem.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/FileSystem.cpp [4450/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/UserExpression.cpp.o -MF tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/UserExpression.cpp.o.d -o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/UserExpression.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Expression/UserExpression.cpp [4451/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/LZMA.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/LZMA.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/LZMA.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/LZMA.cpp [4452/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/Host.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/Host.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/Host.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/Host.cpp [4453/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/LockFileBase.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/LockFileBase.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/LockFileBase.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/LockFileBase.cpp [4454/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/MainLoop.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/MainLoop.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/MainLoop.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/MainLoop.cpp [4455/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/PipeBase.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/PipeBase.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/PipeBase.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/PipeBase.cpp [4456/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/OptionParser.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/OptionParser.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/OptionParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/OptionParser.cpp [4457/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeWatchpointList.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeWatchpointList.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeWatchpointList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/NativeWatchpointList.cpp [4458/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/ProcessRunLock.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/ProcessRunLock.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/ProcessRunLock.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/ProcessRunLock.cpp [4459/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/SocketAddress.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/SocketAddress.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/SocketAddress.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/SocketAddress.cpp [4460/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/StringConvert.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/StringConvert.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/StringConvert.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/StringConvert.cpp [4461/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeThreadProtocol.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeThreadProtocol.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeThreadProtocol.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/NativeThreadProtocol.cpp [4462/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeRegisterContext.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeRegisterContext.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeRegisterContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/NativeRegisterContext.cpp [4463/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/PseudoTerminal.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/PseudoTerminal.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/PseudoTerminal.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/PseudoTerminal.cpp [4464/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/MonitoringProcessLauncher.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/MonitoringProcessLauncher.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/MonitoringProcessLauncher.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/MonitoringProcessLauncher.cpp [4465/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/Terminal.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/Terminal.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/Terminal.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/Terminal.cpp [4466/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/Socket.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/Socket.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/Socket.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/Socket.cpp [4467/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/ThreadLauncher.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/ThreadLauncher.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/ThreadLauncher.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/ThreadLauncher.cpp [4468/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/TCPSocket.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/TCPSocket.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/TCPSocket.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/TCPSocket.cpp [4469/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/UDPSocket.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/UDPSocket.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/UDPSocket.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/UDPSocket.cpp [4470/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/ProcessLaunchInfo.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/ProcessLaunchInfo.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/ProcessLaunchInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/ProcessLaunchInfo.cpp [4471/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/XML.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/XML.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/XML.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/XML.cpp [4472/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeProcessProtocol.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeProcessProtocol.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeProcessProtocol.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/NativeProcessProtocol.cpp [4473/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/DomainSocket.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/DomainSocket.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/DomainSocket.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/posix/DomainSocket.cpp [4474/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/HostThreadPosix.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/HostThreadPosix.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/HostThreadPosix.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/posix/HostThreadPosix.cpp [4475/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/FileSystemPosix.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/FileSystemPosix.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/FileSystemPosix.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/posix/FileSystemPosix.cpp [4476/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/LockFilePosix.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/LockFilePosix.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/LockFilePosix.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/posix/LockFilePosix.cpp [4477/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/HostInfoPosix.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/HostInfoPosix.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/HostInfoPosix.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/posix/HostInfoPosix.cpp [4478/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/HostProcessPosix.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/HostProcessPosix.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/HostProcessPosix.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/posix/HostProcessPosix.cpp [4479/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/Editline.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/Editline.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/Editline.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/common/Editline.cpp [4480/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/PipePosix.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/PipePosix.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/PipePosix.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/posix/PipePosix.cpp [4481/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Initialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Initialization -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/SystemInitializer.cpp.o -MF tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/SystemInitializer.cpp.o.d -o tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/SystemInitializer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Initialization/SystemInitializer.cpp [4482/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/ConnectionFileDescriptorPosix.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/ConnectionFileDescriptorPosix.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/ConnectionFileDescriptorPosix.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp [4483/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/openbsd/HostInfoOpenBSD.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/openbsd/HostInfoOpenBSD.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/openbsd/HostInfoOpenBSD.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/openbsd/HostInfoOpenBSD.cpp [4484/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/openbsd/Host.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/openbsd/Host.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/openbsd/Host.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/openbsd/Host.cpp [4485/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/ProcessLauncherPosixFork.cpp.o -MF tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/ProcessLauncherPosixFork.cpp.o.d -o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/ProcessLauncherPosixFork.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp [4486/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandHistory.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandHistory.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandHistory.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/CommandHistory.cpp [4487/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Initialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Initialization -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/SystemInitializerCommon.cpp.o -MF tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/SystemInitializerCommon.cpp.o.d -o tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/SystemInitializerCommon.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Initialization/SystemInitializerCommon.cpp [4488/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandReturnObject.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandReturnObject.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandReturnObject.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/CommandReturnObject.cpp [4489/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Initialization -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Initialization -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/SystemLifetimeManager.cpp.o -MF tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/SystemLifetimeManager.cpp.o.d -o tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/SystemLifetimeManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Initialization/SystemLifetimeManager.cpp [4490/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupArchitecture.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupArchitecture.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupArchitecture.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionGroupArchitecture.cpp [4491/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupBoolean.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupBoolean.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupBoolean.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionGroupBoolean.cpp [4492/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandOptionValidators.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandOptionValidators.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandOptionValidators.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/CommandOptionValidators.cpp [4493/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionArgParser.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionArgParser.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionArgParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionArgParser.cpp [4494/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandAlias.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandAlias.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandAlias.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/CommandAlias.cpp [4495/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupFile.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupFile.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionGroupFile.cpp [4496/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupOutputFile.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupOutputFile.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupOutputFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionGroupOutputFile.cpp [4497/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupPythonClassWithDict.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupPythonClassWithDict.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupPythonClassWithDict.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp [4498/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandObject.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandObject.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandObject.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/CommandObject.cpp [4499/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupString.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupString.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupString.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionGroupString.cpp [4500/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupUInt64.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupUInt64.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupUInt64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionGroupUInt64.cpp [4501/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupFormat.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupFormat.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupFormat.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionGroupFormat.cpp [4502/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupUUID.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupUUID.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupUUID.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionGroupUUID.cpp [4503/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueArgs.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueArgs.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueArgs.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionValueArgs.cpp [4504/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupPlatform.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupPlatform.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupPlatform.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionGroupPlatform.cpp [4505/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueArray.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueArray.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueArray.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionValueArray.cpp [4506/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueBoolean.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueBoolean.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueBoolean.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionValueBoolean.cpp [4507/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueChar.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueChar.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueChar.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionValueChar.cpp [4508/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValue.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValue.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValue.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionValue.cpp [4509/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupValueObjectDisplay.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupValueObjectDisplay.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupValueObjectDisplay.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp [4510/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandInterpreter.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandInterpreter.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandInterpreter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/CommandInterpreter.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Utility/ConstString.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Utility/FileSpec.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Core/FileSpecList.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Interpreter/CommandCompletions.h:14, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Interpreter/CommandObject.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/./Commands/CommandObjectApropos.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/CommandInterpreter.cpp:15: In member function 'size_t llvm::StringRef::find(char, size_t) const', inlined from 'void lldb_private::CommandInterpreter::OutputHelpText(lldb_private::Stream&, llvm::StringRef, llvm::StringRef, llvm::StringRef, uint32_t)' at /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/CommandInterpreter.cpp:2650:24: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/ADT/StringRef.h:319:37: warning: 'void* memchr(const void*, int, size_t)' specified size 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] if (const void *P = ::memchr(Data + FindBegin, C, Length - FindBegin)) ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4511/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueEnumeration.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueEnumeration.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueEnumeration.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionValueEnumeration.cpp [4512/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueArch.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueArch.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueArch.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionValueArch.cpp [4513/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFileSpecList.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFileSpecList.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFileSpecList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionValueFileSpecList.cpp [4514/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueDictionary.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueDictionary.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueDictionary.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionValueDictionary.cpp [4515/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValuePathMappings.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValuePathMappings.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValuePathMappings.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionValuePathMappings.cpp [4516/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFileColonLine.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFileColonLine.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFileColonLine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionValueFileColonLine.cpp [4517/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFileSpec.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFileSpec.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFileSpec.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionValueFileSpec.cpp [4518/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFormat.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFormat.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFormat.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionValueFormat.cpp [4519/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFormatEntity.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFormatEntity.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFormatEntity.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionValueFormatEntity.cpp [4520/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueRegex.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueRegex.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueRegex.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionValueRegex.cpp [4521/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueSInt64.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueSInt64.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueSInt64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionValueSInt64.cpp [4522/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueString.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueString.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueString.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionValueString.cpp [4523/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueLanguage.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueLanguage.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueLanguage.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionValueLanguage.cpp [4524/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueUInt64.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueUInt64.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueUInt64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionValueUInt64.cpp [4525/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueProperties.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueProperties.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueProperties.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionValueProperties.cpp [4526/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupWatchpoint.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupWatchpoint.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupWatchpoint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionGroupWatchpoint.cpp [4527/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueUUID.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueUUID.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueUUID.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionValueUUID.cpp [4528/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupVariable.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupVariable.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupVariable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/OptionGroupVariable.cpp [4529/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ABI/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ABI/AArch64/CMakeFiles/lldbPluginABIAArch64.dir/ABIAArch64.cpp.o -MF tools/lldb/source/Plugins/ABI/AArch64/CMakeFiles/lldbPluginABIAArch64.dir/ABIAArch64.cpp.o.d -o tools/lldb/source/Plugins/ABI/AArch64/CMakeFiles/lldbPluginABIAArch64.dir/ABIAArch64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/AArch64/ABIAArch64.cpp [4530/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/ScriptInterpreter.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/ScriptInterpreter.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/ScriptInterpreter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/ScriptInterpreter.cpp [4531/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ABI/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ABI/ARM/CMakeFiles/lldbPluginABIARM.dir/ABIARM.cpp.o -MF tools/lldb/source/Plugins/ABI/ARM/CMakeFiles/lldbPluginABIARM.dir/ABIARM.cpp.o.d -o tools/lldb/source/Plugins/ABI/ARM/CMakeFiles/lldbPluginABIARM.dir/ABIARM.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/ARM/ABIARM.cpp [4532/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/Options.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/Options.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/Options.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/Options.cpp [4533/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ABI/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ABI/AArch64/CMakeFiles/lldbPluginABIAArch64.dir/ABIMacOSX_arm64.cpp.o -MF tools/lldb/source/Plugins/ABI/AArch64/CMakeFiles/lldbPluginABIAArch64.dir/ABIMacOSX_arm64.cpp.o.d -o tools/lldb/source/Plugins/ABI/AArch64/CMakeFiles/lldbPluginABIAArch64.dir/ABIMacOSX_arm64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp [4534/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ABI/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ABI/AArch64/CMakeFiles/lldbPluginABIAArch64.dir/ABISysV_arm64.cpp.o -MF tools/lldb/source/Plugins/ABI/AArch64/CMakeFiles/lldbPluginABIAArch64.dir/ABISysV_arm64.cpp.o.d -o tools/lldb/source/Plugins/ABI/AArch64/CMakeFiles/lldbPluginABIAArch64.dir/ABISysV_arm64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.cpp [4535/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ABI/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ABI/Mips/CMakeFiles/lldbPluginABIMips.dir/ABIMips.cpp.o -MF tools/lldb/source/Plugins/ABI/Mips/CMakeFiles/lldbPluginABIMips.dir/ABIMips.cpp.o.d -o tools/lldb/source/Plugins/ABI/Mips/CMakeFiles/lldbPluginABIMips.dir/ABIMips.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/Mips/ABIMips.cpp [4536/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/Property.cpp.o -MF tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/Property.cpp.o.d -o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/Property.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/Property.cpp [4537/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ABI/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ABI/PowerPC/CMakeFiles/lldbPluginABIPowerPC.dir/ABIPowerPC.cpp.o -MF tools/lldb/source/Plugins/ABI/PowerPC/CMakeFiles/lldbPluginABIPowerPC.dir/ABIPowerPC.cpp.o.d -o tools/lldb/source/Plugins/ABI/PowerPC/CMakeFiles/lldbPluginABIPowerPC.dir/ABIPowerPC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/PowerPC/ABIPowerPC.cpp [4538/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ABI/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ABI/ARM/CMakeFiles/lldbPluginABIARM.dir/ABIMacOSX_arm.cpp.o -MF tools/lldb/source/Plugins/ABI/ARM/CMakeFiles/lldbPluginABIARM.dir/ABIMacOSX_arm.cpp.o.d -o tools/lldb/source/Plugins/ABI/ARM/CMakeFiles/lldbPluginABIARM.dir/ABIMacOSX_arm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.cpp [4539/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ABI/Hexagon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/Hexagon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ABI/Hexagon/CMakeFiles/lldbPluginABIHexagon.dir/ABISysV_hexagon.cpp.o -MF tools/lldb/source/Plugins/ABI/Hexagon/CMakeFiles/lldbPluginABIHexagon.dir/ABISysV_hexagon.cpp.o.d -o tools/lldb/source/Plugins/ABI/Hexagon/CMakeFiles/lldbPluginABIHexagon.dir/ABISysV_hexagon.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.cpp [4540/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ABI/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ABI/ARM/CMakeFiles/lldbPluginABIARM.dir/ABISysV_arm.cpp.o -MF tools/lldb/source/Plugins/ABI/ARM/CMakeFiles/lldbPluginABIARM.dir/ABISysV_arm.cpp.o.d -o tools/lldb/source/Plugins/ABI/ARM/CMakeFiles/lldbPluginABIARM.dir/ABISysV_arm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/ARM/ABISysV_arm.cpp [4541/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ABI/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ABI/Mips/CMakeFiles/lldbPluginABIMips.dir/ABISysV_mips.cpp.o -MF tools/lldb/source/Plugins/ABI/Mips/CMakeFiles/lldbPluginABIMips.dir/ABISysV_mips.cpp.o.d -o tools/lldb/source/Plugins/ABI/Mips/CMakeFiles/lldbPluginABIMips.dir/ABISysV_mips.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/Mips/ABISysV_mips.cpp [4542/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ABI/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ABI/Mips/CMakeFiles/lldbPluginABIMips.dir/ABISysV_mips64.cpp.o -MF tools/lldb/source/Plugins/ABI/Mips/CMakeFiles/lldbPluginABIMips.dir/ABISysV_mips64.cpp.o.d -o tools/lldb/source/Plugins/ABI/Mips/CMakeFiles/lldbPluginABIMips.dir/ABISysV_mips64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/Mips/ABISysV_mips64.cpp [4543/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ABI/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ABI/X86/CMakeFiles/lldbPluginABIX86.dir/ABIX86.cpp.o -MF tools/lldb/source/Plugins/ABI/X86/CMakeFiles/lldbPluginABIX86.dir/ABIX86.cpp.o.d -o tools/lldb/source/Plugins/ABI/X86/CMakeFiles/lldbPluginABIX86.dir/ABIX86.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/X86/ABIX86.cpp [4544/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ABI/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ABI/PowerPC/CMakeFiles/lldbPluginABIPowerPC.dir/ABISysV_ppc.cpp.o -MF tools/lldb/source/Plugins/ABI/PowerPC/CMakeFiles/lldbPluginABIPowerPC.dir/ABISysV_ppc.cpp.o.d -o tools/lldb/source/Plugins/ABI/PowerPC/CMakeFiles/lldbPluginABIPowerPC.dir/ABISysV_ppc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.cpp [4545/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ABI/SystemZ -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/SystemZ -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ABI/SystemZ/CMakeFiles/lldbPluginABISystemZ.dir/ABISysV_s390x.cpp.o -MF tools/lldb/source/Plugins/ABI/SystemZ/CMakeFiles/lldbPluginABISystemZ.dir/ABISysV_s390x.cpp.o.d -o tools/lldb/source/Plugins/ABI/SystemZ/CMakeFiles/lldbPluginABISystemZ.dir/ABISysV_s390x.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.cpp [4546/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Architecture/Arm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Architecture/Arm -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Architecture/Arm/CMakeFiles/lldbPluginArchitectureArm.dir/ArchitectureArm.cpp.o -MF tools/lldb/source/Plugins/Architecture/Arm/CMakeFiles/lldbPluginArchitectureArm.dir/ArchitectureArm.cpp.o.d -o tools/lldb/source/Plugins/Architecture/Arm/CMakeFiles/lldbPluginArchitectureArm.dir/ArchitectureArm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp [4547/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ABI/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ABI/X86/CMakeFiles/lldbPluginABIX86.dir/ABIMacOSX_i386.cpp.o -MF tools/lldb/source/Plugins/ABI/X86/CMakeFiles/lldbPluginABIX86.dir/ABIMacOSX_i386.cpp.o.d -o tools/lldb/source/Plugins/ABI/X86/CMakeFiles/lldbPluginABIX86.dir/ABIMacOSX_i386.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.cpp [4548/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Architecture/AArch64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Architecture/AArch64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Architecture/AArch64/CMakeFiles/lldbPluginArchitectureAArch64.dir/ArchitectureAArch64.cpp.o -MF tools/lldb/source/Plugins/Architecture/AArch64/CMakeFiles/lldbPluginArchitectureAArch64.dir/ArchitectureAArch64.cpp.o.d -o tools/lldb/source/Plugins/Architecture/AArch64/CMakeFiles/lldbPluginArchitectureAArch64.dir/ArchitectureAArch64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Architecture/AArch64/ArchitectureAArch64.cpp [4549/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ABI/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ABI/X86/CMakeFiles/lldbPluginABIX86.dir/ABISysV_i386.cpp.o -MF tools/lldb/source/Plugins/ABI/X86/CMakeFiles/lldbPluginABIX86.dir/ABISysV_i386.cpp.o.d -o tools/lldb/source/Plugins/ABI/X86/CMakeFiles/lldbPluginABIX86.dir/ABISysV_i386.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/X86/ABISysV_i386.cpp [4550/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Architecture/Mips -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Architecture/Mips -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Architecture/Mips/CMakeFiles/lldbPluginArchitectureMips.dir/ArchitectureMips.cpp.o -MF tools/lldb/source/Plugins/Architecture/Mips/CMakeFiles/lldbPluginArchitectureMips.dir/ArchitectureMips.cpp.o.d -o tools/lldb/source/Plugins/Architecture/Mips/CMakeFiles/lldbPluginArchitectureMips.dir/ArchitectureMips.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.cpp [4551/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ABI/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ABI/X86/CMakeFiles/lldbPluginABIX86.dir/ABIWindows_x86_64.cpp.o -MF tools/lldb/source/Plugins/ABI/X86/CMakeFiles/lldbPluginABIX86.dir/ABIWindows_x86_64.cpp.o.d -o tools/lldb/source/Plugins/ABI/X86/CMakeFiles/lldbPluginABIX86.dir/ABIWindows_x86_64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.cpp [4552/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ABI/X86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/X86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ABI/X86/CMakeFiles/lldbPluginABIX86.dir/ABISysV_x86_64.cpp.o -MF tools/lldb/source/Plugins/ABI/X86/CMakeFiles/lldbPluginABIX86.dir/ABISysV_x86_64.cpp.o.d -o tools/lldb/source/Plugins/ABI/X86/CMakeFiles/lldbPluginABIX86.dir/ABISysV_x86_64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/X86/ABISysV_x86_64.cpp [4553/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ABI/PowerPC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/PowerPC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ABI/PowerPC/CMakeFiles/lldbPluginABIPowerPC.dir/ABISysV_ppc64.cpp.o -MF tools/lldb/source/Plugins/ABI/PowerPC/CMakeFiles/lldbPluginABIPowerPC.dir/ABISysV_ppc64.cpp.o.d -o tools/lldb/source/Plugins/ABI/PowerPC/CMakeFiles/lldbPluginABIPowerPC.dir/ABISysV_ppc64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.cpp [4554/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Architecture/PPC64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Architecture/PPC64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Architecture/PPC64/CMakeFiles/lldbPluginArchitecturePPC64.dir/ArchitecturePPC64.cpp.o -MF tools/lldb/source/Plugins/Architecture/PPC64/CMakeFiles/lldbPluginArchitecturePPC64.dir/ArchitecturePPC64.cpp.o.d -o tools/lldb/source/Plugins/Architecture/PPC64/CMakeFiles/lldbPluginArchitecturePPC64.dir/ArchitecturePPC64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.cpp [4555/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/POSIX-DYLD -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/DYLDRendezvous.cpp.o -MF tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/DYLDRendezvous.cpp.o.d -o tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/DYLDRendezvous.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp [4556/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/DynamicLoader/Static -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/Static -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/DynamicLoader/Static/CMakeFiles/lldbPluginDynamicLoaderStatic.dir/DynamicLoaderStatic.cpp.o -MF tools/lldb/source/Plugins/DynamicLoader/Static/CMakeFiles/lldbPluginDynamicLoaderStatic.dir/DynamicLoaderStatic.cpp.o.d -o tools/lldb/source/Plugins/DynamicLoader/Static/CMakeFiles/lldbPluginDynamicLoaderStatic.dir/DynamicLoaderStatic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp [4557/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Disassembler/LLVMC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Disassembler/LLVMC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Disassembler/LLVMC/CMakeFiles/lldbPluginDisassemblerLLVMC.dir/DisassemblerLLVMC.cpp.o -MF tools/lldb/source/Plugins/Disassembler/LLVMC/CMakeFiles/lldbPluginDisassemblerLLVMC.dir/DisassemblerLLVMC.cpp.o.d -o tools/lldb/source/Plugins/Disassembler/LLVMC/CMakeFiles/lldbPluginDisassemblerLLVMC.dir/DisassemblerLLVMC.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp [4558/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/Darwin-Kernel -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/CMakeFiles/lldbPluginDynamicLoaderDarwinKernel.dir/DynamicLoaderDarwinKernel.cpp.o -MF tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/CMakeFiles/lldbPluginDynamicLoaderDarwinKernel.dir/DynamicLoaderDarwinKernel.cpp.o.d -o tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/CMakeFiles/lldbPluginDynamicLoaderDarwinKernel.dir/DynamicLoaderDarwinKernel.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp [4559/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/POSIX-DYLD -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/DynamicLoaderPOSIXDYLD.cpp.o -MF tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/DynamicLoaderPOSIXDYLD.cpp.o.d -o tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/DynamicLoaderPOSIXDYLD.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp [4560/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DynamicLoaderMacOSXDYLD.cpp.o -MF tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DynamicLoaderMacOSXDYLD.cpp.o.d -o tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DynamicLoaderMacOSXDYLD.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp [4561/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DynamicLoaderMacOS.cpp.o -MF tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DynamicLoaderMacOS.cpp.o.d -o tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DynamicLoaderMacOS.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp [4562/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/HexagonDYLDRendezvous.cpp.o -MF tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/HexagonDYLDRendezvous.cpp.o.d -o tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/HexagonDYLDRendezvous.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.cpp [4563/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DynamicLoaderDarwin.cpp.o -MF tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DynamicLoaderDarwin.cpp.o.d -o tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DynamicLoaderDarwin.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp [4564/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/DynamicLoader/wasm-DYLD -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/wasm-DYLD -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/DynamicLoader/wasm-DYLD/CMakeFiles/lldbPluginDynamicLoaderWasmDYLD.dir/DynamicLoaderWasmDYLD.cpp.o -MF tools/lldb/source/Plugins/DynamicLoader/wasm-DYLD/CMakeFiles/lldbPluginDynamicLoaderWasmDYLD.dir/DynamicLoaderWasmDYLD.cpp.o.d -o tools/lldb/source/Plugins/DynamicLoader/wasm-DYLD/CMakeFiles/lldbPluginDynamicLoaderWasmDYLD.dir/DynamicLoaderWasmDYLD.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.cpp [4565/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/Windows-DYLD -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeFiles/lldbPluginDynamicLoaderWindowsDYLD.dir/DynamicLoaderWindowsDYLD.cpp.o -MF tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeFiles/lldbPluginDynamicLoaderWindowsDYLD.dir/DynamicLoaderWindowsDYLD.cpp.o.d -o tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeFiles/lldbPluginDynamicLoaderWindowsDYLD.dir/DynamicLoaderWindowsDYLD.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp [4566/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangASTMetadata.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangASTMetadata.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangASTMetadata.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangASTMetadata.cpp [4567/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/DynamicLoaderHexagonDYLD.cpp.o -MF tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/DynamicLoaderHexagonDYLD.cpp.o.d -o tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/DynamicLoaderHexagonDYLD.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp [4568/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ASTUtils.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ASTUtils.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ASTUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/DirectoryEntry.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/Module.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4569/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangDeclVendor.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangDeclVendor.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangDeclVendor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.cpp [4570/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ASTResultSynthesizer.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ASTResultSynthesizer.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ASTResultSynthesizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/MemoryBuffer.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/SourceMgr.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/YAMLTraits.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Utility/ConstString.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Utility/StructuredData.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Breakpoint/BreakpointOptions.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Breakpoint/BreakpointName.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Breakpoint/Breakpoint.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Breakpoint/BreakpointList.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Target/Target.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4571/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ASTStructExtractor.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ASTStructExtractor.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ASTStructExtractor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4572/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionVariable.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionVariable.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionVariable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.cpp [4573/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionSourceCode.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionSourceCode.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionSourceCode.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp [4574/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangASTImporter.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangASTImporter.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangASTImporter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/MemoryBuffer.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/SourceMgr.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/YAMLTraits.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Utility/ConstString.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Utility/FileSpec.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Host/FileSystem.h:14, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Core/ModuleSpec.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Core/ModuleList.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Core/Module.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp: In member function 'virtual llvm::Expected lldb_private::ClangASTImporter::ASTImporterDelegate::ImportImpl(clang::Decl*)': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:915:24: warning: unused variable 'origin' [-Wunused-variable] if (clang::Decl *origin = m_master.GetDeclOrigin(*imported).decl) { ^~~~~~ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/MemoryBuffer.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/SourceMgr.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/YAMLTraits.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Utility/ConstString.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Utility/FileSpec.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Host/FileSystem.h:14, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Core/ModuleSpec.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Core/ModuleList.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Core/Module.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4575/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangHost.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangHost.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangHost.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp [4576/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExternalASTSourceCallbacks.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExternalASTSourceCallbacks.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExternalASTSourceCallbacks.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.cpp [4577/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangASTSource.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangASTSource.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangASTSource.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ASTImporter.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/./Plugins/ExpressionParser/Clang/ClangASTImporter.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h:14, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4578/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionDeclMap.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionDeclMap.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionDeclMap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ASTImporter.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/./Plugins/ExpressionParser/Clang/ClangASTImporter.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h:14, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4579/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/CppModuleConfiguration.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/CppModuleConfiguration.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/CppModuleConfiguration.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.cpp [4580/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangFunctionCaller.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangFunctionCaller.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangFunctionCaller.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Expression/ExpressionTypeSystemHelper.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4581/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangUtil.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangUtil.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangUtil.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangUtil.cpp [4582/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionParser.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionParser.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4583/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangPersistentVariables.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangPersistentVariables.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangPersistentVariables.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h:14, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4584/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangUtilityFunction.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangUtilityFunction.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangUtilityFunction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Expression/ExpressionTypeSystemHelper.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp:11: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4585/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangUserExpression.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangUserExpression.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangUserExpression.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/MemoryBuffer.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/SourceMgr.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/YAMLTraits.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Utility/ConstString.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Utility/StructuredData.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Breakpoint/BreakpointOptions.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Breakpoint/BreakpointName.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Breakpoint/Breakpoint.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Breakpoint/BreakpointList.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Target/Target.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h:14, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp:20: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4586/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/IRDynamicChecks.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/IRDynamicChecks.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/IRDynamicChecks.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp [4587/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangModulesDeclVendor.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangModulesDeclVendor.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangModulesDeclVendor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/Sanitizers.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/CodeGenOptions.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/TargetInfo.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4588/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Instruction/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Instruction/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Instruction/ARM/CMakeFiles/lldbPluginInstructionARM.dir/EmulationStateARM.cpp.o -MF tools/lldb/source/Plugins/Instruction/ARM/CMakeFiles/lldbPluginInstructionARM.dir/EmulationStateARM.cpp.o.d -o tools/lldb/source/Plugins/Instruction/ARM/CMakeFiles/lldbPluginInstructionARM.dir/EmulationStateARM.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp [4589/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Instruction/ARM64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Instruction/ARM64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Instruction/ARM64/CMakeFiles/lldbPluginInstructionARM64.dir/EmulateInstructionARM64.cpp.o -MF tools/lldb/source/Plugins/Instruction/ARM64/CMakeFiles/lldbPluginInstructionARM64.dir/EmulateInstructionARM64.cpp.o.d -o tools/lldb/source/Plugins/Instruction/ARM64/CMakeFiles/lldbPluginInstructionARM64.dir/EmulateInstructionARM64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp:42: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/./Plugins/Process/Utility/RegisterInfos_arm64.h:794:35: warning: 'g_register_infos_mte' defined but not used [-Wunused-variable] static lldb_private::RegisterInfo g_register_infos_mte[] = { ^~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/./Plugins/Process/Utility/RegisterInfos_arm64.h:791:35: warning: 'g_register_infos_pauth' defined but not used [-Wunused-variable] static lldb_private::RegisterInfo g_register_infos_pauth[] = { ^~~~~~~~~~~~~~~~~~~~~~ In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4590/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Instruction/ARM -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Instruction/ARM -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Instruction/ARM/CMakeFiles/lldbPluginInstructionARM.dir/EmulateInstructionARM.cpp.o -MF tools/lldb/source/Plugins/Instruction/ARM/CMakeFiles/lldbPluginInstructionARM.dir/EmulateInstructionARM.cpp.o.d -o tools/lldb/source/Plugins/Instruction/ARM/CMakeFiles/lldbPluginInstructionARM.dir/EmulateInstructionARM.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp [4591/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/CxxModuleHandler.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/CxxModuleHandler.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/CxxModuleHandler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ASTImporter.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/./Plugins/ExpressionParser/Clang/CxxModuleHandler.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4592/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Instruction/PPC64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Instruction/PPC64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Instruction/PPC64/CMakeFiles/lldbPluginInstructionPPC64.dir/EmulateInstructionPPC64.cpp.o -MF tools/lldb/source/Plugins/Instruction/PPC64/CMakeFiles/lldbPluginInstructionPPC64.dir/EmulateInstructionPPC64.cpp.o.d -o tools/lldb/source/Plugins/Instruction/PPC64/CMakeFiles/lldbPluginInstructionPPC64.dir/EmulateInstructionPPC64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp [4593/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/NameSearchContext.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/NameSearchContext.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/NameSearchContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/NameSearchContext.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ASTImporter.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/./Plugins/ExpressionParser/Clang/ClangASTImporter.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/NameSearchContext.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/NameSearchContext.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4594/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Instruction/MIPS64 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Instruction/MIPS64 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Instruction/MIPS64/CMakeFiles/lldbPluginInstructionMIPS64.dir/EmulateInstructionMIPS64.cpp.o -MF tools/lldb/source/Plugins/Instruction/MIPS64/CMakeFiles/lldbPluginInstructionMIPS64.dir/EmulateInstructionMIPS64.cpp.o.d -o tools/lldb/source/Plugins/Instruction/MIPS64/CMakeFiles/lldbPluginInstructionMIPS64.dir/EmulateInstructionMIPS64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp [4595/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Instruction/MIPS -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Instruction/MIPS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Instruction/MIPS/CMakeFiles/lldbPluginInstructionMIPS.dir/EmulateInstructionMIPS.cpp.o -MF tools/lldb/source/Plugins/Instruction/MIPS/CMakeFiles/lldbPluginInstructionMIPS.dir/EmulateInstructionMIPS.cpp.o.d -o tools/lldb/source/Plugins/Instruction/MIPS/CMakeFiles/lldbPluginInstructionMIPS.dir/EmulateInstructionMIPS.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp [4596/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/IRForTarget.cpp.o -MF tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/IRForTarget.cpp.o.d -o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/IRForTarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/MemoryBuffer.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/SourceMgr.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/YAMLTraits.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Utility/ConstString.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h:14, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4597/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/InstrumentationRuntime/ASan -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/InstrumentationRuntime/ASan -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeFiles/lldbPluginInstrumentationRuntimeASan.dir/InstrumentationRuntimeASan.cpp.o -MF tools/lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeFiles/lldbPluginInstrumentationRuntimeASan.dir/InstrumentationRuntimeASan.cpp.o.d -o tools/lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeFiles/lldbPluginInstrumentationRuntimeASan.dir/InstrumentationRuntimeASan.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp [4598/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeFiles/lldbPluginInstrumentationRuntimeMainThreadChecker.dir/InstrumentationRuntimeMainThreadChecker.cpp.o -MF tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeFiles/lldbPluginInstrumentationRuntimeMainThreadChecker.dir/InstrumentationRuntimeMainThreadChecker.cpp.o.d -o tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeFiles/lldbPluginInstrumentationRuntimeMainThreadChecker.dir/InstrumentationRuntimeMainThreadChecker.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp [4599/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/JITLoader/GDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/JITLoader/GDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/JITLoader/GDB/CMakeFiles/lldbPluginJITLoaderGDB.dir/JITLoaderGDB.cpp.o -MF tools/lldb/source/Plugins/JITLoader/GDB/CMakeFiles/lldbPluginJITLoaderGDB.dir/JITLoaderGDB.cpp.o.d -o tools/lldb/source/Plugins/JITLoader/GDB/CMakeFiles/lldbPluginJITLoaderGDB.dir/JITLoaderGDB.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp [4600/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/InstrumentationRuntime/UBSan -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeFiles/lldbPluginInstrumentationRuntimeUBSan.dir/InstrumentationRuntimeUBSan.cpp.o -MF tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeFiles/lldbPluginInstrumentationRuntimeUBSan.dir/InstrumentationRuntimeUBSan.cpp.o.d -o tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeFiles/lldbPluginInstrumentationRuntimeUBSan.dir/InstrumentationRuntimeUBSan.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp [4601/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/InstrumentationRuntime/TSan -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/InstrumentationRuntime/TSan -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeFiles/lldbPluginInstrumentationRuntimeTSan.dir/InstrumentationRuntimeTSan.cpp.o -MF tools/lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeFiles/lldbPluginInstrumentationRuntimeTSan.dir/InstrumentationRuntimeTSan.cpp.o.d -o tools/lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeFiles/lldbPluginInstrumentationRuntimeTSan.dir/InstrumentationRuntimeTSan.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp [4602/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/CPlusPlusNameParser.cpp.o -MF tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/CPlusPlusNameParser.cpp.o.d -o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/CPlusPlusNameParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp [4603/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/ClangCommon -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ClangCommon -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/ClangCommon/CMakeFiles/lldbPluginClangCommon.dir/ClangHighlighter.cpp.o -MF tools/lldb/source/Plugins/Language/ClangCommon/CMakeFiles/lldbPluginClangCommon.dir/ClangHighlighter.cpp.o.d -o tools/lldb/source/Plugins/Language/ClangCommon/CMakeFiles/lldbPluginClangCommon.dir/ClangHighlighter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp [4604/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxAtomic.cpp.o -MF tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxAtomic.cpp.o.d -o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxAtomic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp [4605/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/CxxStringTypes.cpp.o -MF tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/CxxStringTypes.cpp.o.d -o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/CxxStringTypes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp [4606/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxInitializerList.cpp.o -MF tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxInitializerList.cpp.o.d -o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxInitializerList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp [4607/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/BlockPointer.cpp.o -MF tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/BlockPointer.cpp.o.d -o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/BlockPointer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ASTImporter.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/./Plugins/ExpressionParser/Clang/ClangASTImporter.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp:11: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4608/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxBitset.cpp.o -MF tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxBitset.cpp.o.d -o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxBitset.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp [4609/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxx.cpp.o -MF tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxx.cpp.o.d -o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxx.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp [4610/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxList.cpp.o -MF tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxList.cpp.o.d -o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus/LibCxxList.cpp [4611/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxOptional.cpp.o -MF tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxOptional.cpp.o.d -o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxOptional.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus/LibCxxOptional.cpp [4612/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxQueue.cpp.o -MF tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxQueue.cpp.o.d -o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxQueue.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus/LibCxxQueue.cpp [4613/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/CPlusPlusLanguage.cpp.o -MF tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/CPlusPlusLanguage.cpp.o.d -o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/CPlusPlusLanguage.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp [4614/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxMap.cpp.o -MF tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxMap.cpp.o.d -o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxMap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp [4615/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxTuple.cpp.o -MF tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxTuple.cpp.o.d -o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxTuple.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus/LibCxxTuple.cpp [4616/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/MSVCUndecoratedNameParser.cpp.o -MF tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/MSVCUndecoratedNameParser.cpp.o.d -o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/MSVCUndecoratedNameParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.cpp [4617/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxVariant.cpp.o -MF tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxVariant.cpp.o.d -o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxVariant.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.cpp [4618/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxVector.cpp.o -MF tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxVector.cpp.o.d -o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxVector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp [4619/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxUnorderedMap.cpp.o -MF tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxUnorderedMap.cpp.o.d -o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxUnorderedMap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp [4620/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibStdcppTuple.cpp.o -MF tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibStdcppTuple.cpp.o.d -o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibStdcppTuple.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp [4621/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibStdcppUniquePointer.cpp.o -MF tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibStdcppUniquePointer.cpp.o.d -o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibStdcppUniquePointer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp [4622/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/CFBasicHash.cpp.o -MF tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/CFBasicHash.cpp.o.d -o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/CFBasicHash.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC/CFBasicHash.cpp [4623/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibStdcpp.cpp.o -MF tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibStdcpp.cpp.o.d -o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibStdcpp.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp [4624/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/CoreMedia.cpp.o -MF tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/CoreMedia.cpp.o.d -o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/CoreMedia.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC/CoreMedia.cpp [4625/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/CF.cpp.o -MF tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/CF.cpp.o.d -o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/CF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC/CF.cpp [4626/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/Cocoa.cpp.o -MF tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/Cocoa.cpp.o.d -o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/Cocoa.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC/Cocoa.cpp [4627/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/ObjCLanguage.cpp.o -MF tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/ObjCLanguage.cpp.o.d -o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/ObjCLanguage.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp [4628/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSArray.cpp.o -MF tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSArray.cpp.o.d -o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSArray.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC/NSArray.cpp [4629/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSError.cpp.o -MF tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSError.cpp.o.d -o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSError.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC/NSError.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC/NSError.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4630/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSException.cpp.o -MF tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSException.cpp.o.d -o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSException.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC/NSException.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC/NSException.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4631/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSDictionary.cpp.o -MF tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSDictionary.cpp.o.d -o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSDictionary.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/UnresolvedSet.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ASTUnresolvedSet.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/DeclCXX.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp:11: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4632/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSIndexPath.cpp.o -MF tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSIndexPath.cpp.o.d -o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSIndexPath.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC/NSIndexPath.cpp [4633/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/ObjCPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjCPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/ObjCPlusPlus/CMakeFiles/lldbPluginObjCPlusPlusLanguage.dir/ObjCPlusPlusLanguage.cpp.o -MF tools/lldb/source/Plugins/Language/ObjCPlusPlus/CMakeFiles/lldbPluginObjCPlusPlusLanguage.dir/ObjCPlusPlusLanguage.cpp.o.d -o tools/lldb/source/Plugins/Language/ObjCPlusPlus/CMakeFiles/lldbPluginObjCPlusPlusLanguage.dir/ObjCPlusPlusLanguage.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.cpp [4634/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSSet.cpp.o -MF tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSSet.cpp.o.d -o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSSet.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC/NSSet.cpp [4635/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CMakeFiles/lldbPluginCPPRuntime.dir/CPPLanguageRuntime.cpp.o -MF tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CMakeFiles/lldbPluginCPPRuntime.dir/CPPLanguageRuntime.cpp.o.d -o tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CMakeFiles/lldbPluginCPPRuntime.dir/CPPLanguageRuntime.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp [4636/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSString.cpp.o -MF tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSString.cpp.o.d -o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSString.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Language/ObjC/NSString.cpp [4637/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/ObjC -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/ObjC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/LanguageRuntime/ObjC/CMakeFiles/lldbPluginObjCRuntime.dir/ObjCLanguageRuntime.cpp.o -MF tools/lldb/source/Plugins/LanguageRuntime/ObjC/CMakeFiles/lldbPluginObjCRuntime.dir/ObjCLanguageRuntime.cpp.o.d -o tools/lldb/source/Plugins/LanguageRuntime/ObjC/CMakeFiles/lldbPluginObjCRuntime.dir/ObjCLanguageRuntime.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp [4638/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeFiles/lldbPluginCXXItaniumABI.dir/ItaniumABILanguageRuntime.cpp.o -MF tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeFiles/lldbPluginCXXItaniumABI.dir/ItaniumABILanguageRuntime.cpp.o.d -o tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeFiles/lldbPluginCXXItaniumABI.dir/ItaniumABILanguageRuntime.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp [4639/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/ObjC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCRuntimeV1.cpp.o -MF tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCRuntimeV1.cpp.o.d -o tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCRuntimeV1.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp [4640/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/ObjC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCRuntime.cpp.o -MF tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCRuntime.cpp.o.d -o tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCRuntime.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp [4641/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/ObjC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleThreadPlanStepThroughObjCTrampoline.cpp.o -MF tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleThreadPlanStepThroughObjCTrampoline.cpp.o.d -o tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleThreadPlanStepThroughObjCTrampoline.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp [4642/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/ObjC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCDeclVendor.cpp.o -MF tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCDeclVendor.cpp.o.d -o tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCDeclVendor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp [4643/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/ObjC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCTrampolineHandler.cpp.o -MF tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCTrampolineHandler.cpp.o.d -o tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCTrampolineHandler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp [4644/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/ObjC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCRuntimeV2.cpp.o -MF tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCRuntimeV2.cpp.o.d -o tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCRuntimeV2.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp [4645/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/ObjC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCClassDescriptorV2.cpp.o -MF tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCClassDescriptorV2.cpp.o.d -o tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCClassDescriptorV2.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp [4646/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/ObjC -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCTypeEncodingParser.cpp.o -MF tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCTypeEncodingParser.cpp.o.d -o tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCTypeEncodingParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp [4647/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptx86ABIFixups.cpp.o -MF tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptx86ABIFixups.cpp.o.d -o tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptx86ABIFixups.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp [4648/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptExpressionOpts.cpp.o -MF tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptExpressionOpts.cpp.o.d -o tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptExpressionOpts.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.cpp [4649/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectContainer/BSD-Archive -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/CMakeFiles/lldbPluginObjectContainerBSDArchive.dir/ObjectContainerBSDArchive.cpp.o -MF tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/CMakeFiles/lldbPluginObjectContainerBSDArchive.dir/ObjectContainerBSDArchive.cpp.o.d -o tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/CMakeFiles/lldbPluginObjectContainerBSDArchive.dir/ObjectContainerBSDArchive.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp [4650/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptScriptGroup.cpp.o -MF tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptScriptGroup.cpp.o.d -o tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptScriptGroup.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.cpp [4651/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ObjectFile/Breakpad -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/Breakpad -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ObjectFile/Breakpad/CMakeFiles/lldbPluginObjectFileBreakpad.dir/BreakpadRecords.cpp.o -MF tools/lldb/source/Plugins/ObjectFile/Breakpad/CMakeFiles/lldbPluginObjectFileBreakpad.dir/BreakpadRecords.cpp.o.d -o tools/lldb/source/Plugins/ObjectFile/Breakpad/CMakeFiles/lldbPluginObjectFileBreakpad.dir/BreakpadRecords.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp [4652/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ObjectFile/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/ELF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ObjectFile/ELF/CMakeFiles/lldbPluginObjectFileELF.dir/ELFHeader.cpp.o -MF tools/lldb/source/Plugins/ObjectFile/ELF/CMakeFiles/lldbPluginObjectFileELF.dir/ELFHeader.cpp.o.d -o tools/lldb/source/Plugins/ObjectFile/ELF/CMakeFiles/lldbPluginObjectFileELF.dir/ELFHeader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp [4653/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectContainer/Universal-Mach-O -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/CMakeFiles/lldbPluginObjectContainerMachOArchive.dir/ObjectContainerUniversalMachO.cpp.o -MF tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/CMakeFiles/lldbPluginObjectContainerMachOArchive.dir/ObjectContainerUniversalMachO.cpp.o.d -o tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/CMakeFiles/lldbPluginObjectContainerMachOArchive.dir/ObjectContainerUniversalMachO.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp [4654/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/MemoryHistory/asan -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/MemoryHistory/asan -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/MemoryHistory/asan/CMakeFiles/lldbPluginMemoryHistoryASan.dir/MemoryHistoryASan.cpp.o -MF tools/lldb/source/Plugins/MemoryHistory/asan/CMakeFiles/lldbPluginMemoryHistoryASan.dir/MemoryHistoryASan.cpp.o.d -o tools/lldb/source/Plugins/MemoryHistory/asan/CMakeFiles/lldbPluginMemoryHistoryASan.dir/MemoryHistoryASan.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp [4655/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ObjectFile/Breakpad -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/Breakpad -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ObjectFile/Breakpad/CMakeFiles/lldbPluginObjectFileBreakpad.dir/ObjectFileBreakpad.cpp.o -MF tools/lldb/source/Plugins/ObjectFile/Breakpad/CMakeFiles/lldbPluginObjectFileBreakpad.dir/ObjectFileBreakpad.cpp.o.d -o tools/lldb/source/Plugins/ObjectFile/Breakpad/CMakeFiles/lldbPluginObjectFileBreakpad.dir/ObjectFileBreakpad.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp [4656/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptRuntime.cpp.o -MF tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptRuntime.cpp.o.d -o tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptRuntime.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp [4657/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ObjectFile/PECOFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/PECOFF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/PECallFrameInfo.cpp.o -MF tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/PECallFrameInfo.cpp.o.d -o tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/PECallFrameInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.cpp [4658/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ObjectFile/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ObjectFile/PDB/CMakeFiles/lldbPluginObjectFilePDB.dir/ObjectFilePDB.cpp.o -MF tools/lldb/source/Plugins/ObjectFile/PDB/CMakeFiles/lldbPluginObjectFilePDB.dir/ObjectFilePDB.cpp.o.d -o tools/lldb/source/Plugins/ObjectFile/PDB/CMakeFiles/lldbPluginObjectFilePDB.dir/ObjectFilePDB.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/PDB/ObjectFilePDB.cpp [4659/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ObjectFile/PECOFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/PECOFF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/WindowsMiniDump.cpp.o -MF tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/WindowsMiniDump.cpp.o.d -o tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/WindowsMiniDump.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.cpp [4660/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ObjectFile/JIT -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/JIT -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ObjectFile/JIT/CMakeFiles/lldbPluginObjectFileJIT.dir/ObjectFileJIT.cpp.o -MF tools/lldb/source/Plugins/ObjectFile/JIT/CMakeFiles/lldbPluginObjectFileJIT.dir/ObjectFileJIT.cpp.o.d -o tools/lldb/source/Plugins/ObjectFile/JIT/CMakeFiles/lldbPluginObjectFileJIT.dir/ObjectFileJIT.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp [4661/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ObjectFile/PECOFF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/PECOFF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/ObjectFilePECOFF.cpp.o -MF tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/ObjectFilePECOFF.cpp.o.d -o tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/ObjectFilePECOFF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp [4662/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ObjectFile/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/wasm -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ObjectFile/wasm/CMakeFiles/lldbPluginObjectFileWasm.dir/ObjectFileWasm.cpp.o -MF tools/lldb/source/Plugins/ObjectFile/wasm/CMakeFiles/lldbPluginObjectFileWasm.dir/ObjectFileWasm.cpp.o.d -o tools/lldb/source/Plugins/ObjectFile/wasm/CMakeFiles/lldbPluginObjectFileWasm.dir/ObjectFileWasm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.cpp [4663/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ObjectFile/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/ELF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ObjectFile/ELF/CMakeFiles/lldbPluginObjectFileELF.dir/ObjectFileELF.cpp.o -MF tools/lldb/source/Plugins/ObjectFile/ELF/CMakeFiles/lldbPluginObjectFileELF.dir/ObjectFileELF.cpp.o.d -o tools/lldb/source/Plugins/ObjectFile/ELF/CMakeFiles/lldbPluginObjectFileELF.dir/ObjectFileELF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp [4664/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/OperatingSystem/Python -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/OperatingSystem/Python -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/OperatingSystem/Python/CMakeFiles/lldbPluginOperatingSystemPython.dir/OperatingSystemPython.cpp.o -MF tools/lldb/source/Plugins/OperatingSystem/Python/CMakeFiles/lldbPluginOperatingSystemPython.dir/OperatingSystemPython.cpp.o.d -o tools/lldb/source/Plugins/OperatingSystem/Python/CMakeFiles/lldbPluginOperatingSystemPython.dir/OperatingSystemPython.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp [4665/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Platform/Linux -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/Linux -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Platform/Linux/CMakeFiles/lldbPluginPlatformLinux.dir/PlatformLinux.cpp.o -MF tools/lldb/source/Plugins/Platform/Linux/CMakeFiles/lldbPluginPlatformLinux.dir/PlatformLinux.cpp.o.d -o tools/lldb/source/Plugins/Platform/Linux/CMakeFiles/lldbPluginPlatformLinux.dir/PlatformLinux.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp [4666/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Platform/FreeBSD -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/FreeBSD -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Platform/FreeBSD/CMakeFiles/lldbPluginPlatformFreeBSD.dir/PlatformFreeBSD.cpp.o -MF tools/lldb/source/Plugins/Platform/FreeBSD/CMakeFiles/lldbPluginPlatformFreeBSD.dir/PlatformFreeBSD.cpp.o.d -o tools/lldb/source/Plugins/Platform/FreeBSD/CMakeFiles/lldbPluginPlatformFreeBSD.dir/PlatformFreeBSD.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp [4667/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Platform/MacOSX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformDarwinKernel.cpp.o -MF tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformDarwinKernel.cpp.o.d -o tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformDarwinKernel.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp [4668/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Platform/NetBSD -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/NetBSD -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Platform/NetBSD/CMakeFiles/lldbPluginPlatformNetBSD.dir/PlatformNetBSD.cpp.o -MF tools/lldb/source/Plugins/Platform/NetBSD/CMakeFiles/lldbPluginPlatformNetBSD.dir/PlatformNetBSD.cpp.o.d -o tools/lldb/source/Plugins/Platform/NetBSD/CMakeFiles/lldbPluginPlatformNetBSD.dir/PlatformNetBSD.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp [4669/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ObjectFile/Mach-O -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/Mach-O -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ObjectFile/Mach-O/CMakeFiles/lldbPluginObjectFileMachO.dir/ObjectFileMachO.cpp.o -MF tools/lldb/source/Plugins/ObjectFile/Mach-O/CMakeFiles/lldbPluginObjectFileMachO.dir/ObjectFileMachO.cpp.o.d -o tools/lldb/source/Plugins/ObjectFile/Mach-O/CMakeFiles/lldbPluginObjectFileMachO.dir/ObjectFileMachO.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp In function 'lldb::offset_t CreateAllImageInfosPayload(const ProcessSP&, lldb::offset_t, lldb_private::StreamString&)', inlined from 'static bool ObjectFileMachO::SaveCore(const ProcessSP&, const lldb_private::FileSpec&, lldb::SaveCoreStyle&, lldb_private::Status&)' at /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp:6752:49: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp:6385:16: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(seg_vmaddr.segname, name.AsCString(), ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(seg_vmaddr.segname)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp: In static member function 'static bool ObjectFileMachO::SaveCore(const ProcessSP&, const lldb_private::FileSpec&, lldb::SaveCoreStyle&, lldb_private::Status&)': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp:6765:18: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(namebuf, lcnote->name.c_str(), sizeof(namebuf)); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4670/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Platform/OpenBSD -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/OpenBSD -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Platform/OpenBSD/CMakeFiles/lldbPluginPlatformOpenBSD.dir/PlatformOpenBSD.cpp.o -MF tools/lldb/source/Plugins/Platform/OpenBSD/CMakeFiles/lldbPluginPlatformOpenBSD.dir/PlatformOpenBSD.cpp.o.d -o tools/lldb/source/Plugins/Platform/OpenBSD/CMakeFiles/lldbPluginPlatformOpenBSD.dir/PlatformOpenBSD.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp [4671/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Platform/MacOSX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformMacOSX.cpp.o -MF tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformMacOSX.cpp.o.d -o tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformMacOSX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp [4672/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Platform/MacOSX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteAppleTV.cpp.o -MF tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteAppleTV.cpp.o.d -o tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteAppleTV.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp [4673/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Platform/MacOSX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteAppleBridge.cpp.o -MF tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteAppleBridge.cpp.o.d -o tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteAppleBridge.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp [4674/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Platform/MacOSX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteAppleWatch.cpp.o -MF tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteAppleWatch.cpp.o.d -o tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteAppleWatch.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp [4675/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Platform/MacOSX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteMacOSX.cpp.o -MF tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteMacOSX.cpp.o.d -o tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteMacOSX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteMacOSX.cpp [4676/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Platform/MacOSX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformDarwin.cpp.o -MF tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformDarwin.cpp.o.d -o tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformDarwin.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp [4677/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Platform/MacOSX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteDarwinDevice.cpp.o -MF tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteDarwinDevice.cpp.o.d -o tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteDarwinDevice.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp [4678/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Platform/Android -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/Android -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/AdbClient.cpp.o -MF tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/AdbClient.cpp.o.d -o tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/AdbClient.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/Android/AdbClient.cpp [4679/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Platform/MacOSX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteiOS.cpp.o -MF tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteiOS.cpp.o.d -o tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteiOS.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp [4680/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Platform/Windows -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/Windows -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Platform/Windows/CMakeFiles/lldbPluginPlatformWindows.dir/PlatformWindows.cpp.o -MF tools/lldb/source/Plugins/Platform/Windows/CMakeFiles/lldbPluginPlatformWindows.dir/PlatformWindows.cpp.o.d -o tools/lldb/source/Plugins/Platform/Windows/CMakeFiles/lldbPluginPlatformWindows.dir/PlatformWindows.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp [4681/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Platform/Android -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/Android -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/PlatformAndroidRemoteGDBServer.cpp.o -MF tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/PlatformAndroidRemoteGDBServer.cpp.o.d -o tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/PlatformAndroidRemoteGDBServer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp [4682/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Platform/gdb-server -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/gdb-server -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Platform/gdb-server/CMakeFiles/lldbPluginPlatformGDB.dir/PlatformRemoteGDBServer.cpp.o -MF tools/lldb/source/Plugins/Platform/gdb-server/CMakeFiles/lldbPluginPlatformGDB.dir/PlatformRemoteGDBServer.cpp.o.d -o tools/lldb/source/Plugins/Platform/gdb-server/CMakeFiles/lldbPluginPlatformGDB.dir/PlatformRemoteGDBServer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp [4683/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteClientBase.cpp.o -MF tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteClientBase.cpp.o.d -o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteClientBase.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp [4684/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Platform/Android -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/Android -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/PlatformAndroid.cpp.o -MF tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/PlatformAndroid.cpp.o.d -o tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/PlatformAndroid.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp [4685/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/scripted -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/scripted -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/scripted/CMakeFiles/lldbPluginScriptedProcess.dir/ScriptedProcess.cpp.o -MF tools/lldb/source/Plugins/Process/scripted/CMakeFiles/lldbPluginScriptedProcess.dir/ScriptedProcess.cpp.o.d -o tools/lldb/source/Plugins/Process/scripted/CMakeFiles/lldbPluginScriptedProcess.dir/ScriptedProcess.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp [4686/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationHistory.cpp.o -MF tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationHistory.cpp.o.d -o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationHistory.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp [4687/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Platform/POSIX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/POSIX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Platform/POSIX/CMakeFiles/lldbPluginPlatformPOSIX.dir/PlatformPOSIX.cpp.o -MF tools/lldb/source/Plugins/Platform/POSIX/CMakeFiles/lldbPluginPlatformPOSIX.dir/PlatformPOSIX.cpp.o.d -o tools/lldb/source/Plugins/Platform/POSIX/CMakeFiles/lldbPluginPlatformPOSIX.dir/PlatformPOSIX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp [4688/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServer.cpp.o -MF tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServer.cpp.o.d -o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp [4689/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunication.cpp.o -MF tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunication.cpp.o.d -o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunication.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp [4690/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationReplayServer.cpp.o -MF tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationReplayServer.cpp.o.d -o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationReplayServer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp [4691/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServerCommon.cpp.o -MF tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServerCommon.cpp.o.d -o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServerCommon.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp [4692/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServerPlatform.cpp.o -MF tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServerPlatform.cpp.o.d -o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServerPlatform.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp [4693/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/ProcessGDBRemoteLog.cpp.o -MF tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/ProcessGDBRemoteLog.cpp.o.d -o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/ProcessGDBRemoteLog.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp [4694/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteRegisterContext.cpp.o -MF tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteRegisterContext.cpp.o.d -o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteRegisterContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp [4695/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/AuxVector.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/AuxVector.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/AuxVector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/AuxVector.cpp [4696/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/FreeBSDSignals.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/FreeBSDSignals.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/FreeBSDSignals.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/FreeBSDSignals.cpp [4697/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationClient.cpp.o -MF tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationClient.cpp.o.d -o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationClient.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp [4698/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/GDBRemoteSignals.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/GDBRemoteSignals.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/GDBRemoteSignals.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/GDBRemoteSignals.cpp [4699/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/ThreadGDBRemote.cpp.o -MF tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/ThreadGDBRemote.cpp.o.d -o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/ThreadGDBRemote.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp [4700/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/LinuxSignals.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/LinuxSignals.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/LinuxSignals.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/LinuxSignals.cpp [4701/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/LinuxProcMaps.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/LinuxProcMaps.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/LinuxProcMaps.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/LinuxProcMaps.cpp [4702/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/MipsLinuxSignals.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/MipsLinuxSignals.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/MipsLinuxSignals.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/MipsLinuxSignals.cpp [4703/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/MemoryTagManagerAArch64MTE.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/MemoryTagManagerAArch64MTE.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/MemoryTagManagerAArch64MTE.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/MemoryTagManagerAArch64MTE.cpp [4704/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/HistoryThread.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/HistoryThread.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/HistoryThread.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/HistoryThread.cpp [4705/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/HistoryUnwind.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/HistoryUnwind.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/HistoryUnwind.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp [4706/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServerLLGS.cpp.o -MF tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServerLLGS.cpp.o.d -o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServerLLGS.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp [4707/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/InferiorCallPOSIX.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/InferiorCallPOSIX.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/InferiorCallPOSIX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp [4708/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/DynamicRegisterInfo.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/DynamicRegisterInfo.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/DynamicRegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp [4709/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NativeRegisterContextRegisterInfo.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NativeRegisterContextRegisterInfo.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NativeRegisterContextRegisterInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.cpp [4710/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContext_x86.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContext_x86.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContext_x86.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContext_x86.cpp [4711/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NetBSDSignals.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NetBSDSignals.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NetBSDSignals.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/NetBSDSignals.cpp [4712/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NativeRegisterContextDBReg_x86.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NativeRegisterContextDBReg_x86.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NativeRegisterContextDBReg_x86.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/NativeRegisterContextDBReg_x86.cpp [4713/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NativeProcessSoftwareSingleStep.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NativeProcessSoftwareSingleStep.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NativeProcessSoftwareSingleStep.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/NativeProcessSoftwareSingleStep.cpp [4714/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NativeRegisterContextDBReg_arm64.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NativeRegisterContextDBReg_arm64.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NativeRegisterContextDBReg_arm64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/NativeRegisterContextDBReg_arm64.cpp [4715/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_arm.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_arm.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_arm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp [4716/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_i386.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_i386.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_i386.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp [4717/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_i386.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_i386.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_i386.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.cpp [4718/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_x86_64.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_x86_64.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_x86_64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp [4719/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_mips64.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_mips64.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_mips64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.cpp [4720/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_x86_64.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_x86_64.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_x86_64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.cpp [4721/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_powerpc.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_powerpc.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_powerpc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp [4722/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMach_arm.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMach_arm.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMach_arm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.cpp [4723/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_i386.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_i386.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_i386.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.cpp [4724/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMach_x86_64.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMach_x86_64.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMach_x86_64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.cpp [4725/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMach_i386.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMach_i386.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMach_i386.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.cpp [4726/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/ProcessGDBRemote.cpp.o -MF tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/ProcessGDBRemote.cpp.o.d -o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/ProcessGDBRemote.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp [4727/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_arm64.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_arm64.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_arm64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp:70: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h:794:35: warning: 'g_register_infos_mte' defined but not used [-Wunused-variable] static lldb_private::RegisterInfo g_register_infos_mte[] = { ^~~~~~~~~~~~~~~~~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h:791:35: warning: 'g_register_infos_pauth' defined but not used [-Wunused-variable] static lldb_private::RegisterInfo g_register_infos_pauth[] = { ^~~~~~~~~~~~~~~~~~~~~~ In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4728/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDummy.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDummy.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDummy.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextDummy.cpp [4729/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_x86_64.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_x86_64.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_x86_64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp [4730/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_s390x.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_s390x.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_s390x.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.cpp [4731/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextNetBSD_i386.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextNetBSD_i386.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextNetBSD_i386.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.cpp [4732/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextHistory.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextHistory.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextHistory.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextHistory.cpp [4733/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextOpenBSD_i386.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextOpenBSD_i386.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextOpenBSD_i386.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.cpp [4734/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextOpenBSD_x86_64.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextOpenBSD_x86_64.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextOpenBSD_x86_64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.cpp [4735/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextNetBSD_x86_64.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextNetBSD_x86_64.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextNetBSD_x86_64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp [4736/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMemory.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMemory.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMemory.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp [4737/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_arm.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_arm.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_arm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp [4738/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_arm64.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_arm64.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_arm64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp:23: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h: In member function 'bool RegisterInfoPOSIX_arm64::VectorSizeIsValid(uint32_t)': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h:106:12: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] if (vq >= eVectorQuadwordAArch64 && vq <= eVectorQuadwordAArch64SVEMax) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4739/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_mips64.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_mips64.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_mips64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp [4740/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_powerpc.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_powerpc.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_powerpc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp [4741/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_s390x.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_s390x.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_s390x.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.cpp [4742/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextWindows_i386.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextWindows_i386.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextWindows_i386.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.cpp [4743/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_x86.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_x86.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_x86.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp [4744/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_ppc64le.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_ppc64le.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_ppc64le.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.cpp [4745/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextWindows_x86_64.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextWindows_x86_64.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextWindows_x86_64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.cpp [4746/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterInfoPOSIX_arm.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterInfoPOSIX_arm.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterInfoPOSIX_arm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.cpp [4747/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterInfoPOSIX_ppc64le.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterInfoPOSIX_ppc64le.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterInfoPOSIX_ppc64le.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.cpp [4748/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterInfoPOSIX_arm64.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterInfoPOSIX_arm64.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterInfoPOSIX_arm64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp:16: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h: In member function 'bool RegisterInfoPOSIX_arm64::VectorSizeIsValid(uint32_t)': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h:106:12: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] if (vq >= eVectorQuadwordAArch64 && vq <= eVectorQuadwordAArch64SVEMax) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4749/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextThreadMemory.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextThreadMemory.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextThreadMemory.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp [4750/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/elf-core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_arm.cpp.o -MF tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_arm.cpp.o.d -o tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_arm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp [4751/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/ThreadMemory.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/ThreadMemory.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/ThreadMemory.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/ThreadMemory.cpp [4752/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/StopInfoMachException.cpp.o -MF tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/StopInfoMachException.cpp.o.d -o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/StopInfoMachException.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp [4753/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/elf-core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_arm64.cpp.o -MF tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_arm64.cpp.o.d -o tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_arm64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/./Plugins/Process/Utility/RegisterContextPOSIX_arm64.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/./Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h: In member function 'bool RegisterInfoPOSIX_arm64::VectorSizeIsValid(uint32_t)': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/./Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h:106:12: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] if (vq >= eVectorQuadwordAArch64 && vq <= eVectorQuadwordAArch64SVEMax) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4754/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/elf-core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_mips64.cpp.o -MF tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_mips64.cpp.o.d -o tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_mips64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp [4755/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/elf-core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_powerpc.cpp.o -MF tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_powerpc.cpp.o.d -o tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_powerpc.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp [4756/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/elf-core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/ThreadElfCore.cpp.o -MF tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/ThreadElfCore.cpp.o.d -o tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/ThreadElfCore.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp:28: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/./Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h: In member function 'bool RegisterInfoPOSIX_arm64::VectorSizeIsValid(uint32_t)': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/./Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h:106:12: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] if (vq >= eVectorQuadwordAArch64 && vq <= eVectorQuadwordAArch64SVEMax) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4757/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/elf-core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterUtilities.cpp.o -MF tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterUtilities.cpp.o.d -o tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterUtilities.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core/RegisterUtilities.cpp [4758/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/elf-core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_ppc64le.cpp.o -MF tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_ppc64le.cpp.o.d -o tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_ppc64le.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.cpp [4759/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/minidump -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/minidump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/MinidumpTypes.cpp.o -MF tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/MinidumpTypes.cpp.o.d -o tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/MinidumpTypes.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/minidump/MinidumpTypes.cpp [4760/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/elf-core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/ProcessElfCore.cpp.o -MF tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/ProcessElfCore.cpp.o.d -o tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/ProcessElfCore.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp [4761/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/elf-core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_s390x.cpp.o -MF tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_s390x.cpp.o.d -o tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_s390x.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.cpp [4762/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/elf-core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_x86_64.cpp.o -MF tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_x86_64.cpp.o.d -o tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_x86_64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp [4763/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/minidump -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/minidump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_ARM.cpp.o -MF tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_ARM.cpp.o.d -o tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_ARM.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.cpp [4764/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/minidump -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/minidump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_ARM64.cpp.o -MF tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_ARM64.cpp.o.d -o tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_ARM64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.cpp [4765/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/minidump -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/minidump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_x86_32.cpp.o -MF tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_x86_32.cpp.o.d -o tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_x86_32.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.cpp [4766/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/minidump -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/minidump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_x86_64.cpp.o -MF tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_x86_64.cpp.o.d -o tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_x86_64.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.cpp [4767/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -DLLDB_PYTHON_RELATIVE_LIBDIR=\"lib/python3.11/site-packages\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ScriptInterpreter/Python -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ScriptInterpreter/Python -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/PythonReadline.cpp.o -MF tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/PythonReadline.cpp.o.d -o tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/PythonReadline.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp [4768/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/mach-core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/mach-core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/mach-core/CMakeFiles/lldbPluginProcessMachCore.dir/ThreadMachCore.cpp.o -MF tools/lldb/source/Plugins/Process/mach-core/CMakeFiles/lldbPluginProcessMachCore.dir/ThreadMachCore.cpp.o.d -o tools/lldb/source/Plugins/Process/mach-core/CMakeFiles/lldbPluginProcessMachCore.dir/ThreadMachCore.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/mach-core/ThreadMachCore.cpp [4769/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/minidump -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/minidump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/MinidumpParser.cpp.o -MF tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/MinidumpParser.cpp.o.d -o tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/MinidumpParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/minidump/MinidumpParser.cpp [4770/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -DLLDB_PYTHON_RELATIVE_LIBDIR=\"lib/python3.11/site-packages\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ScriptInterpreter/Python -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ScriptInterpreter/Python -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/SWIGPythonBridge.cpp.o -MF tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/SWIGPythonBridge.cpp.o.d -o tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/SWIGPythonBridge.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.cpp [4771/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/mach-core -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/mach-core -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/mach-core/CMakeFiles/lldbPluginProcessMachCore.dir/ProcessMachCore.cpp.o -MF tools/lldb/source/Plugins/Process/mach-core/CMakeFiles/lldbPluginProcessMachCore.dir/ProcessMachCore.cpp.o.d -o tools/lldb/source/Plugins/Process/mach-core/CMakeFiles/lldbPluginProcessMachCore.dir/ProcessMachCore.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp [4772/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ScriptInterpreter/None -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ScriptInterpreter/None -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ScriptInterpreter/None/CMakeFiles/lldbPluginScriptInterpreterNone.dir/ScriptInterpreterNone.cpp.o -MF tools/lldb/source/Plugins/ScriptInterpreter/None/CMakeFiles/lldbPluginScriptInterpreterNone.dir/ScriptInterpreterNone.cpp.o.d -o tools/lldb/source/Plugins/ScriptInterpreter/None/CMakeFiles/lldbPluginScriptInterpreterNone.dir/ScriptInterpreterNone.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp [4773/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -DLLDB_PYTHON_RELATIVE_LIBDIR=\"lib/python3.11/site-packages\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ScriptInterpreter/Python -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ScriptInterpreter/Python -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/ScriptedProcessPythonInterface.cpp.o -MF tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/ScriptedProcessPythonInterface.cpp.o.d -o tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/ScriptedProcessPythonInterface.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.cpp [4774/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/minidump -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/minidump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/ThreadMinidump.cpp.o -MF tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/ThreadMinidump.cpp.o.d -o tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/ThreadMinidump.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp [4775/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -DLLDB_PYTHON_RELATIVE_LIBDIR=\"lib/python3.11/site-packages\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ScriptInterpreter/Python -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ScriptInterpreter/Python -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/PythonDataObjects.cpp.o -MF tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/PythonDataObjects.cpp.o.d -o tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/PythonDataObjects.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp [4776/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DIERef.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DIERef.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DIERef.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DIERef.cpp [4777/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Process/minidump -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/minidump -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/ProcessMinidump.cpp.o -MF tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/ProcessMinidump.cpp.o.d -o tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/ProcessMinidump.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp [4778/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/Breakpad -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/Breakpad -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/Breakpad/CMakeFiles/lldbPluginSymbolFileBreakpad.dir/SymbolFileBreakpad.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/Breakpad/CMakeFiles/lldbPluginSymbolFileBreakpad.dir/SymbolFileBreakpad.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/Breakpad/CMakeFiles/lldbPluginSymbolFileBreakpad.dir/SymbolFileBreakpad.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp [4779/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -DLLDB_PYTHON_RELATIVE_LIBDIR=\"lib/python3.11/site-packages\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/ScriptInterpreter/Python -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ScriptInterpreter/Python -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/ScriptInterpreterPython.cpp.o -MF tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/ScriptInterpreterPython.cpp.o.d -o tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/ScriptInterpreterPython.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp [4780/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/AppleDWARFIndex.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/AppleDWARFIndex.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/AppleDWARFIndex.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp [4781/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFAbbreviationDeclaration.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFAbbreviationDeclaration.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFAbbreviationDeclaration.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp [4782/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/StructuredData/DarwinLog -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/StructuredData/DarwinLog -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/StructuredData/DarwinLog/CMakeFiles/lldbPluginStructuredDataDarwinLog.dir/StructuredDataDarwinLog.cpp.o -MF tools/lldb/source/Plugins/StructuredData/DarwinLog/CMakeFiles/lldbPluginStructuredDataDarwinLog.dir/StructuredDataDarwinLog.cpp.o.d -o tools/lldb/source/Plugins/StructuredData/DarwinLog/CMakeFiles/lldbPluginStructuredDataDarwinLog.dir/StructuredDataDarwinLog.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp [4783/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DebugNamesDWARFIndex.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DebugNamesDWARFIndex.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DebugNamesDWARFIndex.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp [4784/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDataExtractor.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDataExtractor.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDataExtractor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp [4785/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFAttribute.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFAttribute.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFAttribute.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp [4786/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugArangeSet.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugArangeSet.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugArangeSet.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp [4787/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFContext.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFContext.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp [4788/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFCompileUnit.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFCompileUnit.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFCompileUnit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp [4789/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFBaseDIE.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFBaseDIE.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFBaseDIE.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp [4790/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugAbbrev.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugAbbrev.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugAbbrev.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp [4791/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDeclContext.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDeclContext.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDeclContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp [4792/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDefines.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDefines.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDefines.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp [4793/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugAranges.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugAranges.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugAranges.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp [4794/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugInfo.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugInfo.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp [4795/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugMacro.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugMacro.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugMacro.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp [4796/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugInfoEntry.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugInfoEntry.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugInfoEntry.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp [4797/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugRanges.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugRanges.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugRanges.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp [4798/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/LogChannelDWARF.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/LogChannelDWARF.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/LogChannelDWARF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp [4799/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDIE.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDIE.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDIE.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp [4800/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/HashedNameToDIE.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/HashedNameToDIE.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/HashedNameToDIE.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp [4801/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFFormValue.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFFormValue.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFFormValue.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp [4802/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFTypeUnit.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFTypeUnit.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFTypeUnit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp [4803/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFIndex.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFIndex.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFIndex.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.cpp [4804/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFUnit.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFUnit.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFUnit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp [4805/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFASTParserClang.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFASTParserClang.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFASTParserClang.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/MemoryBuffer.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/SourceMgr.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/YAMLTraits.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Utility/ConstString.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Utility/FileSpec.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Core/Declaration.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Core/SourceLocationSpec.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Symbol/SymbolFile.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h:14, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:11: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp: In member function 'bool DWARFASTParserClang::CompleteRecordType(const DWARFDIE&, lldb_private::Type*, lldb_private::CompilerType&)': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:1969:9: warning: variable 'tag_decl_kind' set but not used [-Wunused-but-set-variable] int tag_decl_kind = -1; ^~~~~~~~~~~~~ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/MemoryBuffer.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/SourceMgr.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/YAMLTraits.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Utility/ConstString.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Utility/FileSpec.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Core/Declaration.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Core/SourceLocationSpec.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Symbol/SymbolFile.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h:14, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:11: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4806/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/UniqueDWARFASTType.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/UniqueDWARFASTType.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/UniqueDWARFASTType.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp [4807/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/NativePDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/CodeViewRegisterMapping.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/CodeViewRegisterMapping.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/CodeViewRegisterMapping.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp [4808/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/SymbolFileDWARFDwo.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/SymbolFileDWARFDwo.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/SymbolFileDWARFDwo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp [4809/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/ManualDWARFIndex.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/ManualDWARFIndex.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/ManualDWARFIndex.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp [4810/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/Symtab -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/Symtab -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/Symtab/CMakeFiles/lldbPluginSymbolFileSymtab.dir/SymbolFileSymtab.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/Symtab/CMakeFiles/lldbPluginSymbolFileSymtab.dir/SymbolFileSymtab.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/Symtab/CMakeFiles/lldbPluginSymbolFileSymtab.dir/SymbolFileSymtab.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp [4811/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/NativePDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/PdbFPOProgramToDWARFExpression.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/PdbFPOProgramToDWARFExpression.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/PdbFPOProgramToDWARFExpression.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.cpp [4812/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/NativePDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/DWARFLocationExpression.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/DWARFLocationExpression.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/DWARFLocationExpression.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp [4813/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/SymbolFileDWARFDebugMap.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/SymbolFileDWARFDebugMap.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/SymbolFileDWARFDebugMap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp [4814/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/NativePDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/PdbSymUid.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/PdbSymUid.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/PdbSymUid.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.cpp [4815/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/NativePDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/CompileUnitIndex.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/CompileUnitIndex.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/CompileUnitIndex.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp [4816/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/NameToDIE.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/NameToDIE.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/NameToDIE.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp [4817/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/NativePDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/PdbIndex.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/PdbIndex.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/PdbIndex.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp [4818/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/PDBLocationToDWARFExpression.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/PDBLocationToDWARFExpression.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/PDBLocationToDWARFExpression.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp [4819/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/NativePDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/PdbUtil.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/PdbUtil.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/PdbUtil.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp [4820/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SystemRuntime/MacOSX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SystemRuntime/MacOSX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetItemInfoHandler.cpp.o -MF tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetItemInfoHandler.cpp.o.d -o tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetItemInfoHandler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp [4821/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/NativePDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/PdbAstBuilder.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/PdbAstBuilder.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/PdbAstBuilder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ASTImporter.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/./Plugins/ExpressionParser/Clang/ClangASTImporter.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp:1: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4822/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SystemRuntime/MacOSX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SystemRuntime/MacOSX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetPendingItemsHandler.cpp.o -MF tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetPendingItemsHandler.cpp.o.d -o tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetPendingItemsHandler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp [4823/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/NativePDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/UdtRecordCompleter.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/UdtRecordCompleter.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/UdtRecordCompleter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ASTImporter.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/./Plugins/ExpressionParser/Clang/ClangASTImporter.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp:1: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4824/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/PDBASTParser.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/PDBASTParser.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/PDBASTParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/APValue.h:16, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ASTImporter.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/./Plugins/ExpressionParser/Clang/ClangASTImporter.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h:14, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4825/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/NativePDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/SymbolFileNativePDB.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/SymbolFileNativePDB.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/SymbolFileNativePDB.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/MemoryBuffer.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/SourceMgr.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/YAMLTraits.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Utility/ConstString.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Utility/FileSpec.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Core/Declaration.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Core/SourceLocationSpec.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Symbol/SymbolFile.h:13, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4826/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/SymbolFileDWARF.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/SymbolFileDWARF.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/SymbolFileDWARF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/MemoryBuffer.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/SourceMgr.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/YAMLTraits.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Utility/ConstString.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Core/UniqueCStringMap.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h:22, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4827/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolVendor/ELF -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolVendor/ELF -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolVendor/ELF/CMakeFiles/lldbPluginSymbolVendorELF.dir/SymbolVendorELF.cpp.o -MF tools/lldb/source/Plugins/SymbolVendor/ELF/CMakeFiles/lldbPluginSymbolVendorELF.dir/SymbolVendorELF.cpp.o.d -o tools/lldb/source/Plugins/SymbolVendor/ELF/CMakeFiles/lldbPluginSymbolVendorELF.dir/SymbolVendorELF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp [4828/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SystemRuntime/MacOSX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SystemRuntime/MacOSX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetQueuesHandler.cpp.o -MF tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetQueuesHandler.cpp.o.d -o tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetQueuesHandler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp [4829/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SystemRuntime/MacOSX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SystemRuntime/MacOSX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetThreadItemInfoHandler.cpp.o -MF tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetThreadItemInfoHandler.cpp.o.d -o tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetThreadItemInfoHandler.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp [4830/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolVendor/wasm -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolVendor/wasm -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolVendor/wasm/CMakeFiles/lldbPluginSymbolVendorWasm.dir/SymbolVendorWasm.cpp.o -MF tools/lldb/source/Plugins/SymbolVendor/wasm/CMakeFiles/lldbPluginSymbolVendorWasm.dir/SymbolVendorWasm.cpp.o.d -o tools/lldb/source/Plugins/SymbolVendor/wasm/CMakeFiles/lldbPluginSymbolVendorWasm.dir/SymbolVendorWasm.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.cpp [4831/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SystemRuntime/MacOSX -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SystemRuntime/MacOSX -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/SystemRuntimeMacOSX.cpp.o -MF tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/SystemRuntimeMacOSX.cpp.o.d -o tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/SystemRuntimeMacOSX.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp [4832/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/SymbolFile/PDB -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/PDB -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/SymbolFilePDB.cpp.o -MF tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/SymbolFilePDB.cpp.o.d -o tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/SymbolFilePDB.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/CBindingWrapping.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/MemoryBuffer.h:20, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/SourceMgr.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/YAMLTraits.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Utility/ConstString.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include/lldb/Core/UniqueCStringMap.h:15, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h:12, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4833/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Trace/common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Trace/common -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Trace/common/CMakeFiles/lldbPluginTraceCommon.dir/ThreadPostMortemTrace.cpp.o -MF tools/lldb/source/Plugins/Trace/common/CMakeFiles/lldbPluginTraceCommon.dir/ThreadPostMortemTrace.cpp.o.d -o tools/lldb/source/Plugins/Trace/common/CMakeFiles/lldbPluginTraceCommon.dir/ThreadPostMortemTrace.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Trace/common/ThreadPostMortemTrace.cpp [4834/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/TraceExporter/ctf -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/TraceExporter/ctf -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/TraceExporter/ctf/CMakeFiles/lldbPluginTraceExporterCTF.dir/CommandObjectThreadTraceExportCTF.cpp.o -MF tools/lldb/source/Plugins/TraceExporter/ctf/CMakeFiles/lldbPluginTraceExporterCTF.dir/CommandObjectThreadTraceExportCTF.cpp.o.d -o tools/lldb/source/Plugins/TraceExporter/ctf/CMakeFiles/lldbPluginTraceExporterCTF.dir/CommandObjectThreadTraceExportCTF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/TraceExporter/ctf/CommandObjectThreadTraceExportCTF.cpp [4835/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/TraceExporter/ctf -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/TraceExporter/ctf -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/TraceExporter/ctf/CMakeFiles/lldbPluginTraceExporterCTF.dir/TraceExporterCTF.cpp.o -MF tools/lldb/source/Plugins/TraceExporter/ctf/CMakeFiles/lldbPluginTraceExporterCTF.dir/TraceExporterCTF.cpp.o.d -o tools/lldb/source/Plugins/TraceExporter/ctf/CMakeFiles/lldbPluginTraceExporterCTF.dir/TraceExporterCTF.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/TraceExporter/ctf/TraceExporterCTF.cpp [4836/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/Trace/common -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Trace/common -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/Trace/common/CMakeFiles/lldbPluginTraceCommon.dir/TraceSessionFileParser.cpp.o -MF tools/lldb/source/Plugins/Trace/common/CMakeFiles/lldbPluginTraceCommon.dir/TraceSessionFileParser.cpp.o.d -o tools/lldb/source/Plugins/Trace/common/CMakeFiles/lldbPluginTraceCommon.dir/TraceSessionFileParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/Trace/common/TraceSessionFileParser.cpp [4837/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/UnwindAssembly/x86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/UnwindAssembly/x86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/UnwindAssembly/x86/CMakeFiles/lldbPluginUnwindAssemblyX86.dir/x86AssemblyInspectionEngine.cpp.o -MF tools/lldb/source/Plugins/UnwindAssembly/x86/CMakeFiles/lldbPluginUnwindAssemblyX86.dir/x86AssemblyInspectionEngine.cpp.o.d -o tools/lldb/source/Plugins/UnwindAssembly/x86/CMakeFiles/lldbPluginUnwindAssemblyX86.dir/x86AssemblyInspectionEngine.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp [4838/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/ArmUnwindInfo.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/ArmUnwindInfo.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/ArmUnwindInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/ArmUnwindInfo.cpp [4839/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/UnwindAssembly/x86 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/UnwindAssembly/x86 -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/UnwindAssembly/x86/CMakeFiles/lldbPluginUnwindAssemblyX86.dir/UnwindAssembly-x86.cpp.o -MF tools/lldb/source/Plugins/UnwindAssembly/x86/CMakeFiles/lldbPluginUnwindAssemblyX86.dir/UnwindAssembly-x86.cpp.o.d -o tools/lldb/source/Plugins/UnwindAssembly/x86/CMakeFiles/lldbPluginUnwindAssemblyX86.dir/UnwindAssembly-x86.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp [4840/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Block.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Block.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Block.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/Block.cpp [4841/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/UnwindAssembly/InstEmulation -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeFiles/lldbPluginUnwindAssemblyInstEmulation.dir/UnwindAssemblyInstEmulation.cpp.o -MF tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeFiles/lldbPluginUnwindAssemblyInstEmulation.dir/UnwindAssemblyInstEmulation.cpp.o.d -o tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeFiles/lldbPluginUnwindAssemblyInstEmulation.dir/UnwindAssemblyInstEmulation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp [4842/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompilerDecl.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompilerDecl.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompilerDecl.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/CompilerDecl.cpp [4843/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompilerDeclContext.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompilerDeclContext.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompilerDeclContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/CompilerDeclContext.cpp [4844/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompactUnwindInfo.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompactUnwindInfo.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompactUnwindInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/CompactUnwindInfo.cpp [4845/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/DebugMacros.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/DebugMacros.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/DebugMacros.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/DebugMacros.cpp [4846/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/DeclVendor.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/DeclVendor.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/DeclVendor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/DeclVendor.cpp [4847/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompileUnit.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompileUnit.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompileUnit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/CompileUnit.cpp [4848/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompilerType.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompilerType.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompilerType.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/CompilerType.cpp [4849/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/DWARFCallFrameInfo.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/DWARFCallFrameInfo.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/DWARFCallFrameInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/DWARFCallFrameInfo.cpp [4850/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/LineTable.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/LineTable.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/LineTable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/LineTable.cpp [4851/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/LocateSymbolFile.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/LocateSymbolFile.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/LocateSymbolFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/LocateSymbolFile.cpp [4852/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/LineEntry.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/LineEntry.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/LineEntry.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/LineEntry.cpp [4853/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/FuncUnwinders.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/FuncUnwinders.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/FuncUnwinders.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/FuncUnwinders.cpp [4854/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/PostfixExpression.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/PostfixExpression.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/PostfixExpression.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/PostfixExpression.cpp [4855/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Function.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Function.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Function.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/Function.cpp [4856/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/ObjectFile.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/ObjectFile.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/ObjectFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/ObjectFile.cpp [4857/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/SymbolVendor.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/SymbolVendor.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/SymbolVendor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/SymbolVendor.cpp [4858/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/SymbolFile.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/SymbolFile.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/SymbolFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/SymbolFile.cpp [4859/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Symbol.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Symbol.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Symbol.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/Symbol.cpp [4860/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/SymbolContext.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/SymbolContext.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/SymbolContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/SymbolContext.cpp [4861/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/TypeList.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/TypeList.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/TypeList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/TypeList.cpp [4862/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/TypeMap.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/TypeMap.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/TypeMap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/TypeMap.cpp [4863/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Type.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Type.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Type.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/Type.cpp [4864/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/VariableList.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/VariableList.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/VariableList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/VariableList.cpp [4865/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Symtab.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Symtab.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Symtab.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/Symtab.cpp [4866/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/UnwindTable.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/UnwindTable.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/UnwindTable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/UnwindTable.cpp [4867/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/TypeSystem.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/TypeSystem.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/TypeSystem.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/TypeSystem.cpp [4868/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/UnwindPlan.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/UnwindPlan.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/UnwindPlan.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/UnwindPlan.cpp [4869/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Plugins/TypeSystem/Clang -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/TypeSystem/Clang -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Plugins/TypeSystem/Clang/CMakeFiles/lldbPluginTypeSystemClang.dir/TypeSystemClang.cpp.o -MF tools/lldb/source/Plugins/TypeSystem/Clang/CMakeFiles/lldbPluginTypeSystemClang.dir/TypeSystemClang.cpp.o.d -o tools/lldb/source/Plugins/TypeSystem/Clang/CMakeFiles/lldbPluginTypeSystemClang.dir/TypeSystemClang.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp: In function 'bool TemplateParameterAllowsValue(clang::NamedDecl*, const clang::TemplateArgument&)': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:1473:13: warning: unused variable 'type_param' [-Wunused-variable] if (auto *type_param = llvm::dyn_cast(param)) { ^~~~~~~~~~ In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h:23, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:9: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [4870/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/JITLoaderList.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/JITLoaderList.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/JITLoaderList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/JITLoaderList.cpp [4871/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Variable.cpp.o -MF tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Variable.cpp.o.d -o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Variable.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Symbol/Variable.cpp [4872/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ABI.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ABI.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ABI.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ABI.cpp [4873/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/InstrumentationRuntime.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/InstrumentationRuntime.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/InstrumentationRuntime.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/InstrumentationRuntime.cpp [4874/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/AssertFrameRecognizer.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/AssertFrameRecognizer.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/AssertFrameRecognizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/AssertFrameRecognizer.cpp [4875/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/InstrumentationRuntimeStopInfo.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/InstrumentationRuntimeStopInfo.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/InstrumentationRuntimeStopInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/InstrumentationRuntimeStopInfo.cpp [4876/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/JITLoader.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/JITLoader.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/JITLoader.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/JITLoader.cpp [4877/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ExecutionContext.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ExecutionContext.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ExecutionContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ExecutionContext.cpp [4878/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/MemoryHistory.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/MemoryHistory.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/MemoryHistory.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/MemoryHistory.cpp [4879/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/MemoryRegionInfo.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/MemoryRegionInfo.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/MemoryRegionInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/MemoryRegionInfo.cpp [4880/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/OperatingSystem.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/OperatingSystem.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/OperatingSystem.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/OperatingSystem.cpp [4881/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/PathMappingList.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/PathMappingList.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/PathMappingList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/PathMappingList.cpp [4882/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ModuleCache.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ModuleCache.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ModuleCache.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ModuleCache.cpp [4883/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Language.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Language.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Language.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/Language.cpp [4884/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/LanguageRuntime.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/LanguageRuntime.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/LanguageRuntime.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/LanguageRuntime.cpp [4885/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Memory.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Memory.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Memory.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/Memory.cpp [4886/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/QueueItem.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/QueueItem.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/QueueItem.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/QueueItem.cpp [4887/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Queue.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Queue.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Queue.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/Queue.cpp [4888/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/QueueList.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/QueueList.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/QueueList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/QueueList.cpp [4889/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ProcessTrace.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ProcessTrace.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ProcessTrace.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ProcessTrace.cpp [4890/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Platform.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Platform.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Platform.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/Platform.cpp [4891/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/RegisterContext.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/RegisterContext.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/RegisterContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/RegisterContext.cpp [4892/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/SectionLoadHistory.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/SectionLoadHistory.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/SectionLoadHistory.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/SectionLoadHistory.cpp [4893/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/RegisterNumber.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/RegisterNumber.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/RegisterNumber.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/RegisterNumber.cpp [4894/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/SectionLoadList.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/SectionLoadList.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/SectionLoadList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/SectionLoadList.cpp [4895/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StackID.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StackID.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StackID.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/StackID.cpp [4896/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/RegisterContextUnwind.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/RegisterContextUnwind.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/RegisterContextUnwind.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/RegisterContextUnwind.cpp [4897/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/RemoteAwarePlatform.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/RemoteAwarePlatform.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/RemoteAwarePlatform.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/RemoteAwarePlatform.cpp [4898/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StackFrameList.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StackFrameList.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StackFrameList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/StackFrameList.cpp [4899/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StackFrameRecognizer.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StackFrameRecognizer.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StackFrameRecognizer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/StackFrameRecognizer.cpp [4900/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StructuredDataPlugin.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StructuredDataPlugin.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StructuredDataPlugin.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/StructuredDataPlugin.cpp [4901/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/SystemRuntime.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/SystemRuntime.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/SystemRuntime.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/SystemRuntime.cpp [4902/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StackFrame.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StackFrame.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StackFrame.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/StackFrame.cpp [4903/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Process.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Process.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Process.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/Process.cpp [4904/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StopInfo.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StopInfo.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StopInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/StopInfo.cpp [4905/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadCollection.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadCollection.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadCollection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadCollection.cpp [4906/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/TargetList.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/TargetList.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/TargetList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/TargetList.cpp [4907/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanBase.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanBase.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanBase.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadPlanBase.cpp [4908/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadList.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadList.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadList.cpp [4909/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanCallFunctionUsingABI.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanCallFunctionUsingABI.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanCallFunctionUsingABI.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadPlanCallFunctionUsingABI.cpp [4910/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanCallFunction.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanCallFunction.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanCallFunction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadPlanCallFunction.cpp [4911/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanCallOnFunctionExit.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanCallOnFunctionExit.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanCallOnFunctionExit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp [4912/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanCallUserExpression.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanCallUserExpression.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanCallUserExpression.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadPlanCallUserExpression.cpp [4913/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlan.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlan.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlan.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadPlan.cpp [4914/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanRunToAddress.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanRunToAddress.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanRunToAddress.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadPlanRunToAddress.cpp [4915/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanShouldStopHere.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanShouldStopHere.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanShouldStopHere.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadPlanShouldStopHere.cpp [4916/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Thread.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Thread.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Thread.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/Thread.cpp [4917/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanPython.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanPython.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanPython.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadPlanPython.cpp [4918/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Target.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Target.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Target.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/Target.cpp [4919/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepInRange.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepInRange.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepInRange.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadPlanStepInRange.cpp [4920/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepInstruction.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepInstruction.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepInstruction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadPlanStepInstruction.cpp [4921/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOut.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOut.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOut.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadPlanStepOut.cpp [4922/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOverBreakpoint.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOverBreakpoint.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOverBreakpoint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp [4923/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOverRange.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOverRange.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOverRange.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadPlanStepOverRange.cpp [4924/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepRange.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepRange.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepRange.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadPlanStepRange.cpp [4925/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/TraceCursor.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/TraceCursor.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/TraceCursor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/TraceCursor.cpp [4926/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepThrough.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepThrough.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepThrough.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadPlanStepThrough.cpp [4927/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepUntil.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepUntil.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepUntil.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadPlanStepUntil.cpp [4928/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadSpec.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadSpec.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadSpec.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadSpec.cpp [4929/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/TraceExporter.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/TraceExporter.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/TraceExporter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/TraceExporter.cpp [4930/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanTracer.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanTracer.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanTracer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadPlanTracer.cpp [4931/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStack.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStack.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStack.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/ThreadPlanStack.cpp [4932/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/UnwindAssembly.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/UnwindAssembly.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/UnwindAssembly.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/UnwindAssembly.cpp [4933/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/UnixSignals.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/UnixSignals.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/UnixSignals.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/UnixSignals.cpp [4934/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Trace.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Trace.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Trace.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/Trace.cpp [4935/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Baton.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Baton.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Baton.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/Baton.cpp [4936/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Connection.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Connection.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Connection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/Connection.cpp [4937/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/ArchSpec.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/ArchSpec.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/ArchSpec.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/ArchSpec.cpp [4938/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/CompletionRequest.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/CompletionRequest.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/CompletionRequest.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/CompletionRequest.cpp [4939/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DataBufferHeap.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DataBufferHeap.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DataBufferHeap.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/DataBufferHeap.cpp [4940/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DataBufferLLVM.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DataBufferLLVM.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DataBufferLLVM.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/DataBufferLLVM.cpp [4941/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DataEncoder.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DataEncoder.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DataEncoder.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/DataEncoder.cpp [4942/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/ConstString.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/ConstString.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/ConstString.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/ConstString.cpp [4943/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/TraceInstructionDumper.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/TraceInstructionDumper.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/TraceInstructionDumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/TraceInstructionDumper.cpp [4944/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Args.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Args.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Args.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/Args.cpp [4945/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Environment.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Environment.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Environment.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/Environment.cpp [4946/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/IOObject.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/IOObject.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/IOObject.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/IOObject.cpp [4947/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/LLDBAssert.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/LLDBAssert.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/LLDBAssert.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/LLDBAssert.cpp [4948/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DataExtractor.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DataExtractor.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DataExtractor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/DataExtractor.cpp [4949/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Broadcaster.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Broadcaster.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Broadcaster.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/Broadcaster.cpp [4950/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/UnwindLLDB.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/UnwindLLDB.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/UnwindLLDB.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Target/UnwindLLDB.cpp [4951/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/FileSpec.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/FileSpec.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/FileSpec.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/FileSpec.cpp [4952/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/NameMatches.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/NameMatches.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/NameMatches.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/NameMatches.cpp [4953/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Logging.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Logging.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Logging.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/Logging.cpp [4954/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Event.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Event.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Event.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/Event.cpp [4955/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/GDBRemote.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/GDBRemote.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/GDBRemote.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/GDBRemote.cpp [4956/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/RegularExpression.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/RegularExpression.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/RegularExpression.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/RegularExpression.cpp [4957/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Log.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Log.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Log.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/Log.cpp [4958/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/RegisterValue.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/RegisterValue.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/RegisterValue.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/RegisterValue.cpp [4959/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Listener.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Listener.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Listener.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/Listener.cpp [4960/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/SelectHelper.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/SelectHelper.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/SelectHelper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/SelectHelper.cpp [4961/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/State.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/State.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/State.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/State.cpp [4962/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/ProcessInfo.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/ProcessInfo.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/ProcessInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/ProcessInfo.cpp [4963/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StreamCallback.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StreamCallback.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StreamCallback.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/StreamCallback.cpp [4964/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/ReproducerInstrumentation.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/ReproducerInstrumentation.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/ReproducerInstrumentation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/ReproducerInstrumentation.cpp [4965/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StreamString.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StreamString.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StreamString.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/StreamString.cpp [4966/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Stream.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Stream.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Stream.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/Stream.cpp [4967/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Scalar.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Scalar.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Scalar.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/Scalar.cpp [4968/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Status.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Status.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Status.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/Status.cpp [4969/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StringLexer.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StringLexer.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StringLexer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/StringLexer.cpp [4970/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StringExtractor.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StringExtractor.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StringExtractor.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/StringExtractor.cpp [4971/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Reproducer.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Reproducer.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Reproducer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/Reproducer.cpp [4972/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/ReproducerProvider.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/ReproducerProvider.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/ReproducerProvider.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/ReproducerProvider.cpp [4973/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StringExtractorGDBRemote.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StringExtractorGDBRemote.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StringExtractorGDBRemote.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/StringExtractorGDBRemote.cpp [4974/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Timer.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Timer.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Timer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/Timer.cpp [4975/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/TildeExpressionResolver.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/TildeExpressionResolver.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/TildeExpressionResolver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/TildeExpressionResolver.cpp [4976/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StringList.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StringList.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StringList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/StringList.cpp [4977/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UnimplementedError.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UnimplementedError.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UnimplementedError.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/UnimplementedError.cpp [4978/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UriParser.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UriParser.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UriParser.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/UriParser.cpp [4979/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UUID.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UUID.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UUID.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/UUID.cpp [4980/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UserID.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UserID.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UserID.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/UserID.cpp [4981/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/VASprintf.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/VASprintf.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/VASprintf.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/VASprintf.cpp [4982/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UserIDResolver.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UserIDResolver.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UserIDResolver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/UserIDResolver.cpp [4983/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/TraceIntelPTGDBRemotePackets.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/TraceIntelPTGDBRemotePackets.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/TraceIntelPTGDBRemotePackets.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/TraceIntelPTGDBRemotePackets.cpp [4984/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/VMRange.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/VMRange.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/VMRange.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/VMRange.cpp [4985/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/bugpoint/CMakeFiles/bugpoint.dir/BugDriver.cpp.o tools/bugpoint/CMakeFiles/bugpoint.dir/CrashDebugger.cpp.o tools/bugpoint/CMakeFiles/bugpoint.dir/ExecutionDriver.cpp.o tools/bugpoint/CMakeFiles/bugpoint.dir/ExtractFunction.cpp.o tools/bugpoint/CMakeFiles/bugpoint.dir/FindBugs.cpp.o tools/bugpoint/CMakeFiles/bugpoint.dir/Miscompilation.cpp.o tools/bugpoint/CMakeFiles/bugpoint.dir/OptimizerDriver.cpp.o tools/bugpoint/CMakeFiles/bugpoint.dir/ToolRunner.cpp.o tools/bugpoint/CMakeFiles/bugpoint.dir/bugpoint.cpp.o -o bin/bugpoint -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() tools/bugpoint/CMakeFiles/bugpoint.dir/CrashDebugger.cpp.o: In function `llvm::ListReducer::reduceList(std::vector >&)': CrashDebugger.cpp:(.text._ZN4llvm11ListReducerINS_9AttributeEE10reduceListERSt6vectorIS1_SaIS1_EE[_ZN4llvm11ListReducerINS_9AttributeEE10reduceListERSt6vectorIS1_SaIS1_EE]+0x7fc): warning: rand() may return deterministic values, is that what you want? [4986/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/dsymutil/CMakeFiles/dsymutil.dir/dsymutil.cpp.o tools/dsymutil/CMakeFiles/dsymutil.dir/BinaryHolder.cpp.o tools/dsymutil/CMakeFiles/dsymutil.dir/CFBundle.cpp.o tools/dsymutil/CMakeFiles/dsymutil.dir/DebugMap.cpp.o tools/dsymutil/CMakeFiles/dsymutil.dir/DwarfLinkerForBinary.cpp.o tools/dsymutil/CMakeFiles/dsymutil.dir/MachODebugMapParser.cpp.o tools/dsymutil/CMakeFiles/dsymutil.dir/MachOUtils.cpp.o tools/dsymutil/CMakeFiles/dsymutil.dir/Reproducer.cpp.o tools/dsymutil/CMakeFiles/dsymutil.dir/SymbolMap.cpp.o -o bin/dsymutil -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4987/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llc/CMakeFiles/llc.dir/llc.cpp.o -o bin/llc -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4988/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/utils/lit-cpuid -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/utils/lit-cpuid -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/utils/lit-cpuid/CMakeFiles/lit-cpuid.dir/lit-cpuid.cpp.o -MF tools/lldb/utils/lit-cpuid/CMakeFiles/lit-cpuid.dir/lit-cpuid.cpp.o.d -o tools/lldb/utils/lit-cpuid/CMakeFiles/lit-cpuid.dir/lit-cpuid.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/utils/lit-cpuid/lit-cpuid.cpp [4989/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,--export-dynamic -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/lli/CMakeFiles/lli.dir/lli.cpp.o tools/lli/CMakeFiles/lli.dir/ExecutionUtils.cpp.o -o bin/lli -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4990/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StructuredData.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StructuredData.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StructuredData.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/StructuredData.cpp [4991/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-as/CMakeFiles/llvm-as.dir/llvm-as.cpp.o -o bin/llvm-as -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4992/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/TraceGDBRemotePackets.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/TraceGDBRemotePackets.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/TraceGDBRemotePackets.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/TraceGDBRemotePackets.cpp [4993/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/lldb/utils/lit-cpuid/CMakeFiles/lit-cpuid.dir/lit-cpuid.cpp.o -o bin/lit-cpuid -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libclang-cpp.so.1.0 lib/libLLVMSupport.a lib/libLLVM-13.so -lexecinfo -lpthread -lm /usr/lib/libz.so.7.0 lib/libLLVMDemangle.a -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4994/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMCFIVerify.a && /usr/bin/ar qc lib/libLLVMCFIVerify.a tools/llvm-cfi-verify/lib/CMakeFiles/LLVMCFIVerify.dir/FileAnalysis.cpp.o tools/llvm-cfi-verify/lib/CMakeFiles/LLVMCFIVerify.dir/GraphBuilder.cpp.o && /usr/bin/ranlib lib/libLLVMCFIVerify.a && : [4995/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-bcanalyzer/CMakeFiles/llvm-bcanalyzer.dir/llvm-bcanalyzer.cpp.o -o bin/llvm-bcanalyzer -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4996/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/XcodeSDK.cpp.o -MF tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/XcodeSDK.cpp.o.d -o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/XcodeSDK.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Utility/XcodeSDK.cpp [4997/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/tools/argdumper -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/argdumper -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/tools/argdumper/CMakeFiles/lldb-argdumper.dir/argdumper.cpp.o -MF tools/lldb/tools/argdumper/CMakeFiles/lldb-argdumper.dir/argdumper.cpp.o.d -o tools/lldb/tools/argdumper/CMakeFiles/lldb-argdumper.dir/argdumper.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/argdumper/argdumper.cpp [4998/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-cat/CMakeFiles/llvm-cat.dir/llvm-cat.cpp.o -o bin/llvm-cat -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [4999/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/attributes.c.o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/calc.c.o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/debuginfo.c.o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/diagnostic.c.o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/disassemble.c.o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/echo.cpp.o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/helpers.c.o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/include-all.c.o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/main.c.o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/module.c.o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/metadata.c.o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/object.c.o tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/targets.c.o -o bin/llvm-c-test -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5000/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbUtility.a && /usr/bin/ar qc lib/liblldbUtility.a tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/ArchSpec.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Args.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Baton.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Broadcaster.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/CompletionRequest.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Connection.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/ConstString.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DataBufferHeap.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DataBufferLLVM.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DataEncoder.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/DataExtractor.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Environment.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Event.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/FileSpec.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/GDBRemote.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/IOObject.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/LLDBAssert.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Listener.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Log.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Logging.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/NameMatches.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/ProcessInfo.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/RegisterValue.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/RegularExpression.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Reproducer.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/ReproducerInstrumentation.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/ReproducerProvider.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Scalar.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/SelectHelper.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/State.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Status.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Stream.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StreamCallback.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StreamString.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StringExtractor.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StringExtractorGDBRemote.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StringLexer.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StringList.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/StructuredData.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/TildeExpressionResolver.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/Timer.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/TraceGDBRemotePackets.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/TraceIntelPTGDBRemotePackets.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UnimplementedError.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UUID.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UriParser.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UserID.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/UserIDResolver.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/VASprintf.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/VMRange.cpp.o tools/lldb/source/Utility/CMakeFiles/lldbUtility.dir/XcodeSDK.cpp.o && /usr/bin/ranlib lib/liblldbUtility.a && : [5001/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-cvtres/CMakeFiles/llvm-cvtres.dir/llvm-cvtres.cpp.o -o bin/llvm-cvtres -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5002/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-cfi-verify/CMakeFiles/llvm-cfi-verify.dir/llvm-cfi-verify.cpp.o -o bin/llvm-cfi-verify -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libLLVMCFIVerify.a lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5003/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-cov/CMakeFiles/llvm-cov.dir/llvm-cov.cpp.o tools/llvm-cov/CMakeFiles/llvm-cov.dir/gcov.cpp.o tools/llvm-cov/CMakeFiles/llvm-cov.dir/CodeCoverage.cpp.o tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageExporterJson.cpp.o tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageExporterLcov.cpp.o tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageFilters.cpp.o tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageReport.cpp.o tools/llvm-cov/CMakeFiles/llvm-cov.dir/CoverageSummaryInfo.cpp.o tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageView.cpp.o tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageViewHTML.cpp.o tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageViewText.cpp.o tools/llvm-cov/CMakeFiles/llvm-cov.dir/TestingSupport.cpp.o -o bin/llvm-cov -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5004/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbHost.a && /usr/bin/ar qc lib/liblldbHost.a tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/FileAction.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/FileCache.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/File.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/FileSystem.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/GetOptInc.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/Host.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/HostInfoBase.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/HostNativeThreadBase.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/HostProcess.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/HostThread.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/LockFileBase.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/LZMA.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/MainLoop.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/MonitoringProcessLauncher.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeProcessProtocol.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeRegisterContext.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeThreadProtocol.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/NativeWatchpointList.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/OptionParser.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/PipeBase.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/ProcessLaunchInfo.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/ProcessRunLock.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/PseudoTerminal.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/SocketAddress.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/Socket.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/StringConvert.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/TCPSocket.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/Terminal.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/ThreadLauncher.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/UDPSocket.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/XML.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/common/Editline.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/ConnectionFileDescriptorPosix.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/DomainSocket.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/FileSystemPosix.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/HostInfoPosix.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/HostProcessPosix.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/HostThreadPosix.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/LockFilePosix.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/PipePosix.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/posix/ProcessLauncherPosixFork.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/openbsd/Host.cpp.o tools/lldb/source/Host/CMakeFiles/lldbHost.dir/openbsd/HostInfoOpenBSD.cpp.o && /usr/bin/ranlib lib/liblldbHost.a && : [5005/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbTarget.a && /usr/bin/ar qc lib/liblldbTarget.a tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ABI.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/AssertFrameRecognizer.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ExecutionContext.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/InstrumentationRuntime.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/InstrumentationRuntimeStopInfo.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/JITLoader.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/JITLoaderList.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Language.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/LanguageRuntime.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Memory.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/MemoryHistory.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/MemoryRegionInfo.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ModuleCache.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/OperatingSystem.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/PathMappingList.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Platform.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Process.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ProcessTrace.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Queue.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/QueueItem.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/QueueList.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/RegisterContext.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/RegisterContextUnwind.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/RegisterNumber.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/RemoteAwarePlatform.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/SectionLoadHistory.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/SectionLoadList.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StackFrame.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StackFrameList.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StackFrameRecognizer.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StackID.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StopInfo.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/StructuredDataPlugin.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/SystemRuntime.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Target.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/TargetList.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Thread.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadCollection.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadList.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlan.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanBase.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanCallFunction.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanCallFunctionUsingABI.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanCallOnFunctionExit.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanCallUserExpression.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanPython.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanRunToAddress.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanShouldStopHere.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepInRange.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepInstruction.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOut.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOverBreakpoint.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOverRange.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepRange.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepThrough.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepUntil.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanTracer.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStack.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadSpec.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/Trace.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/TraceCursor.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/TraceExporter.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/TraceInstructionDumper.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/UnixSignals.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/UnwindAssembly.cpp.o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/UnwindLLDB.cpp.o && /usr/bin/ranlib lib/liblldbTarget.a && : [5006/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-cxxfilt/CMakeFiles/llvm-cxxfilt.dir/llvm-cxxfilt.cpp.o -o bin/llvm-cxxfilt -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5007/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/llvm-cxxdump.cpp.o tools/llvm-cxxdump/CMakeFiles/llvm-cxxdump.dir/Error.cpp.o -o bin/llvm-cxxdump -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5008/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbSymbol.a && /usr/bin/ar qc lib/liblldbSymbol.a tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/ArmUnwindInfo.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Block.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompactUnwindInfo.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompileUnit.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompilerDecl.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompilerDeclContext.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/CompilerType.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/DWARFCallFrameInfo.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/DebugMacros.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/DeclVendor.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/FuncUnwinders.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Function.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/LineEntry.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/LineTable.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/LocateSymbolFile.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/ObjectFile.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/PostfixExpression.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Symbol.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/SymbolContext.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/SymbolFile.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/SymbolVendor.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Symtab.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Type.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/TypeList.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/TypeMap.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/TypeSystem.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/UnwindPlan.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/UnwindTable.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/Variable.cpp.o tools/lldb/source/Symbol/CMakeFiles/lldbSymbol.dir/VariableList.cpp.o && /usr/bin/ranlib lib/liblldbSymbol.a && : [5009/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/lldb/tools/argdumper/CMakeFiles/lldb-argdumper.dir/argdumper.cpp.o -o bin/lldb-argdumper -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libclang-cpp.so.1.0 lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5010/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginTypeSystemClang.a && /usr/bin/ar qc lib/liblldbPluginTypeSystemClang.a tools/lldb/source/Plugins/TypeSystem/Clang/CMakeFiles/lldbPluginTypeSystemClang.dir/TypeSystemClang.cpp.o && /usr/bin/ranlib lib/liblldbPluginTypeSystemClang.a && : [5011/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-dis/CMakeFiles/llvm-dis.dir/llvm-dis.cpp.o -o bin/llvm-dis -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5012/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-cxxmap/CMakeFiles/llvm-cxxmap.dir/llvm-cxxmap.cpp.o -o bin/llvm-cxxmap -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5013/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-diff/CMakeFiles/llvm-diff.dir/llvm-diff.cpp.o tools/llvm-diff/CMakeFiles/llvm-diff.dir/DiffConsumer.cpp.o tools/llvm-diff/CMakeFiles/llvm-diff.dir/DiffLog.cpp.o tools/llvm-diff/CMakeFiles/llvm-diff.dir/DifferenceEngine.cpp.o -o bin/llvm-diff -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5014/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginSymbolFilePDB.a && /usr/bin/ar qc lib/liblldbPluginSymbolFilePDB.a tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/PDBASTParser.cpp.o tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/PDBLocationToDWARFExpression.cpp.o tools/lldb/source/Plugins/SymbolFile/PDB/CMakeFiles/lldbPluginSymbolFilePDB.dir/SymbolFilePDB.cpp.o && /usr/bin/ranlib lib/liblldbPluginSymbolFilePDB.a && : [5015/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginSymbolFileNativePDB.a && /usr/bin/ar qc lib/liblldbPluginSymbolFileNativePDB.a tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/CodeViewRegisterMapping.cpp.o tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/CompileUnitIndex.cpp.o tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/DWARFLocationExpression.cpp.o tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/PdbAstBuilder.cpp.o tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/PdbFPOProgramToDWARFExpression.cpp.o tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/PdbIndex.cpp.o tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/PdbSymUid.cpp.o tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/PdbUtil.cpp.o tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/SymbolFileNativePDB.cpp.o tools/lldb/source/Plugins/SymbolFile/NativePDB/CMakeFiles/lldbPluginSymbolFileNativePDB.dir/UdtRecordCompleter.cpp.o && /usr/bin/ranlib lib/liblldbPluginSymbolFileNativePDB.a && : [5016/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginSymbolFileDWARF.a && /usr/bin/ar qc lib/liblldbPluginSymbolFileDWARF.a tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/AppleDWARFIndex.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DebugNamesDWARFIndex.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DIERef.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFAbbreviationDeclaration.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFASTParserClang.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFAttribute.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFBaseDIE.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFCompileUnit.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFContext.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDataExtractor.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugAbbrev.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugAranges.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugArangeSet.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugInfo.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugInfoEntry.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugMacro.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDebugRanges.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDeclContext.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDefines.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFDIE.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFFormValue.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFIndex.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFTypeUnit.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFUnit.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/HashedNameToDIE.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/LogChannelDWARF.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/ManualDWARFIndex.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/NameToDIE.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/SymbolFileDWARF.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/SymbolFileDWARFDwo.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/SymbolFileDWARFDebugMap.cpp.o tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/UniqueDWARFASTType.cpp.o && /usr/bin/ranlib lib/liblldbPluginSymbolFileDWARF.a && : [5017/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginProcessUtility.a && /usr/bin/ar qc lib/liblldbPluginProcessUtility.a tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/AuxVector.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/DynamicRegisterInfo.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/FreeBSDSignals.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/GDBRemoteSignals.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/HistoryThread.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/HistoryUnwind.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/InferiorCallPOSIX.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/LinuxProcMaps.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/LinuxSignals.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/MemoryTagManagerAArch64MTE.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/MipsLinuxSignals.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NativeProcessSoftwareSingleStep.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NativeRegisterContextDBReg_arm64.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NativeRegisterContextDBReg_x86.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NativeRegisterContextRegisterInfo.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/NetBSDSignals.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContext_x86.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_arm.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_arm64.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_i386.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDarwin_x86_64.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextDummy.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_i386.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_mips64.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_powerpc.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextFreeBSD_x86_64.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextHistory.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_i386.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_x86_64.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextLinux_s390x.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMach_arm.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMach_i386.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMach_x86_64.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextMemory.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextNetBSD_i386.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextNetBSD_x86_64.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextOpenBSD_i386.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextOpenBSD_x86_64.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_arm.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_arm64.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_mips64.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_powerpc.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_ppc64le.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_s390x.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextPOSIX_x86.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextThreadMemory.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextWindows_i386.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterContextWindows_x86_64.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterInfoPOSIX_arm.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterInfoPOSIX_arm64.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/RegisterInfoPOSIX_ppc64le.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/StopInfoMachException.cpp.o tools/lldb/source/Plugins/Process/Utility/CMakeFiles/lldbPluginProcessUtility.dir/ThreadMemory.cpp.o && /usr/bin/ranlib lib/liblldbPluginProcessUtility.a && : [5018/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-dwp/CMakeFiles/llvm-dwp.dir/llvm-dwp.cpp.o -o bin/llvm-dwp -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5019/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/SectionSizes.cpp.o tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/Statistics.cpp.o tools/llvm-dwarfdump/CMakeFiles/llvm-dwarfdump.dir/llvm-dwarfdump.cpp.o -o bin/llvm-dwarfdump -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5020/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginObjectFileJIT.a && /usr/bin/ar qc lib/liblldbPluginObjectFileJIT.a tools/lldb/source/Plugins/ObjectFile/JIT/CMakeFiles/lldbPluginObjectFileJIT.dir/ObjectFileJIT.cpp.o && /usr/bin/ranlib lib/liblldbPluginObjectFileJIT.a && : [5021/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginObjectFilePDB.a && /usr/bin/ar qc lib/liblldbPluginObjectFilePDB.a tools/lldb/source/Plugins/ObjectFile/PDB/CMakeFiles/lldbPluginObjectFilePDB.dir/ObjectFilePDB.cpp.o && /usr/bin/ranlib lib/liblldbPluginObjectFilePDB.a && : [5022/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginRenderScriptRuntime.a && /usr/bin/ar qc lib/liblldbPluginRenderScriptRuntime.a tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptRuntime.cpp.o tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptExpressionOpts.cpp.o tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptx86ABIFixups.cpp.o tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeFiles/lldbPluginRenderScriptRuntime.dir/RenderScriptScriptGroup.cpp.o && /usr/bin/ranlib lib/liblldbPluginRenderScriptRuntime.a && : [5023/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginAppleObjCRuntime.a && /usr/bin/ar qc lib/liblldbPluginAppleObjCRuntime.a tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCRuntime.cpp.o tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCRuntimeV1.cpp.o tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCRuntimeV2.cpp.o tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCTrampolineHandler.cpp.o tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCDeclVendor.cpp.o tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleThreadPlanStepThroughObjCTrampoline.cpp.o tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCClassDescriptorV2.cpp.o tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeFiles/lldbPluginAppleObjCRuntime.dir/AppleObjCTypeEncodingParser.cpp.o && /usr/bin/ranlib lib/liblldbPluginAppleObjCRuntime.a && : [5024/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginObjCRuntime.a && /usr/bin/ar qc lib/liblldbPluginObjCRuntime.a tools/lldb/source/Plugins/LanguageRuntime/ObjC/CMakeFiles/lldbPluginObjCRuntime.dir/ObjCLanguageRuntime.cpp.o && /usr/bin/ranlib lib/liblldbPluginObjCRuntime.a && : [5025/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginCPPRuntime.a && /usr/bin/ar qc lib/liblldbPluginCPPRuntime.a tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CMakeFiles/lldbPluginCPPRuntime.dir/CPPLanguageRuntime.cpp.o && /usr/bin/ranlib lib/liblldbPluginCPPRuntime.a && : [5026/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginObjCLanguage.a && /usr/bin/ar qc lib/liblldbPluginObjCLanguage.a tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/ObjCLanguage.cpp.o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/CF.cpp.o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/CFBasicHash.cpp.o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/Cocoa.cpp.o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/CoreMedia.cpp.o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSArray.cpp.o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSDictionary.cpp.o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSError.cpp.o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSException.cpp.o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSIndexPath.cpp.o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSSet.cpp.o tools/lldb/source/Plugins/Language/ObjC/CMakeFiles/lldbPluginObjCLanguage.dir/NSString.cpp.o && /usr/bin/ranlib lib/liblldbPluginObjCLanguage.a && : [5027/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginCPlusPlusLanguage.a && /usr/bin/ar qc lib/liblldbPluginCPlusPlusLanguage.a tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/BlockPointer.cpp.o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/CPlusPlusLanguage.cpp.o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/CPlusPlusNameParser.cpp.o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/CxxStringTypes.cpp.o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxx.cpp.o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxAtomic.cpp.o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxBitset.cpp.o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxInitializerList.cpp.o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxList.cpp.o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxMap.cpp.o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxOptional.cpp.o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxQueue.cpp.o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxTuple.cpp.o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxUnorderedMap.cpp.o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxVariant.cpp.o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxxVector.cpp.o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibStdcpp.cpp.o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibStdcppTuple.cpp.o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibStdcppUniquePointer.cpp.o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/MSVCUndecoratedNameParser.cpp.o && /usr/bin/ranlib lib/liblldbPluginCPlusPlusLanguage.a && : [5028/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginClangCommon.a && /usr/bin/ar qc lib/liblldbPluginClangCommon.a tools/lldb/source/Plugins/Language/ClangCommon/CMakeFiles/lldbPluginClangCommon.dir/ClangHighlighter.cpp.o && /usr/bin/ranlib lib/liblldbPluginClangCommon.a && : [5029/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginExpressionParserClang.a && /usr/bin/ar qc lib/liblldbPluginExpressionParserClang.a tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ASTResultSynthesizer.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ASTStructExtractor.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ASTUtils.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangASTImporter.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangASTMetadata.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangASTSource.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangDeclVendor.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionDeclMap.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionParser.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionSourceCode.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionVariable.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExternalASTSourceCallbacks.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangFunctionCaller.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangHost.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangModulesDeclVendor.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangPersistentVariables.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangUserExpression.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangUtil.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangUtilityFunction.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/CppModuleConfiguration.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/CxxModuleHandler.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/IRForTarget.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/IRDynamicChecks.cpp.o tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/NameSearchContext.cpp.o && /usr/bin/ranlib lib/liblldbPluginExpressionParserClang.a && : [5030/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbInterpreter.a && /usr/bin/ar qc lib/liblldbInterpreter.a tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandAlias.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandHistory.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandInterpreter.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandObject.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandOptionValidators.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/CommandReturnObject.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionArgParser.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupArchitecture.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupBoolean.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupFile.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupFormat.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupPythonClassWithDict.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupOutputFile.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupPlatform.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupString.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupUInt64.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupUUID.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupValueObjectDisplay.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValue.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueArch.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueArgs.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueArray.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueBoolean.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueChar.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueDictionary.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueEnumeration.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFileColonLine.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFileSpec.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFileSpecList.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFormat.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueFormatEntity.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueLanguage.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValuePathMappings.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueProperties.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueRegex.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueSInt64.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueString.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueUInt64.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionValueUUID.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupVariable.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/OptionGroupWatchpoint.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/Options.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/Property.cpp.o tools/lldb/source/Interpreter/CMakeFiles/lldbInterpreter.dir/ScriptInterpreter.cpp.o && /usr/bin/ranlib lib/liblldbInterpreter.a && : [5031/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbExpression.a && /usr/bin/ar qc lib/liblldbExpression.a tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/DiagnosticManager.cpp.o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/DWARFExpression.cpp.o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/Expression.cpp.o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/ExpressionVariable.cpp.o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/FunctionCaller.cpp.o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/IRExecutionUnit.cpp.o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/IRInterpreter.cpp.o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/IRMemoryMap.cpp.o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/LLVMUserExpression.cpp.o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/Materializer.cpp.o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/REPL.cpp.o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/UserExpression.cpp.o tools/lldb/source/Expression/CMakeFiles/lldbExpression.dir/UtilityFunction.cpp.o && /usr/bin/ranlib lib/liblldbExpression.a && : [5032/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbDataFormatters.a && /usr/bin/ar qc lib/liblldbDataFormatters.a tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/CXXFunctionPointer.cpp.o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/DataVisualization.cpp.o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/DumpValueObjectOptions.cpp.o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/FormatCache.cpp.o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/FormatClasses.cpp.o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/FormatManager.cpp.o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/FormattersHelpers.cpp.o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/LanguageCategory.cpp.o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/StringPrinter.cpp.o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeCategory.cpp.o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeCategoryMap.cpp.o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeFormat.cpp.o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeSummary.cpp.o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/TypeSynthetic.cpp.o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/ValueObjectPrinter.cpp.o tools/lldb/source/DataFormatters/CMakeFiles/lldbDataFormatters.dir/VectorType.cpp.o && /usr/bin/ranlib lib/liblldbDataFormatters.a && : [5033/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbCore.a && /usr/bin/ar qc lib/liblldbCore.a tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Address.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/AddressRange.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/AddressResolver.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/AddressResolverFileLine.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Communication.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Debugger.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Declaration.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Disassembler.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DumpDataExtractor.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DumpRegisterValue.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/DynamicLoader.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/EmulateInstruction.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/FileLineResolver.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/FileSpecList.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/FormatEntity.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Highlighter.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/IOHandler.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/IOHandlerCursesGUI.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Mangled.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Module.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ModuleChild.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ModuleList.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Opcode.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/PluginManager.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Progress.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/RichManglingContext.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/SearchFilter.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Section.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/SourceLocationSpec.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/SourceManager.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/StreamAsynchronousIO.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/StreamFile.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/UserSettingsController.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Value.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObject.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectCast.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectChild.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectConstResult.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectConstResultCast.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectConstResultChild.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectConstResultImpl.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectDynamicValue.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectList.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectMemory.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectRegister.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectSyntheticFilter.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectUpdater.cpp.o tools/lldb/source/Core/CMakeFiles/lldbCore.dir/ValueObjectVariable.cpp.o && /usr/bin/ranlib lib/liblldbCore.a && : [5034/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbCommands.a && /usr/bin/ar qc lib/liblldbCommands.a tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandCompletions.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectApropos.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectBreakpoint.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectBreakpointCommand.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectCommands.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectDisassemble.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectExpression.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectFrame.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectGUI.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectHelp.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectLanguage.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectLog.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectMemory.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectMemoryTag.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectMultiword.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectPlatform.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectPlugin.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectProcess.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectQuit.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectRegexCommand.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectRegister.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectReproducer.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectScript.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectSession.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectSettings.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectSource.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectStats.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectTarget.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectThread.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectThreadUtil.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectTrace.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectType.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectVersion.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectWatchpoint.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectWatchpointCommand.cpp.o tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandOptionsProcessLaunch.cpp.o && /usr/bin/ranlib lib/liblldbCommands.a && : [5035/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbBreakpoint.a && /usr/bin/ar qc lib/liblldbBreakpoint.a tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/Breakpoint.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointID.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointIDList.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointList.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointLocation.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointLocationCollection.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointLocationList.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointName.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointOptions.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointPrecondition.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolver.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverAddress.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverFileLine.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverFileRegex.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverName.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointResolverScripted.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointSite.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/BreakpointSiteList.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/Stoppoint.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/StoppointCallbackContext.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/StoppointSite.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/Watchpoint.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/WatchpointList.cpp.o tools/lldb/source/Breakpoint/CMakeFiles/lldbBreakpoint.dir/WatchpointOptions.cpp.o && /usr/bin/ranlib lib/liblldbBreakpoint.a && : [5036/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginABIAArch64.a && /usr/bin/ar qc lib/liblldbPluginABIAArch64.a tools/lldb/source/Plugins/ABI/AArch64/CMakeFiles/lldbPluginABIAArch64.dir/ABIAArch64.cpp.o tools/lldb/source/Plugins/ABI/AArch64/CMakeFiles/lldbPluginABIAArch64.dir/ABIMacOSX_arm64.cpp.o tools/lldb/source/Plugins/ABI/AArch64/CMakeFiles/lldbPluginABIAArch64.dir/ABISysV_arm64.cpp.o && /usr/bin/ranlib lib/liblldbPluginABIAArch64.a && : [5037/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginABIARM.a && /usr/bin/ar qc lib/liblldbPluginABIARM.a tools/lldb/source/Plugins/ABI/ARM/CMakeFiles/lldbPluginABIARM.dir/ABIARM.cpp.o tools/lldb/source/Plugins/ABI/ARM/CMakeFiles/lldbPluginABIARM.dir/ABIMacOSX_arm.cpp.o tools/lldb/source/Plugins/ABI/ARM/CMakeFiles/lldbPluginABIARM.dir/ABISysV_arm.cpp.o && /usr/bin/ranlib lib/liblldbPluginABIARM.a && : [5038/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginABIHexagon.a && /usr/bin/ar qc lib/liblldbPluginABIHexagon.a tools/lldb/source/Plugins/ABI/Hexagon/CMakeFiles/lldbPluginABIHexagon.dir/ABISysV_hexagon.cpp.o && /usr/bin/ranlib lib/liblldbPluginABIHexagon.a && : [5039/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginABIMips.a && /usr/bin/ar qc lib/liblldbPluginABIMips.a tools/lldb/source/Plugins/ABI/Mips/CMakeFiles/lldbPluginABIMips.dir/ABIMips.cpp.o tools/lldb/source/Plugins/ABI/Mips/CMakeFiles/lldbPluginABIMips.dir/ABISysV_mips.cpp.o tools/lldb/source/Plugins/ABI/Mips/CMakeFiles/lldbPluginABIMips.dir/ABISysV_mips64.cpp.o && /usr/bin/ranlib lib/liblldbPluginABIMips.a && : [5040/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginABIPowerPC.a && /usr/bin/ar qc lib/liblldbPluginABIPowerPC.a tools/lldb/source/Plugins/ABI/PowerPC/CMakeFiles/lldbPluginABIPowerPC.dir/ABIPowerPC.cpp.o tools/lldb/source/Plugins/ABI/PowerPC/CMakeFiles/lldbPluginABIPowerPC.dir/ABISysV_ppc.cpp.o tools/lldb/source/Plugins/ABI/PowerPC/CMakeFiles/lldbPluginABIPowerPC.dir/ABISysV_ppc64.cpp.o && /usr/bin/ranlib lib/liblldbPluginABIPowerPC.a && : [5041/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginABISystemZ.a && /usr/bin/ar qc lib/liblldbPluginABISystemZ.a tools/lldb/source/Plugins/ABI/SystemZ/CMakeFiles/lldbPluginABISystemZ.dir/ABISysV_s390x.cpp.o && /usr/bin/ranlib lib/liblldbPluginABISystemZ.a && : [5042/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginABIX86.a && /usr/bin/ar qc lib/liblldbPluginABIX86.a tools/lldb/source/Plugins/ABI/X86/CMakeFiles/lldbPluginABIX86.dir/ABIX86.cpp.o tools/lldb/source/Plugins/ABI/X86/CMakeFiles/lldbPluginABIX86.dir/ABIMacOSX_i386.cpp.o tools/lldb/source/Plugins/ABI/X86/CMakeFiles/lldbPluginABIX86.dir/ABISysV_i386.cpp.o tools/lldb/source/Plugins/ABI/X86/CMakeFiles/lldbPluginABIX86.dir/ABISysV_x86_64.cpp.o tools/lldb/source/Plugins/ABI/X86/CMakeFiles/lldbPluginABIX86.dir/ABIWindows_x86_64.cpp.o && /usr/bin/ranlib lib/liblldbPluginABIX86.a && : [5043/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginArchitectureArm.a && /usr/bin/ar qc lib/liblldbPluginArchitectureArm.a tools/lldb/source/Plugins/Architecture/Arm/CMakeFiles/lldbPluginArchitectureArm.dir/ArchitectureArm.cpp.o && /usr/bin/ranlib lib/liblldbPluginArchitectureArm.a && : [5044/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginArchitectureMips.a && /usr/bin/ar qc lib/liblldbPluginArchitectureMips.a tools/lldb/source/Plugins/Architecture/Mips/CMakeFiles/lldbPluginArchitectureMips.dir/ArchitectureMips.cpp.o && /usr/bin/ranlib lib/liblldbPluginArchitectureMips.a && : [5045/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginArchitecturePPC64.a && /usr/bin/ar qc lib/liblldbPluginArchitecturePPC64.a tools/lldb/source/Plugins/Architecture/PPC64/CMakeFiles/lldbPluginArchitecturePPC64.dir/ArchitecturePPC64.cpp.o && /usr/bin/ranlib lib/liblldbPluginArchitecturePPC64.a && : [5046/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginArchitectureAArch64.a && /usr/bin/ar qc lib/liblldbPluginArchitectureAArch64.a tools/lldb/source/Plugins/Architecture/AArch64/CMakeFiles/lldbPluginArchitectureAArch64.dir/ArchitectureAArch64.cpp.o && /usr/bin/ranlib lib/liblldbPluginArchitectureAArch64.a && : [5047/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginDisassemblerLLVMC.a && /usr/bin/ar qc lib/liblldbPluginDisassemblerLLVMC.a tools/lldb/source/Plugins/Disassembler/LLVMC/CMakeFiles/lldbPluginDisassemblerLLVMC.dir/DisassemblerLLVMC.cpp.o && /usr/bin/ranlib lib/liblldbPluginDisassemblerLLVMC.a && : [5048/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginDynamicLoaderMacOSXDYLD.a && /usr/bin/ar qc lib/liblldbPluginDynamicLoaderMacOSXDYLD.a tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DynamicLoaderMacOSXDYLD.cpp.o tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DynamicLoaderMacOS.cpp.o tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeFiles/lldbPluginDynamicLoaderMacOSXDYLD.dir/DynamicLoaderDarwin.cpp.o && /usr/bin/ranlib lib/liblldbPluginDynamicLoaderMacOSXDYLD.a && : [5049/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginDynamicLoaderStatic.a && /usr/bin/ar qc lib/liblldbPluginDynamicLoaderStatic.a tools/lldb/source/Plugins/DynamicLoader/Static/CMakeFiles/lldbPluginDynamicLoaderStatic.dir/DynamicLoaderStatic.cpp.o && /usr/bin/ranlib lib/liblldbPluginDynamicLoaderStatic.a && : [5050/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginDynamicLoaderHexagonDYLD.a && /usr/bin/ar qc lib/liblldbPluginDynamicLoaderHexagonDYLD.a tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/HexagonDYLDRendezvous.cpp.o tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeFiles/lldbPluginDynamicLoaderHexagonDYLD.dir/DynamicLoaderHexagonDYLD.cpp.o && /usr/bin/ranlib lib/liblldbPluginDynamicLoaderHexagonDYLD.a && : [5051/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginDynamicLoaderWindowsDYLD.a && /usr/bin/ar qc lib/liblldbPluginDynamicLoaderWindowsDYLD.a tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/CMakeFiles/lldbPluginDynamicLoaderWindowsDYLD.dir/DynamicLoaderWindowsDYLD.cpp.o && /usr/bin/ranlib lib/liblldbPluginDynamicLoaderWindowsDYLD.a && : [5052/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginDynamicLoaderWasmDYLD.a && /usr/bin/ar qc lib/liblldbPluginDynamicLoaderWasmDYLD.a tools/lldb/source/Plugins/DynamicLoader/wasm-DYLD/CMakeFiles/lldbPluginDynamicLoaderWasmDYLD.dir/DynamicLoaderWasmDYLD.cpp.o && /usr/bin/ranlib lib/liblldbPluginDynamicLoaderWasmDYLD.a && : [5053/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginInstructionARM.a && /usr/bin/ar qc lib/liblldbPluginInstructionARM.a tools/lldb/source/Plugins/Instruction/ARM/CMakeFiles/lldbPluginInstructionARM.dir/EmulateInstructionARM.cpp.o tools/lldb/source/Plugins/Instruction/ARM/CMakeFiles/lldbPluginInstructionARM.dir/EmulationStateARM.cpp.o && /usr/bin/ranlib lib/liblldbPluginInstructionARM.a && : [5054/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginInstructionARM64.a && /usr/bin/ar qc lib/liblldbPluginInstructionARM64.a tools/lldb/source/Plugins/Instruction/ARM64/CMakeFiles/lldbPluginInstructionARM64.dir/EmulateInstructionARM64.cpp.o && /usr/bin/ranlib lib/liblldbPluginInstructionARM64.a && : [5055/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginInstructionMIPS.a && /usr/bin/ar qc lib/liblldbPluginInstructionMIPS.a tools/lldb/source/Plugins/Instruction/MIPS/CMakeFiles/lldbPluginInstructionMIPS.dir/EmulateInstructionMIPS.cpp.o && /usr/bin/ranlib lib/liblldbPluginInstructionMIPS.a && : [5056/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginInstructionMIPS64.a && /usr/bin/ar qc lib/liblldbPluginInstructionMIPS64.a tools/lldb/source/Plugins/Instruction/MIPS64/CMakeFiles/lldbPluginInstructionMIPS64.dir/EmulateInstructionMIPS64.cpp.o && /usr/bin/ranlib lib/liblldbPluginInstructionMIPS64.a && : [5057/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginInstructionPPC64.a && /usr/bin/ar qc lib/liblldbPluginInstructionPPC64.a tools/lldb/source/Plugins/Instruction/PPC64/CMakeFiles/lldbPluginInstructionPPC64.dir/EmulateInstructionPPC64.cpp.o && /usr/bin/ranlib lib/liblldbPluginInstructionPPC64.a && : [5058/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginInstrumentationRuntimeASan.a && /usr/bin/ar qc lib/liblldbPluginInstrumentationRuntimeASan.a tools/lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeFiles/lldbPluginInstrumentationRuntimeASan.dir/InstrumentationRuntimeASan.cpp.o && /usr/bin/ranlib lib/liblldbPluginInstrumentationRuntimeASan.a && : [5059/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginInstrumentationRuntimeMainThreadChecker.a && /usr/bin/ar qc lib/liblldbPluginInstrumentationRuntimeMainThreadChecker.a tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeFiles/lldbPluginInstrumentationRuntimeMainThreadChecker.dir/InstrumentationRuntimeMainThreadChecker.cpp.o && /usr/bin/ranlib lib/liblldbPluginInstrumentationRuntimeMainThreadChecker.a && : [5060/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginInstrumentationRuntimeTSan.a && /usr/bin/ar qc lib/liblldbPluginInstrumentationRuntimeTSan.a tools/lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeFiles/lldbPluginInstrumentationRuntimeTSan.dir/InstrumentationRuntimeTSan.cpp.o && /usr/bin/ranlib lib/liblldbPluginInstrumentationRuntimeTSan.a && : [5061/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginInstrumentationRuntimeUBSan.a && /usr/bin/ar qc lib/liblldbPluginInstrumentationRuntimeUBSan.a tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeFiles/lldbPluginInstrumentationRuntimeUBSan.dir/InstrumentationRuntimeUBSan.cpp.o && /usr/bin/ranlib lib/liblldbPluginInstrumentationRuntimeUBSan.a && : [5062/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginObjCPlusPlusLanguage.a && /usr/bin/ar qc lib/liblldbPluginObjCPlusPlusLanguage.a tools/lldb/source/Plugins/Language/ObjCPlusPlus/CMakeFiles/lldbPluginObjCPlusPlusLanguage.dir/ObjCPlusPlusLanguage.cpp.o && /usr/bin/ranlib lib/liblldbPluginObjCPlusPlusLanguage.a && : [5063/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginCXXItaniumABI.a && /usr/bin/ar qc lib/liblldbPluginCXXItaniumABI.a tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeFiles/lldbPluginCXXItaniumABI.dir/ItaniumABILanguageRuntime.cpp.o && /usr/bin/ranlib lib/liblldbPluginCXXItaniumABI.a && : [5064/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginMemoryHistoryASan.a && /usr/bin/ar qc lib/liblldbPluginMemoryHistoryASan.a tools/lldb/source/Plugins/MemoryHistory/asan/CMakeFiles/lldbPluginMemoryHistoryASan.dir/MemoryHistoryASan.cpp.o && /usr/bin/ranlib lib/liblldbPluginMemoryHistoryASan.a && : [5065/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginObjectContainerBSDArchive.a && /usr/bin/ar qc lib/liblldbPluginObjectContainerBSDArchive.a tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/CMakeFiles/lldbPluginObjectContainerBSDArchive.dir/ObjectContainerBSDArchive.cpp.o && /usr/bin/ranlib lib/liblldbPluginObjectContainerBSDArchive.a && : [5066/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginObjectContainerMachOArchive.a && /usr/bin/ar qc lib/liblldbPluginObjectContainerMachOArchive.a tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/CMakeFiles/lldbPluginObjectContainerMachOArchive.dir/ObjectContainerUniversalMachO.cpp.o && /usr/bin/ranlib lib/liblldbPluginObjectContainerMachOArchive.a && : [5067/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginObjectFileBreakpad.a && /usr/bin/ar qc lib/liblldbPluginObjectFileBreakpad.a tools/lldb/source/Plugins/ObjectFile/Breakpad/CMakeFiles/lldbPluginObjectFileBreakpad.dir/BreakpadRecords.cpp.o tools/lldb/source/Plugins/ObjectFile/Breakpad/CMakeFiles/lldbPluginObjectFileBreakpad.dir/ObjectFileBreakpad.cpp.o && /usr/bin/ranlib lib/liblldbPluginObjectFileBreakpad.a && : [5068/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginObjectFileELF.a && /usr/bin/ar qc lib/liblldbPluginObjectFileELF.a tools/lldb/source/Plugins/ObjectFile/ELF/CMakeFiles/lldbPluginObjectFileELF.dir/ELFHeader.cpp.o tools/lldb/source/Plugins/ObjectFile/ELF/CMakeFiles/lldbPluginObjectFileELF.dir/ObjectFileELF.cpp.o && /usr/bin/ranlib lib/liblldbPluginObjectFileELF.a && : [5069/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginObjectFileMachO.a && /usr/bin/ar qc lib/liblldbPluginObjectFileMachO.a tools/lldb/source/Plugins/ObjectFile/Mach-O/CMakeFiles/lldbPluginObjectFileMachO.dir/ObjectFileMachO.cpp.o && /usr/bin/ranlib lib/liblldbPluginObjectFileMachO.a && : [5070/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginJITLoaderGDB.a && /usr/bin/ar qc lib/liblldbPluginJITLoaderGDB.a tools/lldb/source/Plugins/JITLoader/GDB/CMakeFiles/lldbPluginJITLoaderGDB.dir/JITLoaderGDB.cpp.o && /usr/bin/ranlib lib/liblldbPluginJITLoaderGDB.a && : [5071/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginObjectFilePECOFF.a && /usr/bin/ar qc lib/liblldbPluginObjectFilePECOFF.a tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/ObjectFilePECOFF.cpp.o tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/PECallFrameInfo.cpp.o tools/lldb/source/Plugins/ObjectFile/PECOFF/CMakeFiles/lldbPluginObjectFilePECOFF.dir/WindowsMiniDump.cpp.o && /usr/bin/ranlib lib/liblldbPluginObjectFilePECOFF.a && : [5072/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginObjectFileWasm.a && /usr/bin/ar qc lib/liblldbPluginObjectFileWasm.a tools/lldb/source/Plugins/ObjectFile/wasm/CMakeFiles/lldbPluginObjectFileWasm.dir/ObjectFileWasm.cpp.o && /usr/bin/ranlib lib/liblldbPluginObjectFileWasm.a && : [5073/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginOperatingSystemPython.a && /usr/bin/ar qc lib/liblldbPluginOperatingSystemPython.a tools/lldb/source/Plugins/OperatingSystem/Python/CMakeFiles/lldbPluginOperatingSystemPython.dir/OperatingSystemPython.cpp.o && /usr/bin/ranlib lib/liblldbPluginOperatingSystemPython.a && : [5074/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginPlatformFreeBSD.a && /usr/bin/ar qc lib/liblldbPluginPlatformFreeBSD.a tools/lldb/source/Plugins/Platform/FreeBSD/CMakeFiles/lldbPluginPlatformFreeBSD.dir/PlatformFreeBSD.cpp.o && /usr/bin/ranlib lib/liblldbPluginPlatformFreeBSD.a && : [5075/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginPlatformNetBSD.a && /usr/bin/ar qc lib/liblldbPluginPlatformNetBSD.a tools/lldb/source/Plugins/Platform/NetBSD/CMakeFiles/lldbPluginPlatformNetBSD.dir/PlatformNetBSD.cpp.o && /usr/bin/ranlib lib/liblldbPluginPlatformNetBSD.a && : [5076/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginPlatformOpenBSD.a && /usr/bin/ar qc lib/liblldbPluginPlatformOpenBSD.a tools/lldb/source/Plugins/Platform/OpenBSD/CMakeFiles/lldbPluginPlatformOpenBSD.dir/PlatformOpenBSD.cpp.o && /usr/bin/ranlib lib/liblldbPluginPlatformOpenBSD.a && : [5077/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginPlatformWindows.a && /usr/bin/ar qc lib/liblldbPluginPlatformWindows.a tools/lldb/source/Plugins/Platform/Windows/CMakeFiles/lldbPluginPlatformWindows.dir/PlatformWindows.cpp.o && /usr/bin/ranlib lib/liblldbPluginPlatformWindows.a && : [5078/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginPlatformPOSIX.a && /usr/bin/ar qc lib/liblldbPluginPlatformPOSIX.a tools/lldb/source/Plugins/Platform/POSIX/CMakeFiles/lldbPluginPlatformPOSIX.dir/PlatformPOSIX.cpp.o && /usr/bin/ranlib lib/liblldbPluginPlatformPOSIX.a && : [5079/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginPlatformLinux.a && /usr/bin/ar qc lib/liblldbPluginPlatformLinux.a tools/lldb/source/Plugins/Platform/Linux/CMakeFiles/lldbPluginPlatformLinux.dir/PlatformLinux.cpp.o && /usr/bin/ranlib lib/liblldbPluginPlatformLinux.a && : [5080/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginPlatformMacOSX.a && /usr/bin/ar qc lib/liblldbPluginPlatformMacOSX.a tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformDarwin.cpp.o tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformDarwinKernel.cpp.o tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformMacOSX.cpp.o tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteAppleBridge.cpp.o tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteAppleTV.cpp.o tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteAppleWatch.cpp.o tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteDarwinDevice.cpp.o tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteMacOSX.cpp.o tools/lldb/source/Plugins/Platform/MacOSX/CMakeFiles/lldbPluginPlatformMacOSX.dir/PlatformRemoteiOS.cpp.o && /usr/bin/ranlib lib/liblldbPluginPlatformMacOSX.a && : [5081/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginDynamicLoaderDarwinKernel.a && /usr/bin/ar qc lib/liblldbPluginDynamicLoaderDarwinKernel.a tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/CMakeFiles/lldbPluginDynamicLoaderDarwinKernel.dir/DynamicLoaderDarwinKernel.cpp.o && /usr/bin/ranlib lib/liblldbPluginDynamicLoaderDarwinKernel.a && : [5082/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginPlatformGDB.a && /usr/bin/ar qc lib/liblldbPluginPlatformGDB.a tools/lldb/source/Plugins/Platform/gdb-server/CMakeFiles/lldbPluginPlatformGDB.dir/PlatformRemoteGDBServer.cpp.o && /usr/bin/ranlib lib/liblldbPluginPlatformGDB.a && : [5083/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginPlatformAndroid.a && /usr/bin/ar qc lib/liblldbPluginPlatformAndroid.a tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/AdbClient.cpp.o tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/PlatformAndroid.cpp.o tools/lldb/source/Plugins/Platform/Android/CMakeFiles/lldbPluginPlatformAndroid.dir/PlatformAndroidRemoteGDBServer.cpp.o && /usr/bin/ranlib lib/liblldbPluginPlatformAndroid.a && : [5084/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginScriptedProcess.a && /usr/bin/ar qc lib/liblldbPluginScriptedProcess.a tools/lldb/source/Plugins/Process/scripted/CMakeFiles/lldbPluginScriptedProcess.dir/ScriptedProcess.cpp.o && /usr/bin/ranlib lib/liblldbPluginScriptedProcess.a && : [5085/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginProcessGDBRemote.a && /usr/bin/ar qc lib/liblldbPluginProcessGDBRemote.a tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteClientBase.cpp.o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunication.cpp.o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationClient.cpp.o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationHistory.cpp.o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationReplayServer.cpp.o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServer.cpp.o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServerCommon.cpp.o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServerLLGS.cpp.o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteCommunicationServerPlatform.cpp.o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/GDBRemoteRegisterContext.cpp.o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/ProcessGDBRemote.cpp.o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/ProcessGDBRemoteLog.cpp.o tools/lldb/source/Plugins/Process/gdb-remote/CMakeFiles/lldbPluginProcessGDBRemote.dir/ThreadGDBRemote.cpp.o && /usr/bin/ranlib lib/liblldbPluginProcessGDBRemote.a && : [5086/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbInitialization.a && /usr/bin/ar qc lib/liblldbInitialization.a tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/SystemInitializerCommon.cpp.o tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/SystemInitializer.cpp.o tools/lldb/source/Initialization/CMakeFiles/lldbInitialization.dir/SystemLifetimeManager.cpp.o && /usr/bin/ranlib lib/liblldbInitialization.a && : [5087/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginProcessElfCore.a && /usr/bin/ar qc lib/liblldbPluginProcessElfCore.a tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/ProcessElfCore.cpp.o tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/ThreadElfCore.cpp.o tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_arm.cpp.o tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_arm64.cpp.o tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_mips64.cpp.o tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_powerpc.cpp.o tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_ppc64le.cpp.o tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_s390x.cpp.o tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterContextPOSIXCore_x86_64.cpp.o tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/RegisterUtilities.cpp.o && /usr/bin/ranlib lib/liblldbPluginProcessElfCore.a && : [5088/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginDynamicLoaderPosixDYLD.a && /usr/bin/ar qc lib/liblldbPluginDynamicLoaderPosixDYLD.a tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/DYLDRendezvous.cpp.o tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/CMakeFiles/lldbPluginDynamicLoaderPosixDYLD.dir/DynamicLoaderPOSIXDYLD.cpp.o && /usr/bin/ranlib lib/liblldbPluginDynamicLoaderPosixDYLD.a && : [5089/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginProcessMachCore.a && /usr/bin/ar qc lib/liblldbPluginProcessMachCore.a tools/lldb/source/Plugins/Process/mach-core/CMakeFiles/lldbPluginProcessMachCore.dir/ProcessMachCore.cpp.o tools/lldb/source/Plugins/Process/mach-core/CMakeFiles/lldbPluginProcessMachCore.dir/ThreadMachCore.cpp.o && /usr/bin/ranlib lib/liblldbPluginProcessMachCore.a && : [5090/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginProcessMinidump.a && /usr/bin/ar qc lib/liblldbPluginProcessMinidump.a tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/MinidumpTypes.cpp.o tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/MinidumpParser.cpp.o tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_ARM.cpp.o tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_ARM64.cpp.o tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_x86_32.cpp.o tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/RegisterContextMinidump_x86_64.cpp.o tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/ProcessMinidump.cpp.o tools/lldb/source/Plugins/Process/minidump/CMakeFiles/lldbPluginProcessMinidump.dir/ThreadMinidump.cpp.o && /usr/bin/ranlib lib/liblldbPluginProcessMinidump.a && : [5091/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginScriptInterpreterNone.a && /usr/bin/ar qc lib/liblldbPluginScriptInterpreterNone.a tools/lldb/source/Plugins/ScriptInterpreter/None/CMakeFiles/lldbPluginScriptInterpreterNone.dir/ScriptInterpreterNone.cpp.o && /usr/bin/ranlib lib/liblldbPluginScriptInterpreterNone.a && : [5092/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginScriptInterpreterPython.a && /usr/bin/ar qc lib/liblldbPluginScriptInterpreterPython.a tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/PythonDataObjects.cpp.o tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/PythonReadline.cpp.o tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/ScriptInterpreterPython.cpp.o tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/ScriptedProcessPythonInterface.cpp.o tools/lldb/source/Plugins/ScriptInterpreter/Python/CMakeFiles/lldbPluginScriptInterpreterPython.dir/SWIGPythonBridge.cpp.o && /usr/bin/ranlib lib/liblldbPluginScriptInterpreterPython.a && : [5093/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginStructuredDataDarwinLog.a && /usr/bin/ar qc lib/liblldbPluginStructuredDataDarwinLog.a tools/lldb/source/Plugins/StructuredData/DarwinLog/CMakeFiles/lldbPluginStructuredDataDarwinLog.dir/StructuredDataDarwinLog.cpp.o && /usr/bin/ranlib lib/liblldbPluginStructuredDataDarwinLog.a && : [5094/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginSymbolFileBreakpad.a && /usr/bin/ar qc lib/liblldbPluginSymbolFileBreakpad.a tools/lldb/source/Plugins/SymbolFile/Breakpad/CMakeFiles/lldbPluginSymbolFileBreakpad.dir/SymbolFileBreakpad.cpp.o && /usr/bin/ranlib lib/liblldbPluginSymbolFileBreakpad.a && : [5095/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginSymbolFileSymtab.a && /usr/bin/ar qc lib/liblldbPluginSymbolFileSymtab.a tools/lldb/source/Plugins/SymbolFile/Symtab/CMakeFiles/lldbPluginSymbolFileSymtab.dir/SymbolFileSymtab.cpp.o && /usr/bin/ranlib lib/liblldbPluginSymbolFileSymtab.a && : [5096/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginSystemRuntimeMacOSX.a && /usr/bin/ar qc lib/liblldbPluginSystemRuntimeMacOSX.a tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetItemInfoHandler.cpp.o tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetPendingItemsHandler.cpp.o tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetQueuesHandler.cpp.o tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/AppleGetThreadItemInfoHandler.cpp.o tools/lldb/source/Plugins/SystemRuntime/MacOSX/CMakeFiles/lldbPluginSystemRuntimeMacOSX.dir/SystemRuntimeMacOSX.cpp.o && /usr/bin/ranlib lib/liblldbPluginSystemRuntimeMacOSX.a && : [5097/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginSymbolVendorELF.a && /usr/bin/ar qc lib/liblldbPluginSymbolVendorELF.a tools/lldb/source/Plugins/SymbolVendor/ELF/CMakeFiles/lldbPluginSymbolVendorELF.dir/SymbolVendorELF.cpp.o && /usr/bin/ranlib lib/liblldbPluginSymbolVendorELF.a && : [5098/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginSymbolVendorWasm.a && /usr/bin/ar qc lib/liblldbPluginSymbolVendorWasm.a tools/lldb/source/Plugins/SymbolVendor/wasm/CMakeFiles/lldbPluginSymbolVendorWasm.dir/SymbolVendorWasm.cpp.o && /usr/bin/ranlib lib/liblldbPluginSymbolVendorWasm.a && : [5099/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginTraceCommon.a && /usr/bin/ar qc lib/liblldbPluginTraceCommon.a tools/lldb/source/Plugins/Trace/common/CMakeFiles/lldbPluginTraceCommon.dir/ThreadPostMortemTrace.cpp.o tools/lldb/source/Plugins/Trace/common/CMakeFiles/lldbPluginTraceCommon.dir/TraceSessionFileParser.cpp.o && /usr/bin/ranlib lib/liblldbPluginTraceCommon.a && : [5100/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginTraceExporterCTF.a && /usr/bin/ar qc lib/liblldbPluginTraceExporterCTF.a tools/lldb/source/Plugins/TraceExporter/ctf/CMakeFiles/lldbPluginTraceExporterCTF.dir/CommandObjectThreadTraceExportCTF.cpp.o tools/lldb/source/Plugins/TraceExporter/ctf/CMakeFiles/lldbPluginTraceExporterCTF.dir/TraceExporterCTF.cpp.o && /usr/bin/ranlib lib/liblldbPluginTraceExporterCTF.a && : [5101/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginUnwindAssemblyInstEmulation.a && /usr/bin/ar qc lib/liblldbPluginUnwindAssemblyInstEmulation.a tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/CMakeFiles/lldbPluginUnwindAssemblyInstEmulation.dir/UnwindAssemblyInstEmulation.cpp.o && /usr/bin/ranlib lib/liblldbPluginUnwindAssemblyInstEmulation.a && : [5102/5255] : && /usr/local/bin/cmake -E rm -f lib/liblldbPluginUnwindAssemblyX86.a && /usr/bin/ar qc lib/liblldbPluginUnwindAssemblyX86.a tools/lldb/source/Plugins/UnwindAssembly/x86/CMakeFiles/lldbPluginUnwindAssemblyX86.dir/UnwindAssembly-x86.cpp.o tools/lldb/source/Plugins/UnwindAssembly/x86/CMakeFiles/lldbPluginUnwindAssemblyX86.dir/x86AssemblyInspectionEngine.cpp.o && /usr/bin/ranlib lib/liblldbPluginUnwindAssemblyX86.a && : [5103/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBreakpointOptionCommon.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBreakpointOptionCommon.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBreakpointOptionCommon.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBBreakpointOptionCommon.cpp [5104/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBAddress.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBAddress.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBAddress.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBAddress.cpp [5105/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBAttachInfo.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBAttachInfo.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBAttachInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBAttachInfo.cpp [5106/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBreakpointName.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBreakpointName.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBreakpointName.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBBreakpointName.cpp [5107/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBlock.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBlock.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBlock.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBBlock.cpp [5108/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBreakpointLocation.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBreakpointLocation.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBreakpointLocation.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBBreakpointLocation.cpp [5109/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBreakpoint.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBreakpoint.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBreakpoint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBBreakpoint.cpp [5110/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBroadcaster.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBroadcaster.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBroadcaster.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBBroadcaster.cpp [5111/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCommunication.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCommunication.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCommunication.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBCommunication.cpp [5112/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCommandInterpreterRunOptions.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCommandInterpreterRunOptions.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCommandInterpreterRunOptions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBCommandInterpreterRunOptions.cpp [5113/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCommandReturnObject.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCommandReturnObject.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCommandReturnObject.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBCommandReturnObject.cpp [5114/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCompileUnit.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCompileUnit.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCompileUnit.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBCompileUnit.cpp [5115/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBDeclaration.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBDeclaration.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBDeclaration.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBDeclaration.cpp [5116/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCommandInterpreter.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCommandInterpreter.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCommandInterpreter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBCommandInterpreter.cpp [5117/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBEnvironment.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBEnvironment.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBEnvironment.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBEnvironment.cpp [5118/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBError.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBError.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBError.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBError.cpp [5119/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBData.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBData.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBData.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBData.cpp [5120/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBExecutionContext.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBExecutionContext.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBExecutionContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBExecutionContext.cpp [5121/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBEvent.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBEvent.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBEvent.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBEvent.cpp [5122/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFileSpecList.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFileSpecList.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFileSpecList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBFileSpecList.cpp [5123/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFileSpec.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFileSpec.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFileSpec.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBFileSpec.cpp [5124/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFile.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFile.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFile.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBFile.cpp [5125/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBExpressionOptions.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBExpressionOptions.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBExpressionOptions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBExpressionOptions.cpp [5126/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBHostOS.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBHostOS.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBHostOS.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBHostOS.cpp [5127/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBInstructionList.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBInstructionList.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBInstructionList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBInstructionList.cpp [5128/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFunction.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFunction.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFunction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBFunction.cpp [5129/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBInstruction.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBInstruction.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBInstruction.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBInstruction.cpp [5130/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBLanguageRuntime.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBLanguageRuntime.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBLanguageRuntime.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBLanguageRuntime.cpp [5131/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBDebugger.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBDebugger.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBDebugger.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBDebugger.cpp [5132/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/tools/lldb-instr -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-instr -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/tools/lldb-instr/CMakeFiles/lldb-instr.dir/Instrument.cpp.o -MF tools/lldb/tools/lldb-instr/CMakeFiles/lldb-instr.dir/Instrument.cpp.o.d -o tools/lldb/tools/lldb-instr/CMakeFiles/lldb-instr.dir/Instrument.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-instr/Instrument.cpp In file included from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/LLVM.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/DiagnosticIDs.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/Basic/Diagnostic.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/NestedNameSpecifier.h:18, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Type.h:21, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/CanonicalType.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ASTContext.h:19, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/AST.h:17, from /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-instr/Instrument.cpp:1: /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::simplify_type': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: required from 'struct llvm::cast_retty' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:45:69: warning: ignoring attributes on template argument 'llvm::add_const_past_pointer::type' {aka 'const clang::Stmt*'} [-Wignored-attributes] typename add_lvalue_reference_if_not_pointer::type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::CallExpr; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/ExprCXX.h:259:52: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'const bool llvm::is_simple_type::value': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:298:40: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(Y&) [with X = clang::ObjCAtCatchStmt; Y = const clang::Stmt* const]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtObjC.h:219:59: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:240:21: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] static const bool value = ^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:290:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast_or_null(const Y&) [with X = clang::ObjCAtFinallyStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtObjC.h:239:73: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] To, From, typename simplify_type::SimpleType>::ret_type; ^ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:254:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::cast(const Y&) [with X = clang::CapturedStmt; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/OpenMPClause.h:8651:54: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'struct llvm::cast_retty': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:334:1: required by substitution of 'template std::enable_if_t<(! llvm::is_simple_type::value), typename llvm::cast_retty::ret_type> llvm::dyn_cast(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:215:68: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::CaseStmt; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::CaseStmt; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::CaseStmt*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/Stmt.h:1698:65: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] return isa_impl_wrap::SimpleType>::doit(Val); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h: In instantiation of 'bool llvm::isa(const Y&) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt*]': /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:345:16: required from 'typename llvm::cast_retty::ret_type llvm::dyn_cast(Y*) [with X = clang::OMPExecutableDirective; Y = const clang::Stmt; typename llvm::cast_retty::ret_type = const clang::OMPExecutableDirective*]' /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include/clang/AST/StmtOpenMP.h:951:53: required from here /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include/llvm/Support/Casting.h:143:74: warning: ignoring attributes on template argument 'llvm::simplify_type::SimpleType' {aka 'const clang::Stmt*'} [-Wignored-attributes] In function '__sparc_get_pc_thunk.l7': cc1plus: warning: unrecognized command line option '-Wno-vla-extension' cc1plus: warning: unrecognized command line option '-Wno-deprecated-register' [5133/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFrame.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFrame.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFrame.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBFrame.cpp [5134/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBLineEntry.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBLineEntry.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBLineEntry.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBLineEntry.cpp [5135/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBMemoryRegionInfoList.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBMemoryRegionInfoList.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBMemoryRegionInfoList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBMemoryRegionInfoList.cpp [5136/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBMemoryRegionInfo.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBMemoryRegionInfo.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBMemoryRegionInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBMemoryRegionInfo.cpp [5137/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBLaunchInfo.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBLaunchInfo.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBLaunchInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBLaunchInfo.cpp [5138/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBListener.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBListener.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBListener.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBListener.cpp [5139/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBModuleSpec.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBModuleSpec.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBModuleSpec.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBModuleSpec.cpp [5140/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBProcessInfo.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBProcessInfo.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBProcessInfo.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBProcessInfo.cpp [5141/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBPlatform.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBPlatform.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBPlatform.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBPlatform.cpp [5142/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBReproducer.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBReproducer.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBReproducer.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBReproducer.cpp [5143/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBQueueItem.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBQueueItem.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBQueueItem.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBQueueItem.cpp [5144/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBModule.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBModule.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBModule.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBModule.cpp [5145/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBQueue.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBQueue.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBQueue.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBQueue.cpp [5146/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSourceManager.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSourceManager.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSourceManager.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBSourceManager.cpp [5147/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSection.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSection.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBSection.cpp [5148/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBStringList.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBStringList.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBStringList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBStringList.cpp [5149/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBStream.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBStream.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBStream.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBStream.cpp [5150/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBProcess.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBProcess.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBProcess.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBProcess.cpp [5151/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBStructuredData.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBStructuredData.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBStructuredData.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBStructuredData.cpp [5152/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSymbol.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSymbol.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSymbol.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBSymbol.cpp [5153/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSymbolContextList.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSymbolContextList.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSymbolContextList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBSymbolContextList.cpp [5154/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSymbolContext.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSymbolContext.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSymbolContext.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBSymbolContext.cpp [5155/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBThreadCollection.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBThreadCollection.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBThreadCollection.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBThreadCollection.cpp [5156/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTrace.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTrace.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTrace.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBTrace.cpp [5157/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeEnumMember.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeEnumMember.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeEnumMember.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBTypeEnumMember.cpp [5158/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBType.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBType.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBType.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBType.cpp [5159/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBThread.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBThread.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBThread.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBThread.cpp [5160/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeCategory.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeCategory.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeCategory.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBTypeCategory.cpp [5161/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeNameSpecifier.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeNameSpecifier.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeNameSpecifier.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBTypeNameSpecifier.cpp [5162/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBThreadPlan.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBThreadPlan.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBThreadPlan.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBThreadPlan.cpp [5163/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeFormat.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeFormat.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeFormat.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBTypeFormat.cpp [5164/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeFilter.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeFilter.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeFilter.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBTypeFilter.cpp [5165/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeSynthetic.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeSynthetic.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeSynthetic.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBTypeSynthetic.cpp [5166/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBValueList.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBValueList.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBValueList.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBValueList.cpp [5167/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeSummary.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeSummary.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeSummary.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBTypeSummary.cpp [5168/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/lldb/tools/lldb-instr/CMakeFiles/lldb-instr.dir/Instrument.cpp.o -o bin/lldb-instr -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libclang-cpp.so.1.0 lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5169/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBWatchpoint.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBWatchpoint.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBWatchpoint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBWatchpoint.cpp [5170/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBVariablesOptions.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBVariablesOptions.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBVariablesOptions.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBVariablesOptions.cpp [5171/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBUnixSignals.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBUnixSignals.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBUnixSignals.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBUnixSignals.cpp [5172/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/BreakpointBase.cpp.o -MF tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/BreakpointBase.cpp.o.d -o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/BreakpointBase.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode/BreakpointBase.cpp [5173/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTarget.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTarget.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTarget.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBTarget.cpp [5174/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SystemInitializerFull.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SystemInitializerFull.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SystemInitializerFull.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SystemInitializerFull.cpp [5175/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/ExceptionBreakpoint.cpp.o -MF tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/ExceptionBreakpoint.cpp.o.d -o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/ExceptionBreakpoint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode/ExceptionBreakpoint.cpp [5176/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/lldb-vscode.cpp.o -MF tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/lldb-vscode.cpp.o.d -o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/lldb-vscode.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode/lldb-vscode.cpp [5177/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/IOStream.cpp.o -MF tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/IOStream.cpp.o.d -o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/IOStream.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode/IOStream.cpp [5178/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/SBValue.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/SBValue.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBValue.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API/SBValue.cpp [5179/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/FunctionBreakpoint.cpp.o -MF tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/FunctionBreakpoint.cpp.o.d -o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/FunctionBreakpoint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode/FunctionBreakpoint.cpp [5180/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/FifoFiles.cpp.o -MF tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/FifoFiles.cpp.o.d -o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/FifoFiles.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode/FifoFiles.cpp [5181/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/OutputRedirector.cpp.o -MF tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/OutputRedirector.cpp.o.d -o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/OutputRedirector.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode/OutputRedirector.cpp [5182/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-extract/CMakeFiles/llvm-extract.dir/llvm-extract.cpp.o -o bin/llvm-extract -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5183/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/LLDBUtils.cpp.o -MF tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/LLDBUtils.cpp.o.d -o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/LLDBUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode/LLDBUtils.cpp [5184/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-gsymutil/CMakeFiles/llvm-gsymutil.dir/llvm-gsymutil.cpp.o -o bin/llvm-gsymutil -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5185/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-ifs/CMakeFiles/llvm-ifs.dir/ErrorCollector.cpp.o tools/llvm-ifs/CMakeFiles/llvm-ifs.dir/llvm-ifs.cpp.o -o bin/llvm-ifs -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5186/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-isel-fuzzer/CMakeFiles/llvm-isel-fuzzer.dir/DummyISelFuzzer.cpp.o tools/llvm-isel-fuzzer/CMakeFiles/llvm-isel-fuzzer.dir/llvm-isel-fuzzer.cpp.o -o bin/llvm-isel-fuzzer -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5187/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-itanium-demangle-fuzzer/CMakeFiles/llvm-itanium-demangle-fuzzer.dir/DummyDemanglerFuzzer.cpp.o tools/llvm-itanium-demangle-fuzzer/CMakeFiles/llvm-itanium-demangle-fuzzer.dir/llvm-itanium-demangle-fuzzer.cpp.o -o bin/llvm-itanium-demangle-fuzzer -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5188/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,--export-dynamic -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink.cpp.o tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink-elf.cpp.o tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink-macho.cpp.o -o bin/llvm-jitlink -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() tools/llvm-jitlink/CMakeFiles/llvm-jitlink.dir/llvm-jitlink.cpp.o: In function `llvm::LLVMJITLinkRemoteExecutorProcessControl::LaunchExecutor()': llvm-jitlink.cpp:(.text._ZN4llvm39LLVMJITLinkRemoteExecutorProcessControl14LaunchExecutorEv+0x168): warning: strcpy() is almost always misused, please use strlcpy() [5189/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-libtool-darwin/CMakeFiles/llvm-libtool-darwin.dir/llvm-libtool-darwin.cpp.o -o bin/llvm-libtool-darwin -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5190/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-link/CMakeFiles/llvm-link.dir/llvm-link.cpp.o -o bin/llvm-link -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5191/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-lipo/CMakeFiles/llvm-lipo.dir/llvm-lipo.cpp.o -o bin/llvm-lipo -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5192/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/SourceBreakpoint.cpp.o -MF tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/SourceBreakpoint.cpp.o.d -o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/SourceBreakpoint.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode/SourceBreakpoint.cpp [5193/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMMCACustomBehaviourAMDGPU.a && /usr/bin/ar qc lib/libLLVMMCACustomBehaviourAMDGPU.a tools/llvm-mca/lib/AMDGPU/CMakeFiles/LLVMMCACustomBehaviourAMDGPU.dir/AMDGPUCustomBehaviour.cpp.o && /usr/bin/ranlib lib/libLLVMMCACustomBehaviourAMDGPU.a && : [5194/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/llvm-lto2.cpp.o -o bin/llvm-lto2 -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5195/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-mc/CMakeFiles/llvm-mc.dir/llvm-mc.cpp.o tools/llvm-mc/CMakeFiles/llvm-mc.dir/Disassembler.cpp.o -o bin/llvm-mc -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5196/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-microsoft-demangle-fuzzer/CMakeFiles/llvm-microsoft-demangle-fuzzer.dir/DummyDemanglerFuzzer.cpp.o tools/llvm-microsoft-demangle-fuzzer/CMakeFiles/llvm-microsoft-demangle-fuzzer.dir/llvm-microsoft-demangle-fuzzer.cpp.o -o bin/llvm-microsoft-demangle-fuzzer -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5197/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-mca/CMakeFiles/llvm-mca.dir/llvm-mca.cpp.o tools/llvm-mca/CMakeFiles/llvm-mca.dir/CodeRegion.cpp.o tools/llvm-mca/CMakeFiles/llvm-mca.dir/CodeRegionGenerator.cpp.o tools/llvm-mca/CMakeFiles/llvm-mca.dir/PipelinePrinter.cpp.o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/BottleneckAnalysis.cpp.o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/DispatchStatistics.cpp.o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/InstructionInfoView.cpp.o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/InstructionView.cpp.o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/RegisterFileStatistics.cpp.o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/ResourcePressureView.cpp.o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/RetireControlUnitStatistics.cpp.o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/SchedulerStatistics.cpp.o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/SummaryView.cpp.o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/TimelineView.cpp.o tools/llvm-mca/CMakeFiles/llvm-mca.dir/Views/View.cpp.o -o bin/llvm-mca -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/libLLVMMCACustomBehaviourAMDGPU.a lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5198/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-ml/CMakeFiles/llvm-ml.dir/llvm-ml.cpp.o tools/llvm-ml/CMakeFiles/llvm-ml.dir/Disassembler.cpp.o -o bin/llvm-ml -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5199/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-mt/CMakeFiles/llvm-mt.dir/llvm-mt.cpp.o -o bin/llvm-mt -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5200/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-modextract/CMakeFiles/llvm-modextract.dir/llvm-modextract.cpp.o -o bin/llvm-modextract -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5201/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-nm/CMakeFiles/llvm-nm.dir/llvm-nm.cpp.o -o bin/llvm-nm -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() tools/llvm-nm/CMakeFiles/llvm-nm.dir/llvm-nm.cpp.o: In function `_ZL22sortAndPrintSymbolListRN4llvm6object12SymbolicFileEbNS_9StringRefES3_': llvm-nm.cpp:(.text._ZL22sortAndPrintSymbolListRN4llvm6object12SymbolicFileEbNS_9StringRefES3_+0x348): warning: strcpy() is almost always misused, please use strlcpy() [5202/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/ProgressEvent.cpp.o -MF tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/ProgressEvent.cpp.o.d -o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/ProgressEvent.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode/ProgressEvent.cpp [5203/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-opt-fuzzer/CMakeFiles/llvm-opt-fuzzer.dir/DummyOptFuzzer.cpp.o tools/llvm-opt-fuzzer/CMakeFiles/llvm-opt-fuzzer.dir/llvm-opt-fuzzer.cpp.o -o bin/llvm-opt-fuzzer -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5204/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/llvm-objdump.cpp.o tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/SourcePrinter.cpp.o tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/COFFDump.cpp.o tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/ELFDump.cpp.o tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/MachODump.cpp.o tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/WasmDump.cpp.o tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/XCOFFDump.cpp.o -o bin/llvm-objdump -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/MachODump.cpp.o: In function `_ZL16method_referencePN12_GLOBAL__N_115DisassembleInfoEPyPPKc': MachODump.cpp:(.text._ZL16method_referencePN12_GLOBAL__N_115DisassembleInfoEPyPPKc+0x1f4): warning: strcat() is almost always misused, please use strlcat() MachODump.cpp:(.text._ZL16method_referencePN12_GLOBAL__N_115DisassembleInfoEPyPPKc+0xe4): warning: strcpy() is almost always misused, please use strlcpy() [5205/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/ConfigManager.cpp.o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/llvm-objcopy.cpp.o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/COFF/COFFObjcopy.cpp.o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/COFF/Object.cpp.o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/COFF/Reader.cpp.o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/COFF/Writer.cpp.o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/ELF/ELFObjcopy.cpp.o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/ELF/Object.cpp.o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/MachO/MachOObjcopy.cpp.o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/MachO/MachOReader.cpp.o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/MachO/MachOWriter.cpp.o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/MachO/MachOLayoutBuilder.cpp.o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/MachO/Object.cpp.o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/wasm/Object.cpp.o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/wasm/Reader.cpp.o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/wasm/Writer.cpp.o tools/llvm-objcopy/CMakeFiles/llvm-objcopy.dir/wasm/WasmObjcopy.cpp.o -o bin/llvm-objcopy -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5206/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objdump && /usr/local/bin/cmake -E create_symlink llvm-objdump /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin/llvm-otool [5207/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objcopy && /usr/local/bin/cmake -E create_symlink llvm-objcopy /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin/llvm-bitcode-strip [5208/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/JSONUtils.cpp.o -MF tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/JSONUtils.cpp.o.d -o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/JSONUtils.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode/JSONUtils.cpp [5209/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objcopy && /usr/local/bin/cmake -E create_symlink llvm-objcopy /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin/llvm-install-name-tool [5210/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-opt-report/CMakeFiles/llvm-opt-report.dir/OptReport.cpp.o -o bin/llvm-opt-report -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5211/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-objcopy && /usr/local/bin/cmake -E create_symlink llvm-objcopy /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin/llvm-strip [5212/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/llvm-profgen.cpp.o tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/PerfReader.cpp.o tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/CSPreInliner.cpp.o tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/ProfiledBinary.cpp.o tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/ProfileGenerator.cpp.o tools/llvm-profgen/CMakeFiles/llvm-profgen.dir/PseudoProbe.cpp.o -o bin/llvm-profgen -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5213/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-rc/CMakeFiles/llvm-rc.dir/llvm-rc.cpp.o tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceFileWriter.cpp.o tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptCppFilter.cpp.o tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptParser.cpp.o tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptStmt.cpp.o tools/llvm-rc/CMakeFiles/llvm-rc.dir/ResourceScriptToken.cpp.o -o bin/llvm-rc -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5214/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/BytesOutputStyle.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/DumpOutputStyle.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/ExplainOutputStyle.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/InputFile.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/llvm-pdbutil.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/FormatUtil.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/LinePrinter.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/MinimalSymbolDumper.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/MinimalTypeDumper.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PdbYaml.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyBuiltinDumper.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyClassDefinitionDumper.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyClassLayoutGraphicalDumper.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyCompilandDumper.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyEnumDumper.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyExternalSymbolDumper.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyFunctionDumper.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyTypeDumper.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyTypedefDumper.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/PrettyVariableDumper.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/StreamUtil.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/TypeReferenceTracker.cpp.o tools/llvm-pdbutil/CMakeFiles/llvm-pdbutil.dir/YAMLOutputStyle.cpp.o -o bin/llvm-pdbutil -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5215/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/DeltaManager.cpp.o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/TestRunner.cpp.o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/Delta.cpp.o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceAliases.cpp.o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceArguments.cpp.o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceAttributes.cpp.o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceBasicBlocks.cpp.o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceFunctionBodies.cpp.o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceFunctions.cpp.o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceGlobalValues.cpp.o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceGlobalVarInitializers.cpp.o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceGlobalVars.cpp.o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceInstructions.cpp.o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceMetadata.cpp.o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceModuleInlineAsm.cpp.o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceOperandBundles.cpp.o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/deltas/ReduceSpecialGlobals.cpp.o tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/llvm-reduce.cpp.o -o bin/llvm-reduce -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5216/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-rc && /usr/local/bin/cmake -E create_symlink llvm-rc /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin/llvm-windres [5217/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ARMWinEHPrinter.cpp.o tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/COFFDumper.cpp.o tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/COFFImportDumper.cpp.o tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ELFDumper.cpp.o tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/llvm-readobj.cpp.o tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/MachODumper.cpp.o tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/ObjDumper.cpp.o tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/WasmDumper.cpp.o tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/Win64EHDumper.cpp.o tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/WindowsResourceDumper.cpp.o tools/llvm-readobj/CMakeFiles/llvm-readobj.dir/XCOFFDumper.cpp.o -o bin/llvm-readobj -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5218/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-readobj && /usr/local/bin/cmake -E create_symlink llvm-readobj /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin/llvm-readelf [5219/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-rtdyld/CMakeFiles/llvm-rtdyld.dir/llvm-rtdyld.cpp.o -o bin/llvm-rtdyld -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5220/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-sim/CMakeFiles/llvm-sim.dir/llvm-sim.cpp.o -o bin/llvm-sim -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5221/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-rust-demangle-fuzzer/CMakeFiles/llvm-rust-demangle-fuzzer.dir/DummyDemanglerFuzzer.cpp.o tools/llvm-rust-demangle-fuzzer/CMakeFiles/llvm-rust-demangle-fuzzer.dir/llvm-rust-demangle-fuzzer.cpp.o -o bin/llvm-rust-demangle-fuzzer -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5222/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-size/CMakeFiles/llvm-size.dir/llvm-size.cpp.o -o bin/llvm-size -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5223/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-special-case-list-fuzzer/CMakeFiles/llvm-special-case-list-fuzzer.dir/DummySpecialCaseListFuzzer.cpp.o tools/llvm-special-case-list-fuzzer/CMakeFiles/llvm-special-case-list-fuzzer.dir/special-case-list-fuzzer.cpp.o -o bin/llvm-special-case-list-fuzzer -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5224/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/RunInTerminal.cpp.o -MF tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/RunInTerminal.cpp.o.d -o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/RunInTerminal.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode/RunInTerminal.cpp [5225/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-split/CMakeFiles/llvm-split.dir/llvm-split.cpp.o -o bin/llvm-split -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5226/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-symbolizer/CMakeFiles/llvm-symbolizer.dir/llvm-symbolizer.cpp.o -o bin/llvm-symbolizer -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5227/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-stress/CMakeFiles/llvm-stress.dir/llvm-stress.cpp.o -o bin/llvm-stress -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5228/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-tapi-diff/CMakeFiles/llvm-tapi-diff.dir/llvm-tapi-diff.cpp.o tools/llvm-tapi-diff/CMakeFiles/llvm-tapi-diff.dir/DiffEngine.cpp.o -o bin/llvm-tapi-diff -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5229/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-strings/CMakeFiles/llvm-strings.dir/llvm-strings.cpp.o -o bin/llvm-strings -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5230/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-undname/CMakeFiles/llvm-undname.dir/llvm-undname.cpp.o -o bin/llvm-undname -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5231/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/llvm-symbolizer && /usr/local/bin/cmake -E create_symlink llvm-symbolizer /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin/llvm-addr2line [5232/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-xray/CMakeFiles/llvm-xray.dir/func-id-helper.cpp.o tools/llvm-xray/CMakeFiles/llvm-xray.dir/llvm-xray.cpp.o tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-account.cpp.o tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-color-helper.cpp.o tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-converter.cpp.o tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-extract.cpp.o tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-fdr-dump.cpp.o tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-graph-diff.cpp.o tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-graph.cpp.o tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-registry.cpp.o tools/llvm-xray/CMakeFiles/llvm-xray.dir/xray-stacks.cpp.o -o bin/llvm-xray -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5233/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/VSCode.cpp.o -MF tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/VSCode.cpp.o.d -o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/VSCode.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/lldb-vscode/VSCode.cpp [5234/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/sancov/CMakeFiles/sancov.dir/sancov.cpp.o -o bin/sancov -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5235/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-yaml-parser-fuzzer/CMakeFiles/llvm-yaml-parser-fuzzer.dir/DummyYAMLParserFuzzer.cpp.o tools/llvm-yaml-parser-fuzzer/CMakeFiles/llvm-yaml-parser-fuzzer.dir/yaml-parser-fuzzer.cpp.o -o bin/llvm-yaml-parser-fuzzer -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5236/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -fPIC -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 -Wl,--version-script,"/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/remarks-shlib/Remarks.exports" -shared -Wl,-soname,libRemarks.so.0.0 -o lib/libRemarks.so.0.0 tools/remarks-shlib/CMakeFiles/Remarks.dir/libremarks.cpp.o -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : [5237/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/llvm-yaml-numeric-parser-fuzzer/CMakeFiles/llvm-yaml-numeric-parser-fuzzer.dir/DummyYAMLNumericParserFuzzer.cpp.o tools/llvm-yaml-numeric-parser-fuzzer/CMakeFiles/llvm-yaml-numeric-parser-fuzzer.dir/yaml-numeric-parser-fuzzer.cpp.o -o bin/llvm-yaml-numeric-parser-fuzzer -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5238/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/opt/CMakeFiles/opt.dir/AnalysisWrappers.cpp.o tools/opt/CMakeFiles/opt.dir/BreakpointPrinter.cpp.o tools/opt/CMakeFiles/opt.dir/GraphPrinters.cpp.o tools/opt/CMakeFiles/opt.dir/NewPMDriver.cpp.o tools/opt/CMakeFiles/opt.dir/PassPrinters.cpp.o tools/opt/CMakeFiles/opt.dir/PrintSCC.cpp.o tools/opt/CMakeFiles/opt.dir/opt.cpp.o -o bin/opt -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5239/5255] /usr/local/bin/cmake -E cmake_symlink_library lib/libRemarks.so.0.0 lib/libRemarks.so.0.0 lib/libRemarks.so && : [5240/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/utils/llvm-locstats && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/utils/llvm-locstats/llvm-locstats.py /usr/obj/ports/llvm-13.0.0/build-sparc64/./bin/llvm-locstats [5241/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/sanstats/CMakeFiles/sanstats.dir/sanstats.cpp.o -o bin/sanstats -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5242/5255] : && /usr/local/bin/cmake -E rm -f lib/libgtest.a && /usr/bin/ar qc lib/libgtest.a utils/unittest/CMakeFiles/gtest.dir/googletest/src/gtest-all.cc.o utils/unittest/CMakeFiles/gtest.dir/googlemock/src/gmock-all.cc.o && /usr/bin/ranlib lib/libgtest.a && : [5243/5255] : && /usr/local/bin/cmake -E rm -f lib/libgtest_main.a && /usr/bin/ar qc lib/libgtest_main.a utils/unittest/UnitTestMain/CMakeFiles/gtest_main.dir/TestMain.cpp.o && /usr/bin/ranlib lib/libgtest_main.a && : [5244/5255] : && /usr/local/bin/cmake -E rm -f lib/libLLVMTestingSupport.a && /usr/bin/ar qc lib/libLLVMTestingSupport.a lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/Annotations.cpp.o lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/Error.cpp.o lib/Testing/Support/CMakeFiles/LLVMTestingSupport.dir/SupportHelpers.cpp.o && /usr/bin/ranlib lib/libLLVMTestingSupport.a && : [5245/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/split-file/CMakeFiles/split-file.dir/split-file.cpp.o -o bin/split-file -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5246/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/verify-uselistorder/CMakeFiles/verify-uselistorder.dir/verify-uselistorder.cpp.o -o bin/verify-uselistorder -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" lib/libLLVM-13.so -lpthread -Wl,-rpath-link,/usr/X11R6/lib && : lib/libLLVM-13.so: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() [5247/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/API -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/. -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fPIC -fno-exceptions -w -Wno-sequence-point -Wno-cast-qual -MD -MT tools/lldb/source/API/CMakeFiles/liblldb.dir/__/__/bindings/python/LLDBWrapPython.cpp.o -MF tools/lldb/source/API/CMakeFiles/liblldb.dir/__/__/bindings/python/LLDBWrapPython.cpp.o.d -o tools/lldb/source/API/CMakeFiles/liblldb.dir/__/__/bindings/python/LLDBWrapPython.cpp.o -c /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/bindings/python/LLDBWrapPython.cpp [5248/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -fPIC -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 -Wl,--version-script,"/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/source/API/liblldb.exports" -shared -Wl,-soname,liblldb.so.3.0 -o lib/liblldb.so.3.0 tools/lldb/source/API/CMakeFiles/liblldb.dir/SBAddress.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBAttachInfo.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBlock.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBreakpoint.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBreakpointLocation.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBreakpointName.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBreakpointOptionCommon.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBBroadcaster.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCommandInterpreter.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCommandInterpreterRunOptions.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCommandReturnObject.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCommunication.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBCompileUnit.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBData.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBDebugger.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBDeclaration.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBEnvironment.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBError.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBEvent.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBExecutionContext.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBExpressionOptions.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFileSpec.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFile.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFileSpecList.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFrame.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBFunction.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBHostOS.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBInstruction.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBInstructionList.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBLanguageRuntime.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBLaunchInfo.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBLineEntry.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBListener.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBMemoryRegionInfo.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBMemoryRegionInfoList.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBModule.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBModuleSpec.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBPlatform.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBProcess.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBProcessInfo.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBQueue.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBQueueItem.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBReproducer.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSection.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSourceManager.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBStream.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBStringList.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBStructuredData.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSymbol.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSymbolContext.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBSymbolContextList.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTarget.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBThread.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBThreadCollection.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBThreadPlan.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTrace.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBType.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeCategory.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeEnumMember.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeFilter.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeFormat.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeNameSpecifier.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeSummary.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBTypeSynthetic.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBValue.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBValueList.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBVariablesOptions.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBWatchpoint.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SBUnixSignals.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/SystemInitializerFull.cpp.o tools/lldb/source/API/CMakeFiles/liblldb.dir/__/__/bindings/python/LLDBWrapPython.cpp.o -Wl,-z,origin,-rpath,"\$ORIGIN/../lib:\$ORIGIN/../../../../lib" lib/liblldbBase.a lib/liblldbBreakpoint.a lib/liblldbCore.a lib/liblldbDataFormatters.a lib/liblldbExpression.a lib/liblldbHost.a lib/liblldbInitialization.a lib/liblldbInterpreter.a lib/liblldbSymbol.a lib/liblldbTarget.a lib/liblldbUtility.a lib/liblldbPluginABIAArch64.a lib/liblldbPluginABIARM.a lib/liblldbPluginABIHexagon.a lib/liblldbPluginABIMips.a lib/liblldbPluginABIPowerPC.a lib/liblldbPluginABISystemZ.a lib/liblldbPluginABIX86.a lib/liblldbPluginArchitectureArm.a lib/liblldbPluginArchitectureMips.a lib/liblldbPluginArchitecturePPC64.a lib/liblldbPluginArchitectureAArch64.a lib/liblldbPluginDisassemblerLLVMC.a lib/liblldbPluginDynamicLoaderDarwinKernel.a lib/liblldbPluginDynamicLoaderMacOSXDYLD.a lib/liblldbPluginDynamicLoaderPosixDYLD.a lib/liblldbPluginDynamicLoaderStatic.a lib/liblldbPluginDynamicLoaderHexagonDYLD.a lib/liblldbPluginDynamicLoaderWindowsDYLD.a lib/liblldbPluginDynamicLoaderWasmDYLD.a lib/liblldbPluginInstructionARM.a lib/liblldbPluginInstructionARM64.a lib/liblldbPluginInstructionMIPS.a lib/liblldbPluginInstructionMIPS64.a lib/liblldbPluginInstructionPPC64.a lib/liblldbPluginInstrumentationRuntimeASan.a lib/liblldbPluginInstrumentationRuntimeMainThreadChecker.a lib/liblldbPluginInstrumentationRuntimeTSan.a lib/liblldbPluginInstrumentationRuntimeUBSan.a lib/liblldbPluginJITLoaderGDB.a lib/liblldbPluginCPlusPlusLanguage.a lib/liblldbPluginObjCLanguage.a lib/liblldbPluginObjCPlusPlusLanguage.a lib/liblldbPluginCXXItaniumABI.a lib/liblldbPluginAppleObjCRuntime.a lib/liblldbPluginRenderScriptRuntime.a lib/liblldbPluginMemoryHistoryASan.a lib/liblldbPluginObjectContainerBSDArchive.a lib/liblldbPluginObjectContainerMachOArchive.a lib/liblldbPluginObjectFileBreakpad.a lib/liblldbPluginObjectFileELF.a lib/liblldbPluginObjectFileMachO.a lib/liblldbPluginObjectFilePDB.a lib/liblldbPluginObjectFilePECOFF.a lib/liblldbPluginObjectFileJIT.a lib/liblldbPluginObjectFileWasm.a lib/liblldbPluginOperatingSystemPython.a lib/liblldbPluginPlatformLinux.a lib/liblldbPluginPlatformFreeBSD.a lib/liblldbPluginPlatformNetBSD.a lib/liblldbPluginPlatformOpenBSD.a lib/liblldbPluginPlatformMacOSX.a lib/liblldbPluginPlatformWindows.a lib/liblldbPluginPlatformGDB.a lib/liblldbPluginPlatformAndroid.a lib/liblldbPluginScriptedProcess.a lib/liblldbPluginProcessGDBRemote.a lib/liblldbPluginProcessElfCore.a lib/liblldbPluginProcessMachCore.a lib/liblldbPluginProcessMinidump.a lib/liblldbPluginScriptInterpreterNone.a lib/liblldbPluginScriptInterpreterPython.a lib/liblldbPluginStructuredDataDarwinLog.a lib/liblldbPluginSymbolFileBreakpad.a lib/liblldbPluginSymbolFileDWARF.a lib/liblldbPluginSymbolFileSymtab.a lib/liblldbPluginSymbolFilePDB.a lib/liblldbPluginSystemRuntimeMacOSX.a lib/liblldbPluginSymbolVendorELF.a lib/liblldbPluginSymbolVendorWasm.a lib/liblldbPluginTraceExporterCTF.a lib/liblldbPluginTypeSystemClang.a lib/liblldbPluginUnwindAssemblyInstEmulation.a lib/liblldbPluginUnwindAssemblyX86.a lib/liblldbPluginPlatformLinux.a lib/liblldbPluginPlatformGDB.a lib/liblldbPluginDynamicLoaderDarwinKernel.a lib/liblldbPluginPlatformMacOSX.a lib/liblldbPluginPlatformPOSIX.a lib/liblldbPluginDynamicLoaderMacOSXDYLD.a lib/liblldbPluginObjectFileMachO.a lib/liblldbPluginDynamicLoaderPosixDYLD.a lib/liblldbPluginProcessElfCore.a lib/liblldbPluginDynamicLoaderPosixDYLD.a lib/liblldbPluginProcessElfCore.a /usr/local/lib/libpython3.11.so.0.0 lib/liblldbPluginObjectFileBreakpad.a lib/liblldbPluginObjectFileELF.a lib/liblldbPluginObjectFileWasm.a lib/liblldbBreakpoint.a lib/liblldbCore.a lib/liblldbDataFormatters.a lib/liblldbExpression.a lib/liblldbInterpreter.a lib/liblldbSymbol.a lib/liblldbTarget.a lib/liblldbPluginCPlusPlusLanguage.a lib/liblldbPluginObjCLanguage.a lib/liblldbPluginAppleObjCRuntime.a lib/liblldbPluginRenderScriptRuntime.a lib/liblldbPluginObjectFilePDB.a lib/liblldbPluginObjectFileJIT.a lib/liblldbPluginSymbolFileDWARF.a lib/liblldbPluginSymbolFilePDB.a lib/liblldbPluginTypeSystemClang.a lib/liblldbCommands.a lib/liblldbPluginProcessUtility.a lib/liblldbPluginClangCommon.a lib/liblldbPluginCPPRuntime.a lib/liblldbPluginExpressionParserClang.a lib/liblldbPluginSymbolFileNativePDB.a lib/liblldbPluginObjCRuntime.a lib/liblldbBreakpoint.a lib/liblldbCore.a lib/liblldbDataFormatters.a lib/liblldbExpression.a lib/liblldbInterpreter.a lib/liblldbSymbol.a lib/liblldbTarget.a lib/liblldbPluginCPlusPlusLanguage.a lib/liblldbPluginObjCLanguage.a lib/liblldbPluginAppleObjCRuntime.a lib/liblldbPluginRenderScriptRuntime.a lib/liblldbPluginObjectFilePDB.a lib/liblldbPluginObjectFileJIT.a lib/liblldbPluginSymbolFileDWARF.a lib/liblldbPluginSymbolFilePDB.a lib/liblldbPluginTypeSystemClang.a lib/liblldbCommands.a lib/liblldbPluginProcessUtility.a lib/liblldbPluginClangCommon.a lib/liblldbPluginCPPRuntime.a lib/liblldbPluginExpressionParserClang.a lib/liblldbPluginSymbolFileNativePDB.a lib/liblldbPluginObjCRuntime.a lib/liblldbBreakpoint.a lib/liblldbCore.a lib/liblldbDataFormatters.a lib/liblldbExpression.a lib/liblldbInterpreter.a lib/liblldbSymbol.a lib/liblldbTarget.a lib/liblldbPluginCPlusPlusLanguage.a lib/liblldbPluginObjCLanguage.a lib/liblldbPluginAppleObjCRuntime.a lib/liblldbPluginRenderScriptRuntime.a lib/liblldbPluginObjectFilePDB.a lib/liblldbPluginObjectFileJIT.a lib/liblldbPluginSymbolFileDWARF.a lib/liblldbPluginSymbolFilePDB.a lib/liblldbPluginTypeSystemClang.a lib/liblldbCommands.a lib/liblldbPluginProcessUtility.a lib/liblldbPluginClangCommon.a lib/liblldbPluginCPPRuntime.a lib/liblldbPluginExpressionParserClang.a lib/liblldbPluginSymbolFileNativePDB.a lib/liblldbPluginObjCRuntime.a lib/liblldbBreakpoint.a lib/liblldbCore.a lib/liblldbDataFormatters.a lib/liblldbExpression.a lib/liblldbInterpreter.a lib/liblldbSymbol.a lib/liblldbTarget.a lib/liblldbPluginCPlusPlusLanguage.a lib/liblldbPluginObjCLanguage.a lib/liblldbPluginAppleObjCRuntime.a lib/liblldbPluginRenderScriptRuntime.a lib/liblldbPluginObjectFilePDB.a lib/liblldbPluginObjectFileJIT.a lib/liblldbPluginSymbolFileDWARF.a lib/liblldbPluginSymbolFilePDB.a lib/liblldbPluginTypeSystemClang.a lib/liblldbCommands.a lib/liblldbPluginProcessUtility.a lib/liblldbPluginClangCommon.a lib/liblldbPluginCPPRuntime.a lib/liblldbPluginExpressionParserClang.a lib/liblldbPluginSymbolFileNativePDB.a lib/liblldbPluginObjCRuntime.a lib/liblldbBreakpoint.a lib/liblldbCore.a lib/liblldbDataFormatters.a lib/liblldbExpression.a lib/liblldbInterpreter.a lib/liblldbSymbol.a lib/liblldbTarget.a lib/liblldbPluginCPlusPlusLanguage.a lib/liblldbPluginObjCLanguage.a lib/liblldbPluginAppleObjCRuntime.a lib/liblldbPluginRenderScriptRuntime.a lib/liblldbPluginObjectFilePDB.a lib/liblldbPluginObjectFileJIT.a lib/liblldbPluginSymbolFileDWARF.a lib/liblldbPluginSymbolFilePDB.a lib/liblldbPluginTypeSystemClang.a lib/liblldbCommands.a lib/liblldbPluginProcessUtility.a lib/liblldbPluginClangCommon.a lib/liblldbPluginCPPRuntime.a lib/liblldbPluginExpressionParserClang.a lib/liblldbPluginSymbolFileNativePDB.a lib/liblldbPluginObjCRuntime.a /usr/lib/libcurses.so.15.0 /usr/lib/libform.so.7.0 /usr/lib/libpanel.so.7.0 lib/liblldbBase.a lib/liblldbHost.a /usr/lib/libedit.so.6.0 lib/liblldbUtility.a -lpthread lib/libclang-cpp.so.1.0 lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : [5249/5255] /usr/local/bin/cmake -E cmake_symlink_library lib/liblldb.so.3.0 lib/liblldb.so.3.0 lib/liblldb.so && : [5250/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb && /usr/local/bin/cmake -E make_directory /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/python3.11/site-packages/lldb [5251/5255] cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/bindings/python/lldb.py /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/python3.11/site-packages/lldb/__init__.py && cd /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/source/Interpreter/embedded_interpreter.py /usr/obj/ports/llvm-13.0.0/build-sparc64/./lib/python3.11/site-packages/lldb && cd /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/python3.11/site-packages/lldb && /usr/local/bin/cmake -E make_directory formatters/cpp && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/examples/synthetic/gnu_libstdcpp.py /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/examples/synthetic/libcxx.py formatters/cpp && /usr/local/bin/python3.11 /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/bindings/python/createPythonInit.py formatters/cpp /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/examples/synthetic/gnu_libstdcpp.py /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/examples/synthetic/libcxx.py && cd /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/python3.11/site-packages/lldb && /usr/local/bin/cmake -E make_directory formatters && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/examples/summaries/cocoa/cache.py /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/examples/summaries/synth.py /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/examples/summaries/cocoa/metrics.py /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/examples/summaries/cocoa/attrib_fromdict.py /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/examples/summaries/cocoa/Logger.py formatters && /usr/local/bin/python3.11 /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/bindings/python/createPythonInit.py formatters /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/examples/summaries/cocoa/cache.py /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/examples/summaries/synth.py /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/examples/summaries/cocoa/metrics.py /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/examples/summaries/cocoa/attrib_fromdict.py /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/examples/summaries/cocoa/Logger.py && cd /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/python3.11/site-packages/lldb && /usr/local/bin/cmake -E make_directory utils && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/examples/python/in_call_stack.py /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/examples/python/symbolication.py utils && /usr/local/bin/python3.11 /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/bindings/python/createPythonInit.py utils /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/examples/python/in_call_stack.py /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/examples/python/symbolication.py && cd /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/python3.11/site-packages/lldb && /usr/local/bin/cmake -E make_directory plugins && /usr/local/bin/cmake -E copy /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/examples/python/scripted_process/scripted_process.py plugins && /usr/local/bin/python3.11 /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/bindings/python/createPythonInit.py plugins /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/examples/python/scripted_process/scripted_process.py && cd /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/python3.11/site-packages/lldb && /usr/local/bin/cmake -E create_symlink ../../../liblldb.so _lldb.so && cd /usr/obj/ports/llvm-13.0.0/build-sparc64/lib/python3.11/site-packages/lldb && /usr/local/bin/cmake -E create_symlink ../../../../bin/lldb-argdumper lldb-argdumper [5252/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/lldb-vscode.cpp.o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/BreakpointBase.cpp.o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/ExceptionBreakpoint.cpp.o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/FifoFiles.cpp.o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/FunctionBreakpoint.cpp.o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/IOStream.cpp.o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/JSONUtils.cpp.o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/LLDBUtils.cpp.o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/OutputRedirector.cpp.o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/ProgressEvent.cpp.o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/RunInTerminal.cpp.o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/SourceBreakpoint.cpp.o tools/lldb/tools/lldb-vscode/CMakeFiles/lldb-vscode.dir/VSCode.cpp.o -o bin/lldb-vscode -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/liblldb.so.3.0 -lpthread lib/libclang-cpp.so.1.0 lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/liblldb.so.3.0: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() lib/liblldb.so.3.0: warning: rand() may return deterministic values, is that what you want? /usr/local/lib/gcc/sparc64-unknown-openbsd7.5/8.4.0/../../../libpython3.11.so.0.0: warning: wcscpy() is almost always misused, please use wcslcpy() [5253/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/tools/driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/tools/driver/CMakeFiles/lldb.dir/Platform.cpp.o -MF tools/lldb/tools/driver/CMakeFiles/lldb.dir/Platform.cpp.o.d -o tools/lldb/tools/driver/CMakeFiles/lldb.dir/Platform.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/driver/Platform.cpp [5254/5255] /usr/obj/ports/llvm-13.0.0/bin/c++ -DHAVE_ROUND -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/tools/driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/driver -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/include -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/include -I/usr/local/include/python3.11 -I/usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/include -I/usr/obj/ports/llvm-13.0.0/build-sparc64/tools/lldb/../clang/include -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -std=c++14 -fno-exceptions -MD -MT tools/lldb/tools/driver/CMakeFiles/lldb.dir/Driver.cpp.o -MF tools/lldb/tools/driver/CMakeFiles/lldb.dir/Driver.cpp.o.d -o tools/lldb/tools/driver/CMakeFiles/lldb.dir/Driver.cpp.o -c /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/lldb/tools/driver/Driver.cpp [5255/5255] : && /usr/obj/ports/llvm-13.0.0/bin/c++ -O2 -pipe -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-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-deprecated-register -Wno-vla-extension -DNDEBUG -Wl,-rpath-link,/usr/obj/ports/llvm-13.0.0/build-sparc64/./lib -Wl,-O3 tools/lldb/tools/driver/CMakeFiles/lldb.dir/Driver.cpp.o tools/lldb/tools/driver/CMakeFiles/lldb.dir/Platform.cpp.o -o bin/lldb -Wl,-z,origin,-rpath,"\$ORIGIN/../lib" -lpthread lib/liblldb.so.3.0 lib/libclang-cpp.so.1.0 lib/libLLVM-13.so -Wl,-rpath-link,/usr/X11R6/lib && : lib/liblldb.so.3.0: warning: sprintf() is often misused, please use snprintf() lib/libLLVM-13.so: warning: strcpy() is almost always misused, please use strlcpy() lib/liblldb.so.3.0: warning: rand() may return deterministic values, is that what you want? /usr/local/lib/gcc/sparc64-unknown-openbsd7.5/8.4.0/../../../libpython3.11.so.0.0: warning: wcscpy() is almost always misused, please use wcslcpy() >>> Running fake in devel/llvm/13,-lldb at 1716180741.42 ===> devel/llvm/13,-lldb ===> Faking installation for llvm-13.0.0 -- Install configuration: "Release" -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/APFixedPoint.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/APFloat.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/APInt.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/APSInt.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/AllocatorList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/Any.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/ArrayRef.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/BitVector.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/Bitfields.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/BitmaskEnum.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/BreadthFirstIterator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/CachedHashString.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/CoalescingBitVector.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/DAGDeltaAlgorithm.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/DeltaAlgorithm.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/DenseMap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/DenseMapInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/DenseSet.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/DepthFirstIterator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/DirectedGraph.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/None.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/EnumeratedArray.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/EpochTracker.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/EquivalenceClasses.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/FloatingPointMode.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/FoldingSet.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/FunctionExtras.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/GraphTraits.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/Hashing.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/ImmutableList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/ImmutableMap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/ImmutableSet.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/IndexedMap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/IntEqClasses.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/IntervalMap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/IntrusiveRefCntPtr.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/MapVector.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/Optional.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/PackedVector.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/PointerEmbeddedInt.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/PointerIntPair.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/PointerSumType.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/PointerUnion.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/PostOrderIterator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/PriorityQueue.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/PriorityWorklist.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/SCCIterator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/STLExtras.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/STLForwardCompat.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/ScopeExit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/ScopedHashTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/Sequence.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/SetOperations.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/SetVector.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/SmallBitVector.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/SmallPtrSet.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/SmallSet.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/SmallString.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/SmallVector.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/SparseBitVector.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/SparseMultiSet.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/SparseSet.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/Statistic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/StringExtras.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/StringMap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/StringMapEntry.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/StringRef.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/StringSet.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/StringSwitch.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/TinyPtrVector.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/Triple.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/Twine.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/TypeSwitch.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/UniqueVector.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/Waymarking.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/bit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/edit_distance.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/fallible_iterator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/ilist.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/ilist_base.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/ilist_iterator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/ilist_node.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/ilist_node_base.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/ilist_node_options.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/iterator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/iterator_range.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ADT/simple_ilist.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/AliasAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/AliasAnalysisEvaluator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/AliasSetTracker.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/AssumeBundleQueries.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/AssumptionCache.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/BasicAliasAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/BlockFrequencyInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/BlockFrequencyInfoImpl.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/BranchProbabilityInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/CFG.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/CFGPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/CFLAliasAnalysisUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/CFLAndersAliasAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/CFLSteensAliasAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/CGSCCPassManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/CallGraph.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/DDG.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/CallGraphSCCPass.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/CallPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/CaptureTracking.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/CmpInstAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/CodeMetrics.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/ConstantFolding.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/ConstraintSystem.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/DDGPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/DOTGraphTraitsPass.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/Delinearization.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/DemandedBits.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/DependenceAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/DependenceGraphBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/DivergenceAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/DomPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/DomTreeUpdater.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/DominanceFrontier.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/DominanceFrontierImpl.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/EHPersonalities.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/FunctionPropertiesAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/GlobalsModRef.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/GuardUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/HeatUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/IRSimilarityIdentifier.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/IVDescriptors.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/IVUsers.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/IndirectCallPromotionAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/IndirectCallVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/InlineAdvisor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/InlineCost.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/InlineModelFeatureMaps.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/InlineSizeEstimatorAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/InstCount.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/InstructionPrecedenceTracking.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/InstructionSimplify.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/Interval.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/IntervalIterator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/IntervalPartition.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/IteratedDominanceFrontier.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/LazyBlockFrequencyInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/LazyBranchProbabilityInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/LazyCallGraph.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/LazyValueInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/LegacyDivergenceAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/Lint.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/Loads.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/LoopAccessAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/LoopAnalysisManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/LoopCacheAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/LoopInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/LoopInfoImpl.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/LoopIterator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/LoopNestAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/LoopPass.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/LoopUnrollAnalyzer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/MLInlineAdvisor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/MLModelRunner.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/MemDerefPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/MemoryBuiltins.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/MemoryDependenceAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/MemoryLocation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/MemorySSA.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/MemorySSAUpdater.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/ModuleDebugInfoPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/ModuleSummaryAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/MustExecute.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/ObjCARCAliasAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/ObjCARCAnalysisUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/ObjCARCInstKind.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/ObjCARCUtil.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/OptimizationRemarkEmitter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/Trace.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/OverflowInstAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/PHITransAddr.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/Passes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/PhiValues.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/PostDominators.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/ProfileSummaryInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/PtrUseVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/RegionInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/RegionInfoImpl.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/RegionIterator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/RegionPass.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/RegionPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/ReplayInlineAdvisor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/ScalarEvolution.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/ScalarEvolutionDivision.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/ScalarEvolutionExpressions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/ScopedNoAliasAA.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/ScalarEvolutionNormalization.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/SparsePropagation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/StackLifetime.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/StackSafetyAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/SyncDependenceAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/SyntheticCountsUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/TargetFolder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/TargetLibraryInfo.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/TargetLibraryInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/TargetTransformInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/TargetTransformInfoImpl.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/TypeBasedAliasAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/TypeMetadataUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/Utils -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/Utils/ImportedFunctionsInliningStatistics.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/Utils/Local.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/Utils/TFUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/ValueLattice.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/ValueLatticeUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/ValueTracking.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/VecFuncs.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Analysis/VectorUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/AsmParser -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/AsmParser/LLLexer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/AsmParser/LLParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/AsmParser/LLToken.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/AsmParser/Parser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/AsmParser/SlotMapping.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/COFF.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/Dwarf.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/Dwarf.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/DynamicTags.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELF.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELFRelocs -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELFRelocs/AArch64.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELFRelocs/ARC.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELFRelocs/ARM.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELFRelocs/AVR.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELFRelocs/BPF.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELFRelocs/CSKY.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELFRelocs/Hexagon.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELFRelocs/Lanai.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELFRelocs/M68k.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELFRelocs/MSP430.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELFRelocs/Mips.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELFRelocs/PowerPC.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELFRelocs/RISCV.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELFRelocs/Sparc.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELFRelocs/SystemZ.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELFRelocs/VE.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELFRelocs/i386.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/ELFRelocs/x86_64.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/MachO.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/MachO.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/Magic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/Minidump.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/MinidumpConstants.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/MsgPack.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/MsgPack.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/MsgPackDocument.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/MsgPackReader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/MsgPackWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/Wasm.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/WasmRelocs.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/WasmTraits.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/BinaryFormat/XCOFF.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Bitcode -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Bitcode/BitcodeAnalyzer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Bitcode/BitcodeCommon.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Bitcode/BitcodeConvenience.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Bitcode/BitcodeReader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Bitcode/BitcodeWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Bitcode/BitcodeWriterPass.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Bitcode/LLVMBitCodes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Bitstream -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Bitstream/BitCodes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Bitstream/BitstreamReader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Bitstream/BitstreamWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/AccelTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/Analysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/AntiDepBreaker.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/AsmPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/AsmPrinterHandler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/AtomicExpandUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/BasicBlockSectionUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/BasicTTIImpl.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/CSEConfigBase.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/CalcSpillWeights.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/CallingConvLower.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/CodeGenPassBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/CommandFlags.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/CostTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/DAGCombine.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/DFAPacketizer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/DIE.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/DIEValue.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/DebugHandlerBase.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/DbgEntityHistoryCalculator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/DwarfStringPoolEntry.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/EdgeBundles.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/ExecutionDomainFix.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/ExpandReductions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/ExpandVectorPredication.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/FastISel.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/FaultMaps.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/FunctionLoweringInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GCMetadata.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GCMetadataPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/CSEInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/CallLowering.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/Combiner.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/CombinerHelper.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/CombinerInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/GISelWorkList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/IRTranslator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/InlineAsmLowering.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/InstructionSelect.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/InstructionSelector.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/LegacyLegalizerInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/Legalizer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/Localizer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/LostDebugLocObserver.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/RegBankSelect.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/RegisterBank.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/GlobalISel/Utils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/ISDOpcodes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/IndirectThunks.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/IntrinsicLowering.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/LatencyPriorityQueue.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/LexicalScopes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/LinkAllAsmWriterComponents.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/LinkAllCodegenComponents.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/LiveInterval.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/LiveIntervalCalc.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/LiveIntervalUnion.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/LiveIntervals.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/LivePhysRegs.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/LiveRangeCalc.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/LiveRangeEdit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/LiveRegMatrix.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/LiveRegUnits.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/LiveStacks.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/LiveVariables.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/LoopTraversal.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/LowLevelType.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MBFIWrapper.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MIRFSDiscriminator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MIRFormatter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MIRParser -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MIRParser/MIParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MIRParser/MIRParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/PBQP -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/PBQP/CostAllocator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/PBQP/Graph.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/PBQP/Math.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/PBQP/ReductionRules.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/PBQP/Solution.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MIRPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MIRYamlMapping.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachORelocation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineBasicBlock.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineBlockFrequencyInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineBranchProbabilityInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineCombinerPattern.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineConstantPool.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineDominanceFrontier.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineDominators.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineFrameInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineFunction.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineFunctionPass.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineInstr.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineInstrBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineInstrBundle.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/Passes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineInstrBundleIterator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineJumpTableInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineLoopInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineLoopUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineMemOperand.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineModuleInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineModuleInfoImpls.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineModuleSlotTracker.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineOperand.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineOutliner.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachinePassManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachinePassRegistry.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachinePassRegistry.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachinePipeliner.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachinePostDominators.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineRegionInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineRegisterInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineSSAUpdater.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineScheduler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineSizeOpts.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineStableHash.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MachineTraceMetrics.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MacroFusion.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/ModuloSchedule.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/MultiHazardRecognizer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/NonRelocatableStringpool.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/PBQPRAConstraint.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/ParallelCG.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/PreISelIntrinsicLowering.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/PseudoSourceValue.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/RDFGraph.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/RDFLiveness.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/RDFRegisters.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/ReachingDefAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/RegAllocCommon.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/RegAllocPBQP.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/RegAllocRegistry.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/Register.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/RegisterClassInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/RegisterPressure.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/RegisterScavenging.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/RegisterUsageInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/ReplaceWithVeclib.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/ResourcePriorityQueue.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/RuntimeLibcalls.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/SDNodeProperties.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/ScheduleDAG.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/ScheduleDAGInstrs.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/ScheduleDAGMutation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/ScheduleDFS.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/ScheduleHazardRecognizer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/SchedulerRegistry.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/ScoreboardHazardRecognizer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/SelectionDAG.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/SelectionDAGISel.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/SelectionDAGNodes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/SelectionDAGTargetInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/SlotIndexes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/Spiller.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/StableHashing.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/StackMaps.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/StackProtector.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/SwiftErrorValueTracking.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/SwitchLoweringUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/TailDuplicator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/TargetCallingConv.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/TargetFrameLowering.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/TargetInstrInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/TargetLowering.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/TargetOpcodes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/TargetPassConfig.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/TargetRegisterInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/TargetSchedule.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/TargetSubtargetInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/TileShapeInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/UnreachableBlockElim.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/ValueTypes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/ValueTypes.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/VirtRegMap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/WasmEHFuncInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/WinEHFuncInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/CodeGen/ReturnProtectorLowering.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Config -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DWARFLinker -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DWARFLinker/DWARFLinker.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DWARFLinker/DWARFLinkerDeclContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DWARFLinker/DWARFStreamer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DWP -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DWP/DWP.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DWP/DWPError.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DWP/DWPStringPool.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/CVRecord.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/CodeView.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/CodeViewError.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/CodeViewTypes.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/DebugSubsection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/EnumTables.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/Formatters.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/FunctionId.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/GUID.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/Line.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/RecordName.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/RecordSerialization.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/SymbolDumper.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/SymbolRecord.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/SymbolSerializer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/TypeCollection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/TypeDeserializer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/TypeIndex.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/TypeHashing.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/TypeRecord.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/TypeTableCollection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DIContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFAttribute.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFDie.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFExpression.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFFormValue.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFListTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFLocationExpression.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFObject.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFSection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFUnit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/DWARF/DWARFVerifier.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/GSYM -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/GSYM/DwarfTransformer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/GSYM/FileEntry.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/GSYM/FileWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/GSYM/FunctionInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/GSYM/GsymCreator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/GSYM/GsymReader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/GSYM/Header.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/GSYM/InlineInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/GSYM/LineEntry.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/GSYM/LineTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/GSYM/LookupResult.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/GSYM/Range.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/GSYM/StringTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/MSF -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/MSF/IMSFFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/MSF/MSFBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/MSF/MSFCommon.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/MSF/MSFError.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/MSF/MappedBlockStream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/DIA -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/DIA/DIAError.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/DIA/DIASession.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/DIA/DIATable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/DIA/DIASupport.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/DIA/DIAUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/GenericError.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/IPDBDataStream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/IPDBFrameData.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/IPDBLineNumber.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/IPDBSectionContrib.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/IPDBSession.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/IPDBSourceFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/IPDBTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/DbiModuleList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/DbiStream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/EnumTables.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/Formatters.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/Hash.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/HashTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/InfoStream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/InjectedSourceStream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeEnumLineNumbers.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeEnumSymbols.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeInlineSiteSymbol.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativePublicSymbol.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeSession.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeSourceFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/PDBFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/PublicsStream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/RawConstants.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/RawError.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/RawTypes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/SymbolCache.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/SymbolStream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/TpiHashing.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/TpiStream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDB.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBExtras.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymDumper.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbol.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolData.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolExe.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBTypes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/PDB/UDTLayout.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/Symbolize -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/Symbolize/DIPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/DebugInfo/Symbolize/Symbolize.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Demangle -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Demangle/Demangle.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Demangle/DemangleConfig.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Demangle/ItaniumDemangle.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Demangle/MicrosoftDemangle.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Demangle/MicrosoftDemangleNodes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Demangle/StringView.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Demangle/Utility.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/ExecutionEngine.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/GenericValue.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Interpreter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/JITEventListener.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/JITLink -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/JITLink/ELF.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/JITLink/ELF_riscv.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/JITLink/JITLink.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/JITLink/JITLinkDylib.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/JITLink/MachO.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/JITLink/MachO_arm64.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/JITLink/riscv.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/JITLink/x86_64.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/JITSymbol.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/MCJIT.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/OProfileWrapper.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/ObjectCache.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/CompileUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/Core.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/DebugUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/EPCEHFrameRegistrar.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/LLJIT.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/LLVMSPSSerializers.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/Layer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/LazyReexports.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/MachOPlatform.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/Mangling.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/OrcABISupport.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/OrcRPCExecutorProcessControl.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/Shared -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/Shared/FDRawByteChannel.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/Shared/RPCUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/Shared/RawByteChannel.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/Shared/Serialization.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/Speculation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/TargetProcess -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/TargetProcess/OrcRPCTPCServer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/OrcMCJITReplacement.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/OrcV1Deprecation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/RTDyldMemoryManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/RuntimeDyld.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/RuntimeDyldChecker.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ExecutionEngine/SectionMemoryManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/FileCheck -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/FileCheck/FileCheck.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Frontend -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Frontend/Directive -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Frontend/Directive/DirectiveBase.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Frontend/OpenACC -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Frontend/OpenACC/ACC.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Frontend/OpenMP -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Frontend/OpenMP/OMP.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Frontend/OpenMP/OMPConstants.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Frontend/OpenMP/OMPContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Frontend/OpenMP/OMPGridValues.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Frontend/OpenMP/OMPIRBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Frontend/OpenMP/OMPKinds.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/FuzzMutate -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/FuzzMutate/FuzzerCLI.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/FuzzMutate/IRMutator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/FuzzMutate/OpDescriptor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/FuzzMutate/Operations.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/FuzzMutate/Random.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/FuzzMutate/RandomIRBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/AbstractCallSite.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Argument.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/AssemblyAnnotationWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Assumptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Attributes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Attributes.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/AutoUpgrade.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/BasicBlock.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/BuiltinGCs.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/CFG.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/CallingConv.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Comdat.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Constant.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/ConstantFolder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/ConstantRange.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Constants.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/ConstrainedOps.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/DIBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/DataLayout.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/DebugInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/DebugInfoFlags.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/DebugInfoMetadata.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/DebugLoc.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/DerivedTypes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/DerivedUser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/DiagnosticHandler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/DiagnosticInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/DiagnosticPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Dominators.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/FPEnv.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/FixedMetadataKinds.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/FixedPointBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Function.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/GCStrategy.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/GVMaterializer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/GetElementPtrTypeIterator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/GlobalAlias.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/GlobalIFunc.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/GlobalObject.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/GlobalIndirectSymbol.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/GlobalValue.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/GlobalVariable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IRBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IRBuilderFolder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IRPrintingPasses.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/InlineAsm.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/InstIterator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/InstVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/InstrTypes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Instruction.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Instruction.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Instructions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicInst.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Intrinsics.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Intrinsics.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsAArch64.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsAMDGPU.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsARM.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsBPF.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsHexagon.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsHexagonDep.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsMips.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsNVVM.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsPowerPC.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsRISCV.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsSystemZ.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsVE.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsVEVL.gen.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsWebAssembly.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsX86.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsXCore.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/LLVMContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/LLVMRemarkStreamer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/LegacyPassManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/LegacyPassManagers.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/LegacyPassNameParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/MDBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Mangler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/MatrixBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Metadata.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Metadata.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Module.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/ModuleSlotTracker.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/ModuleSummaryIndex.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/ModuleSummaryIndexYAML.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/NoFolder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/OperandTraits.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Operator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/OptBisect.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/PassInstrumentation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/PassManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/PassManagerImpl.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/PassManagerInternal.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/PassTimingInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/PatternMatch.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/PredIteratorCache.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/PrintPasses.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/ProfileSummary.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/PseudoProbe.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/ReplaceConstant.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/RuntimeLibcalls.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/SafepointIRVerifier.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Statepoint.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/StructuralHash.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/SymbolTableListTraits.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/TrackingMDRef.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Type.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/TypeFinder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Use.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/UseListOrder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/User.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/VPIntrinsics.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Value.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Value.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/ValueHandle.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/ValueMap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/ValueSymbolTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Verifier.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IRReader -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IRReader/IRReader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/InitializePasses.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/InterfaceStub -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/InterfaceStub/ELFObjHandler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/InterfaceStub/IFSHandler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/InterfaceStub/IFSStub.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/LTO -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/LTO/Caching.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/LTO/Config.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/LTO/LTO.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/LTO/LTOBackend.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/LTO/SummaryBasedOptimizations.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/LTO/legacy -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/LTO/legacy/LTOCodeGenerator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/LTO/legacy/LTOModule.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/LTO/legacy/UpdateCompilerUsed.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/LineEditor -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/LineEditor/LineEditor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/LinkAllIR.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/LinkAllPasses.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Linker -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Linker/IRMover.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Linker/Linker.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/ConstantPools.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/LaneBitmask.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCAsmBackend.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCAsmInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCAsmInfoCOFF.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCAsmInfoDarwin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCAsmInfoELF.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCAsmInfoWasm.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCAsmInfoXCOFF.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCAsmLayout.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCAsmMacro.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCAssembler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCCodeEmitter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCCodeView.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCDirectives.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCDisassembler -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCDisassembler/MCDisassembler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCDisassembler/MCRelocationInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCDisassembler/MCSymbolizer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCDwarf.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCELFObjectWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCELFStreamer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCExpr.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCFixedLenDisassembler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCFixup.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCFixupKindInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCFragment.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCInst.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCInstBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCInstPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCInstrAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCInstrDesc.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCInstrInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCInstrItineraries.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCLabel.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCLinkerOptimizationHint.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCMachObjectWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCObjectFileInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCObjectStreamer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCObjectWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCParser -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCParser/AsmCond.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCParser/AsmLexer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCParser/MCAsmLexer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCParser/MCAsmParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCParser/MCAsmParserExtension.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCParser/MCAsmParserUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCParser/MCParsedAsmOperand.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCParser/MCTargetAsmParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCPseudoProbe.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCRegister.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCRegisterInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCSchedule.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCSection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCSectionCOFF.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCSectionELF.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCSectionGOFF.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCSectionMachO.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCSectionWasm.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCSectionXCOFF.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCStreamer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCSubtargetInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCSymbol.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCSymbolCOFF.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCSymbolELF.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCSymbolGOFF.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCSymbolMachO.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCSymbolWasm.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCSymbolXCOFF.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCValue.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCTargetOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCTargetOptionsCommandFlags.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCWasmObjectWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCWasmStreamer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCWin64EH.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCWinCOFFObjectWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCWinCOFFStreamer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCWinEH.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCXCOFFObjectWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MCXCOFFStreamer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/MachineLocation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/SectionKind.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/StringTableBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MC/SubtargetFeature.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/CodeEmitter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/Context.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/CustomBehaviour.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/HWEventListener.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/HardwareUnits -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/HardwareUnits/HardwareUnit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/HardwareUnits/LSUnit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/HardwareUnits/RegisterFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/HardwareUnits/ResourceManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/HardwareUnits/RetireControlUnit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/HardwareUnits/Scheduler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/InstrBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/Instruction.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/Pipeline.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/SourceMgr.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/Stages -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/Stages/DispatchStage.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/Stages/EntryStage.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/Stages/ExecuteStage.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/Stages/InOrderIssueStage.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/Stages/InstructionTables.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/Stages/MicroOpQueueStage.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/Stages/RetireStage.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/Stages/Stage.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/MCA/Support.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/Archive.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/ArchiveWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/Binary.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/COFF.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/COFFImportFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/COFFModuleDefinition.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/CVDebugRecord.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/Decompressor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/ELF.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/ELFObjectFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/ELFTypes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/Error.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/FaultMapParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/IRObjectFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/IRSymtab.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/MachO.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/MachOUniversal.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/MachOUniversalWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/Minidump.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/ModuleSymbolTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/ObjectFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/RelocationResolver.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/StackMapParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/SymbolSize.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/SymbolicFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/TapiFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/TapiUniversal.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/Wasm.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/WindowsMachineFlag.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/WindowsResource.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Object/XCOFFObjectFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ObjectYAML -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ObjectYAML/ArchiveYAML.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ObjectYAML/COFFYAML.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ObjectYAML/CodeViewYAMLSymbols.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ObjectYAML/CodeViewYAMLTypes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ObjectYAML/DWARFEmitter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ObjectYAML/DWARFYAML.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ObjectYAML/ELFYAML.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ObjectYAML/MachOYAML.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ObjectYAML/MinidumpYAML.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ObjectYAML/ObjectYAML.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ObjectYAML/WasmYAML.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ObjectYAML/XCOFFYAML.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ObjectYAML/YAML.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ObjectYAML/yaml2obj.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Option -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Option/Arg.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Option/ArgList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Option/OptParser.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Option/OptSpecifier.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Option/OptTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Option/Option.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Pass.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/PassAnalysisSupport.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/PassInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/PassRegistry.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/PassSupport.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Passes -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Passes/PassBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Passes/PassPlugin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Passes/StandardInstrumentations.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ProfileData -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ProfileData/Coverage -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ProfileData/Coverage/CoverageMapping.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ProfileData/Coverage/CoverageMappingReader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ProfileData/GCOV.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ProfileData/InstrProf.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ProfileData/InstrProfData.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ProfileData/InstrProfReader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ProfileData/InstrProfWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ProfileData/ProfileCommon.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ProfileData/SampleProf.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ProfileData/SampleProfReader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ProfileData/SampleProfWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Remarks -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Remarks/BitstreamRemarkContainer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Remarks/BitstreamRemarkParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Remarks/BitstreamRemarkSerializer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Remarks/HotnessThresholdParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Remarks/Remark.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Remarks/RemarkFormat.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Remarks/RemarkLinker.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Remarks/RemarkParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Remarks/RemarkSerializer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Remarks/RemarkStreamer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Remarks/RemarkStringTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Remarks/YAMLRemarkSerializer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/AArch64TargetParser.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/AArch64TargetParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/AMDGPUMetadata.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/AMDHSAKernelDescriptor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ARMAttributeParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ARMBuildAttributes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ARMEHABI.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ARMTargetParser.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ARMTargetParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ARMWinEH.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/AlignOf.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Alignment.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Allocator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/AllocatorBase.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ArrayRecycler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Atomic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/AtomicOrdering.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/AutoConvert.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Automaton.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/BCD.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Base64.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/BinaryByteStream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/BinaryItemStream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/BinaryStream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/BinaryStreamArray.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/BinaryStreamError.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/BinaryStreamReader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/BinaryStreamRef.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/BinaryStreamWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/BlockFrequency.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/BranchProbability.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/BuryPointer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/CBindingWrapping.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/CFGDiff.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/CFGUpdate.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/COM.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/CRC.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/CachePruning.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Capacity.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Casting.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/CheckedArithmetic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Chrono.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/CodeGen.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/CodeGenCoverage.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/CommandLine.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Compiler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Compression.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ConvertUTF.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/CrashRecoveryContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/DJB.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/DOTGraphTraits.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/DataExtractor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/DataTypes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Debug.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/DebugCounter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Discriminator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/DynamicLibrary.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ELFAttributeParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ELFAttributes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Endian.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Errc.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/EndianStream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Errno.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Error.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ErrorHandling.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ErrorOr.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ExitCodes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ExtensibleRTTI.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/FileCollector.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/FileOutputBuffer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/FileSystem.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/FileSystem -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/FileSystem/UniqueID.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/FileUtilities.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Format.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/FormatAdapters.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/FormatCommon.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/FormatProviders.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/FormatVariadic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/FormatVariadicDetails.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/FormattedStream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/GenericDomTree.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/GlobPattern.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/GenericDomTreeConstruction.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/GenericIteratedDominanceFrontier.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/GraphWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Host.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/InitLLVM.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/InstructionCost.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ItaniumManglingCanonicalizer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/JSON.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/KnownBits.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/LEB128.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/LICENSE.TXT -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/LineIterator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Locale.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/LockFileManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/LowLevelTypeImpl.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/MD5.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/MSVCErrorWorkarounds.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/MachineValueType.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ManagedStatic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/MathExtras.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/MemAlloc.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Memory.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/MemoryBuffer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/MemoryBufferRef.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/MipsABIFlags.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Mutex.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/NativeFormatting.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/OnDiskHashTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/OptimizedStructLayout.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Parallel.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Path.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/PluginLoader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/PointerLikeTypeTraits.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/PrettyStackTrace.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Printable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Process.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Program.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/RISCVAttributeParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/RISCVAttributes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/RISCVTargetParser.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/RWMutex.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/RandomNumberGenerator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Recycler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/RecyclingAllocator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Regex.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Registry.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ReverseIteration.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/SHA1.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/SHA256.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/SMLoc.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/SMTAPI.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/SaveAndRestore.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ScaledNumber.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ScopedPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Signals.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Signposts.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/SmallVectorMemoryBuffer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Solaris -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Solaris/sys -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Solaris/sys/regset.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/SourceMgr.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/SpecialCaseList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/StringSaver.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/SuffixTree.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/SwapByteOrder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/SymbolRemappingReader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/SystemUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/TarWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/TargetOpcodes.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/TargetParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/TargetRegistry.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/TargetSelect.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/TaskQueue.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ThreadLocal.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ThreadPool.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Threading.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/TimeProfiler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Timer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/ToolOutputFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/TrailingObjects.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/TrigramIndex.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/TypeName.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/TypeSize.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Unicode.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/UnicodeCharRanges.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Valgrind.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Windows -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Windows/WindowsSupport.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/VersionTuple.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/VirtualFileSystem.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Watchdog.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Win64EH.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/WindowsError.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/WithColor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/X86DisassemblerDecoderCommon.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/X86TargetParser.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/X86TargetParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/YAMLParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/YAMLTraits.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/circular_raw_ostream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/raw_os_ostream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/raw_ostream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/raw_sha1_ostream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/thread.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/type_traits.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/xxhash.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TableGen -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TableGen/Automaton.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TableGen/DirectiveEmitter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TableGen/Error.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TableGen/Main.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TableGen/Record.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TableGen/SearchableTable.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TableGen/SetTheory.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TableGen/StringMatcher.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TableGen/StringToOffsetTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TableGen/TableGenBackend.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Target -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Target/CGPassBuilderOption.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Target/CodeGenCWrappers.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Target/GenericOpcodes.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Target/GlobalISel -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Target/GlobalISel/Combine.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Target/GlobalISel/RegisterBank.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Target/GlobalISel/SelectionDAGCompat.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Target/GlobalISel/Target.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Target/Target.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Target/TargetCallingConv.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Target/TargetInstrPredicate.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Target/TargetIntrinsicInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Target/TargetItinerary.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Target/TargetLoweringObjectFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Target/TargetMachine.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Target/TargetOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Target/TargetPfmCounters.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Target/TargetSchedule.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Target/TargetSelectionDAG.td -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Testing -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Testing/Support -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Testing/Support/Annotations.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Testing/Support/Error.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Testing/Support/SupportHelpers.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TextAPI -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TextAPI/Architecture.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TextAPI/Architecture.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TextAPI/ArchitectureSet.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TextAPI/InterfaceFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TextAPI/PackedVersion.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TextAPI/Platform.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TextAPI/Symbol.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TextAPI/Target.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TextAPI/TextAPIReader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/TextAPI/TextAPIWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ToolDrivers -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ToolDrivers/llvm-dlltool -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ToolDrivers/llvm-lib -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/ToolDrivers/llvm-lib/LibDriver.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/AggressiveInstCombine -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/CFGuard.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Coroutines.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Coroutines -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Coroutines/CoroCleanup.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Coroutines/CoroEarly.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Coroutines/CoroElide.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Coroutines/CoroSplit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/AlwaysInliner.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/Annotation2Metadata.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/ArgumentPromotion.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/Attributor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/BlockExtractor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/CalledValuePropagation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/ConstantMerge.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/CrossDSOCFI.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/DeadArgumentElimination.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/ElimAvailExtern.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/ForceFunctionAttrs.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/FunctionAttrs.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/FunctionImport.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/GlobalDCE.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/GlobalOpt.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/GlobalSplit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/HotColdSplitting.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/IROutliner.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/InferFunctionAttrs.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/Inliner.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/Internalize.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/LoopExtractor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/LowerTypeTests.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/MergeFunctions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/OpenMPOpt.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/PartialInlining.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/PassManagerBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/ProfiledCallGraph.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/SCCP.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/SampleContextTracker.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/SampleProfile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/SampleProfileProbe.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/StripDeadPrototypes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/StripSymbols.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/SyntheticCountsPropagation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/IPO/WholeProgramDevirt.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/InstCombine -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/InstCombine/InstCombine.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/InstCombine/InstCombineWorklist.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/InstCombine/InstCombiner.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Instrumentation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Instrumentation -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Instrumentation/AddressSanitizer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Instrumentation/BoundsChecking.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Instrumentation/CGProfile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Instrumentation/GCOVProfiler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Instrumentation/InstrOrderFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Instrumentation/InstrProfiling.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Instrumentation/MemProfiler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Instrumentation/MemorySanitizer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Instrumentation/PoisonChecking.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/ObjCARC.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/ADCE.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/AnnotationRemarks.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/BDCE.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/CallSiteSplitting.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/ConstantHoisting.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/ConstraintElimination.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/DCE.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/DFAJumpThreading.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/DeadStoreElimination.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/DivRemPairs.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/EarlyCSE.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/Float2Int.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/GVN.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/GVNExpression.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/GuardWidening.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/IVUsersPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/IndVarSimplify.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/InferAddressSpaces.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/InstSimplifyPass.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/JumpThreading.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LICM.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LoopBoundSplit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LoopDataPrefetch.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LoopDeletion.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LoopDistribute.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LoopFlatten.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LoopFuse.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LoopInstSimplify.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LoopInterchange.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LoopLoadElimination.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LoopPassManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LoopPredication.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LoopReroll.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LoopRotation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LoopSink.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LoopStrengthReduce.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LoopUnrollPass.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LoopVersioningLICM.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LowerAtomic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LowerConstantIntrinsics.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LowerMatrixIntrinsics.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/LowerWidenableCondition.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/MakeGuardsExplicit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/MemCpyOptimizer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/MergeICmps.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/SCCP.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/NaryReassociate.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/NewGVN.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/Reassociate.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/Reg2Mem.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/SROA.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/ScalarizeMaskedMemIntrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/Scalarizer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/SeparateConstOffsetFromGEP.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/SimplifyCFG.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/Sink.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/SpeculativeExecution.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/StraightLineStrengthReduce.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/StructurizeCFG.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/TailRecursionElimination.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Scalar/WarnMissedTransforms.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/AMDGPUEmitPrintf.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/ASanStackFrameLayout.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/AddDiscriminators.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/AssumeBundleBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/BasicBlockUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/BreakCriticalEdges.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/BuildLibCalls.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/BypassSlowDivision.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/CallGraphUpdater.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/CallPromotionUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/CanonicalizeAliases.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/CanonicalizeFreezeInLoops.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/Cloning.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/CodeExtractor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/CodeMoverUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/CtorUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/Debugify.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/EntryExitInstrumenter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/EscapeEnumerator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/Evaluator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/FixIrreducible.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/FunctionComparator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/FunctionImportUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/GlobalStatus.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/GuardUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/HelloWorld.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/InjectTLIMappings.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/InstructionNamer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/IntegerDivision.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/LCSSA.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/Local.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/LoopPeel.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/LoopRotationUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/LoopSimplify.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/LoopUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/LoopVersioning.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/LowerInvoke.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/LowerMemIntrinsics.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/LowerSwitch.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/MatrixUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/Mem2Reg.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/MemoryOpRemark.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/MetaRenamer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/ModuleUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/NameAnonGlobals.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/PredicateInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/PromoteMemToReg.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/RelLookupTableConverter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/SCCPSolver.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/SSAUpdater.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/SSAUpdaterBulk.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/SSAUpdaterImpl.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/SampleProfileLoaderBaseUtil.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/SanitizerStats.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/SimplifyCFGOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/SimplifyIndVar.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/SimplifyLibCalls.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/SizeOpts.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/SplitModule.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/StripGCRelocates.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/StripNonLineTableDebugInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/SymbolRewriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/UnifyLoopExits.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/UnrollLoop.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/VNCoercion.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Utils/ValueMapper.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Vectorize.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Vectorize -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Vectorize/LoopVectorize.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Vectorize/SLPVectorizer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Transforms/Vectorize/VectorCombine.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/WindowsManifest -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/WindowsManifest/WindowsManifestMerger.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/WindowsResource -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/WindowsResource/ResourceProcessor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/WindowsResource/ResourceScriptToken.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/WindowsResource/ResourceScriptTokenList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/XRay -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/XRay/BlockIndexer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/XRay/BlockPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/XRay/BlockVerifier.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/XRay/FDRLogBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/XRay/FDRRecordConsumer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/XRay/FDRRecordProducer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/XRay/FDRRecords.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/XRay/FDRTraceExpander.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/XRay/FDRTraceWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/XRay/FileHeaderReader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/XRay/Graph.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/XRay/InstrumentationMap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/XRay/Profile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/XRay/RecordPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/XRay/Trace.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/XRay/XRayRecord.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/XRay/YAMLXRayRecord.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Analysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/BitReader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/BitWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Comdat.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Core.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/DataTypes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/DebugInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Disassembler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/DisassemblerTypes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Error.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/ErrorHandling.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/ExecutionEngine.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/ExternC.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/IRReader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Initialization.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/LLJIT.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Linker.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Object.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Orc.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/OrcEE.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Remarks.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Support.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Target.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Types.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/TargetMachine.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Transforms -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Transforms/AggressiveInstCombine.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Transforms/Coroutines.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Transforms/IPO.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Transforms/InstCombine.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Transforms/PassBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Transforms/PassManagerBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Transforms/Scalar.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Transforms/Utils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Transforms/Vectorize.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/lto.h -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Config -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Config/Disassemblers.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Config/AsmPrinters.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Config/AsmParsers.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Config/llvm-config.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Config/Targets.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Config/abi-breaking.h -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/Attributes.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicEnums.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicImpl.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsAArch64.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsAMDGPU.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsARM.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsBPF.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsMips.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsHexagon.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsNVPTX.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsR600.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsRISCV.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsPowerPC.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsS390.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsVE.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsWebAssembly.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsXCore.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/IR/IntrinsicsX86.h -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/Extension.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Support/VCSRevision.h -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Frontend -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Frontend/OpenACC -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Frontend/OpenACC/ACC.h.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Frontend/OpenACC/ACC.inc -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Frontend/OpenMP -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Frontend/OpenMP/OMP.h.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm/Frontend/OpenMP/OMP.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/LLVMConfigExtensions.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMDemangle.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMSupport.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMTableGen.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-tblgen -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMTableGenGlobalISel.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMCore.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMFuzzMutate.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMFileCheck.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMInterfaceStub.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMIRReader.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMCodeGen.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMSelectionDAG.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMAsmPrinter.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMMIRParser.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMGlobalISel.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMBinaryFormat.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMBitReader.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMBitWriter.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMBitstreamReader.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMDWARFLinker.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMExtensions.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMFrontendOpenACC.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMFrontendOpenMP.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMTransformUtils.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMInstrumentation.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMAggressiveInstCombine.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMInstCombine.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMScalarOpts.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMipo.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMVectorize.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMObjCARCOpts.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMCoroutines.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMCFGuard.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMLinker.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMAnalysis.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMLTO.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMMC.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMMCParser.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMMCDisassembler.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMMCA.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMObject.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMObjectYAML.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMOption.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMRemarks.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMDebugInfoDWARF.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMDebugInfoGSYM.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMDebugInfoMSF.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMDebugInfoCodeView.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMDebugInfoPDB.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMSymbolize.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMDWP.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMExecutionEngine.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMInterpreter.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMJITLink.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMMCJIT.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMOrcJIT.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMOrcShared.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMOrcTargetProcess.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMRuntimeDyld.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMTarget.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMAArch64CodeGen.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMAArch64AsmParser.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMAArch64Disassembler.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMAArch64Desc.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMAArch64Info.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMAArch64Utils.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMAMDGPUCodeGen.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMAMDGPUAsmParser.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMAMDGPUDisassembler.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMAMDGPUDesc.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMAMDGPUInfo.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMAMDGPUUtils.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMARMCodeGen.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMARMAsmParser.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMARMDisassembler.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMARMDesc.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMARMInfo.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMARMUtils.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMAVRCodeGen.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMAVRAsmParser.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMAVRDisassembler.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMAVRDesc.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMAVRInfo.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMBPFCodeGen.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMBPFAsmParser.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMBPFDisassembler.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMBPFDesc.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMBPFInfo.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMHexagonCodeGen.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMHexagonAsmParser.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMHexagonDisassembler.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMHexagonDesc.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMHexagonInfo.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMLanaiCodeGen.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMLanaiAsmParser.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMLanaiDisassembler.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMLanaiDesc.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMLanaiInfo.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMMipsCodeGen.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMMipsAsmParser.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMMipsDisassembler.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMMipsDesc.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMMipsInfo.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMMSP430CodeGen.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMMSP430Desc.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMMSP430Info.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMMSP430AsmParser.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMMSP430Disassembler.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMNVPTXCodeGen.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMNVPTXDesc.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMNVPTXInfo.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMPowerPCCodeGen.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMPowerPCAsmParser.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMPowerPCDisassembler.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMPowerPCDesc.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMPowerPCInfo.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMRISCVCodeGen.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMRISCVAsmParser.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMRISCVDisassembler.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMRISCVDesc.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMRISCVInfo.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMSparcCodeGen.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMSparcAsmParser.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMSparcDisassembler.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMSparcDesc.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMSparcInfo.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMSystemZCodeGen.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMSystemZAsmParser.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMSystemZDisassembler.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMSystemZDesc.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMSystemZInfo.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMWebAssemblyCodeGen.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMWebAssemblyAsmParser.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMWebAssemblyDisassembler.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMWebAssemblyDesc.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMWebAssemblyInfo.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMWebAssemblyUtils.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMX86CodeGen.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMX86AsmParser.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMX86Disassembler.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMX86Desc.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMX86Info.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMXCoreCodeGen.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMXCoreDisassembler.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMXCoreDesc.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMXCoreInfo.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMAsmParser.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMLineEditor.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMProfileData.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMCoverage.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMPasses.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMTextAPI.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMDlltoolDriver.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMLibDriver.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMXRay.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMWindowsManifest.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLTO.so.6.0 -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/lto.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-ar -- Creating llvm-ranlib -- Creating llvm-lib -- Creating llvm-dlltool -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-config -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-lto -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-profdata -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/APINotes -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/APINotes/APINotesYAMLCompiler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/APINotes/Types.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/ARCMigrate -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/ARCMigrate/ARCMT.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/ARCMigrate/ARCMTActions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/ARCMigrate/FileRemapper.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/APValue.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/AST.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ASTConcept.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ASTConsumer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ASTContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ASTContextAllocate.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ASTDiagnostic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ASTDumper.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ASTDumperUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ASTFwd.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ASTImporter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ASTImporterLookupTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ASTImporterSharedState.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ASTLambda.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ASTMutationListener.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ASTNodeTraverser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ASTStructuralEquivalence.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ASTTypeTraits.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ASTVector.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ASTUnresolvedSet.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/AbstractBasicReader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/AbstractBasicWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/AbstractTypeReader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/AbstractTypeWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/Attr.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/AttrIterator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/AttrVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/Availability.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/BaseSubobject.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/BuiltinTypes.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/CXXInheritance.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/CXXRecordDeclDefinitionBits.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/CanonicalType.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/CharUnits.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/Comment.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/CommentBriefParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/CommentCommandTraits.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/CommentDiagnostic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/CommentLexer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/CommentParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/CommentSema.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/CommentVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ComparisonCategories.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ComputeDependence.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/CurrentSourceLocExprScope.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/DataCollection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/Decl.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/DeclAccessPair.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/DeclBase.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/DeclCXX.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/DeclContextInternals.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/DeclFriend.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/DeclGroup.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/DeclLookups.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/DeclObjC.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/DeclObjCCommon.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/DeclOpenMP.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/DeclTemplate.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/DeclVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/DeclarationName.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/DependenceFlags.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/DependentDiagnostic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/EvaluatedExprVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/Expr.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ExprCXX.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ExprConcepts.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ExprObjC.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ExprOpenMP.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ExternalASTMerger.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ExternalASTSource.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/FormatString.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/GlobalDecl.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/Mangle.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/IgnoreExpr.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/JSONNodeDumper.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/LambdaCapture.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/LexicallyOrderedRecursiveASTVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/LocInfoType.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/MangleNumberingContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/NSAPI.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/NestedNameSpecifier.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/NonTrivialTypeVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ODRHash.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/OSLog.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/OpenMPClause.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/OperationKinds.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/OperationKinds.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/OptionalDiagnostic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ParentMap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/ParentMapContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/PrettyDeclStackTrace.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/Stmt.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/PrettyPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/QualTypeNames.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/RawCommentList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/RecordLayout.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/RecursiveASTVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/Redeclarable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/SelectorLocationsKind.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/StmtCXX.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/StmtGraphTraits.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/StmtIterator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/StmtObjC.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/StmtOpenMP.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/StmtVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/TemplateArgumentVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/TemplateBase.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/TemplateName.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/TextNodeDumper.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/Type.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/TypeLoc.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/TypeLocNodes.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/TypeLocVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/TypeOrdering.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/TypeVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/UnresolvedSet.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/VTTBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/VTableBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/ASTMatchers -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/ASTMatchers/ASTMatchFinder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/ASTMatchers/ASTMatchers.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/ASTMatchers/ASTMatchersInternal.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/ASTMatchers/ASTMatchersMacros.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/ASTMatchers/Dynamic -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/ASTMatchers/Dynamic/Diagnostics.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/ASTMatchers/Dynamic/Parser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/ASTMatchers/Dynamic/Registry.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/ASTMatchers/Dynamic/VariantValue.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/ASTMatchers/GtestMatchers.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/Analyses -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/Analyses/CalledOnceCheck.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/Analyses/Consumed.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/Analyses/Dominators.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/Analyses/LiveVariables.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/Analyses/PostOrderCFGView.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/Analyses/ReachableCode.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/Analyses/ThreadSafety.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/Analyses/ThreadSafetyCommon.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/Analyses/ThreadSafetyLogical.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/Analyses/ThreadSafetyOps.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/Analyses/ThreadSafetyTIL.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/Analyses/ThreadSafetyUtil.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/Analyses/UninitializedValues.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/AnalysisDeclContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/AnalysisDiagnostic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/AnyCall.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/BodyFarm.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/CFG.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/CFGStmtMap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/CallGraph.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/CloneDetection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/CodeInjector.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/ConstructionContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/DomainSpecific -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/DomainSpecific/CocoaConventions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/FlowSensitive -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/FlowSensitive/DataflowValues.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/FlowSensitive/DataflowWorklist.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/IssueHash.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/MacroExpansionContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/PathDiagnostic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/ProgramPoint.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/RetainSummaryManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/SelectorExtras.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/Support -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Analysis/Support/BumpVector.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/AArch64SVEACLETypes.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/ABI.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/AddressSpaces.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/AlignedAllocation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/AllDiagnostics.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/AttrKinds.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/AttrSubjectMatchRules.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/AttributeCommonInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/Attributes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/BitmaskEnum.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/Builtins.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/Builtins.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/BuiltinsAArch64.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/BuiltinsAMDGPU.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/BuiltinsARM.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/BuiltinsBPF.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/BuiltinsPPC.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/BuiltinsHexagon.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/BuiltinsHexagonDep.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/BuiltinsHexagonMapCustomDep.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/BuiltinsMips.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/BuiltinsNEON.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/BuiltinsNVPTX.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/BuiltinsRISCV.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/BuiltinsSVE.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/BuiltinsSystemZ.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/BuiltinsWebAssembly.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/BuiltinsX86.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/BuiltinsX86_64.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/BuiltinsXCore.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/CapturedStmt.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/CharInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/CodeGenOptions.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/CodeGenOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/CommentOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/Cuda.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DarwinSDKInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DebugInfoOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/Diagnostic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticAST.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticAnalysis.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticCategories.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticComment.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticCrossTU.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticDriver.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticError.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticFrontend.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticIDs.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticLex.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticOptions.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticParse.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticRefactoring.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticSema.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticSerialization.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DirectoryEntry.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/ExceptionSpecificationType.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/ExpressionTraits.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/FPOptions.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/Features.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/FileEntry.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/FileManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/FileSystemOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/FileSystemStatCache.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/IdentifierTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/JsonSupport.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/LLVM.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/Lambda.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/LangOptions.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/LangOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/LangStandard.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/LangStandards.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/Linkage.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/MSP430Target.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/MacroBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/Module.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/NoSanitizeList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/ObjCRuntime.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/OpenCLExtensionTypes.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/OpenCLExtensions.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/OpenCLImageTypes.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/OpenCLOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/OpenMPKinds.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/OpenMPKinds.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/OperatorKinds.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/OperatorKinds.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/OperatorPrecedence.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/PPCTypes.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/PartialDiagnostic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/PlistSupport.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/PragmaKinds.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/PrettyStackTrace.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/ProfileList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/RISCVVTypes.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/SanitizerSpecialCaseList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/Sanitizers.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/Sanitizers.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/SourceLocation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/SourceManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/SourceManagerInternals.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/Specifiers.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/Stack.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/SyncScope.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/TargetBuiltins.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/TargetCXXABI.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/TargetCXXABI.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/TargetID.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/TargetInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/TargetOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/TemplateKinds.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/Thunk.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/TokenKinds.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/TokenKinds.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/TypeTraits.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/Version.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/Visibility.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/X86Target.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/XRayInstr.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/XRayLists.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/CodeGen -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/CodeGen/BackendUtil.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/CodeGen/CGFunctionInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/CodeGen/CodeGenABITypes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/CodeGen/CodeGenAction.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/CodeGen/ConstantInitBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/CodeGen/ConstantInitFuture.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/CodeGen/ModuleBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/CodeGen/ObjectFilePCHContainerOperations.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/CodeGen/SwiftCallingConv.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Config -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/CrossTU -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/CrossTU/CrossTUDiagnostic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/CrossTU/CrossTranslationUnit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/DirectoryWatcher -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/DirectoryWatcher/DirectoryWatcher.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Driver -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Driver/Action.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Driver/Compilation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Driver/Distro.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Driver/Driver.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Driver/DriverDiagnostic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Driver/InputInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Driver/Job.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Driver/Multilib.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Driver/OptionUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Driver/Options.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Driver/Phases.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Driver/SanitizerArgs.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Driver/Tool.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Driver/ToolChain.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Driver/Types.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Driver/Types.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Driver/Util.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Driver/XRayArgs.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Edit -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Edit/Commit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Edit/EditedSource.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Edit/EditsReceiver.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Edit/FileOffset.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Edit/Rewriters.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Format -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Format/Format.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/ASTConsumers.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/ASTUnit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/ChainedDiagnosticConsumer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/CommandLineSourceLoc.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/CompilerInstance.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/CompilerInvocation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/DependencyOutputOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/DiagnosticRenderer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/FrontendAction.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/FrontendActions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/FrontendDiagnostic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/FrontendOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/FrontendPluginRegistry.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/LayoutOverrideSource.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/LogDiagnosticPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/MigratorOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/MultiplexConsumer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/PCHContainerOperations.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/PrecompiledPreamble.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/PreprocessorOutputOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/SerializedDiagnosticPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/SerializedDiagnosticReader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/SerializedDiagnostics.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/TextDiagnostic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/TextDiagnosticBuffer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/TextDiagnosticPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/Utils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Frontend/VerifyDiagnosticConsumer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/FrontendTool -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/FrontendTool/Utils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Index -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Index/CommentToXML.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Index/DeclOccurrence.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Index/IndexDataConsumer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Index/IndexSymbol.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Index/IndexingAction.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Index/IndexingOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Index/USRGeneration.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/IndexSerialization -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/IndexSerialization/SerializablePathCollection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Interpreter -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Interpreter/Interpreter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Interpreter/PartialTranslationUnit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/CodeCompletionHandler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/DependencyDirectivesSourceMinimizer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/DirectoryLookup.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/ExternalPreprocessorSource.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/HeaderMap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/HeaderMapTypes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/HeaderSearch.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/HeaderSearchOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/LexDiagnostic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/Lexer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/LiteralSupport.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/MacroArgs.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/MacroInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/ModuleLoader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/ModuleMap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/MultipleIncludeOpt.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/PPCallbacks.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/Pragma.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/PPConditionalDirectiveRecord.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/PreprocessingRecord.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/Preprocessor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/PreprocessorExcludedConditionalDirectiveSkipMapping.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/PreprocessorLexer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/PreprocessorOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/ScratchBuffer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/Token.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/TokenConcatenation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/TokenLexer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Lex/VariadicMacroSupport.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Parse -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Parse/LoopHint.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Parse/ParseAST.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Parse/ParseDiagnostic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Parse/Parser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Parse/RAIIObjectsForParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Rewrite -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Rewrite/Core -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Rewrite/Core/DeltaTree.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Rewrite/Core/HTMLRewrite.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Rewrite/Core/RewriteBuffer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Rewrite/Core/RewriteRope.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Rewrite/Core/Rewriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Rewrite/Core/TokenRewriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Rewrite/Frontend -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Rewrite/Frontend/ASTConsumers.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Rewrite/Frontend/FixItRewriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Rewrite/Frontend/FrontendActions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Rewrite/Frontend/Rewriters.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/AnalysisBasedWarnings.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/CXXFieldCollector.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/CleanupInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/CodeCompleteConsumer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/CodeCompleteOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/DeclSpec.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/DelayedDiagnostic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/Designator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/ExternalSemaSource.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/IdentifierResolver.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/Initialization.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/Lookup.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/MultiplexExternalSemaSource.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/ObjCMethodList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/Overload.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/Ownership.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/ParsedAttr.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/ParsedTemplate.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/Scope.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/ScopeInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/Sema.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/SemaConcept.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/SemaConsumer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/SemaDiagnostic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/SemaFixItUtils.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/SemaInternal.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/SemaLambda.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/Template.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/TemplateDeduction.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/TemplateInstCallback.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/TypoCorrection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/Weak.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Serialization -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Serialization/ASTBitCodes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Serialization/ASTDeserializationListener.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Serialization/ASTReader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Serialization/ASTRecordReader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Serialization/ASTRecordWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Serialization/ASTWriter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Serialization/ContinuousRangeMap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Serialization/GlobalModuleIndex.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Serialization/InMemoryModuleCache.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Serialization/ModuleFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Serialization/ModuleFileExtension.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Serialization/ModuleManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Serialization/PCHContainerOperations.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Serialization/SerializationDiagnostic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Serialization/TypeBitCodes.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Checkers -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Checkers/LocalCheckers.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Checkers/SValExplainer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/Analyses.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/BugReporter -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/Checker.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/CheckerManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/CheckerRegistryData.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicCastInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicExtent.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicType.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/LoopWidening.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/Regions.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/SValVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/Symbols.def -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Frontend -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Frontend/AnalyzerHelpFlags.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Frontend/FrontendActions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Testing -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Testing/CommandLineArgs.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Testing/TestClangConfig.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/ASTDiff -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/ASTDiff/ASTDiff.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/ASTDiff/ASTDiffInternal.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/AllTUsExecution.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/ArgumentsAdjusters.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/CommonOptionsParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/CompilationDatabase.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/CompilationDatabasePluginRegistry.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Core -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Core/Diagnostic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Core/Replacement.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/DependencyScanning -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/DependencyScanning/DependencyScanningService.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/DependencyScanning/DependencyScanningWorker.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/DiagnosticsYaml.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Execution.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/FileMatchTrie.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/FixIt.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Inclusions -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Inclusions/HeaderIncludes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Inclusions/IncludeStyle.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/JSONCompilationDatabase.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/NodeIntrospection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/ASTSelection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/AtomicChange.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/Extract -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/Extract/Extract.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/Extract/SourceExtraction.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/Lookup.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/RefactoringAction.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/RefactoringActionRule.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/RefactoringActionRules.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/RefactoringActionRulesInternal.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/RefactoringDiagnostic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/RefactoringOption.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/RefactoringOptionVisitor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/RefactoringOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/RefactoringResultConsumer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/Rename -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/Rename/RenamingAction.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/Rename/SymbolName.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/Rename/SymbolOccurrences.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/Rename/USRFinder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/Rename/USRFindingAction.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/Rename/USRLocFinder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Refactoring/RefactoringRuleContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/RefactoringCallbacks.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/ReplacementsYaml.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/StandaloneExecution.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Syntax -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Syntax/BuildTree.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Syntax/Mutations.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Syntax/Nodes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Syntax/Tokens.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Syntax/Tree.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/ToolExecutorPluginRegistry.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Tooling.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Transformer -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Transformer/MatchConsumer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Transformer/Parsing.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Transformer/RangeSelector.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Transformer/RewriteRule.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Transformer/SourceCode.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Transformer/SourceCodeBuilders.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Transformer/Stencil.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Transformer/Transformer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c/BuildSystem.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c/CXCompilationDatabase.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c/CXErrorCode.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c/CXString.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c/Documentation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c/ExternC.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c/FatalErrorHandler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c/Index.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c/Platform.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c/Rewrite.h -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/Version.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticAnalysisKinds.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticASTKinds.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticCommentKinds.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticCommonKinds.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticCrossTUKinds.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticDriverKinds.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticFrontendKinds.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticLexKinds.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticParseKinds.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticRefactoringKinds.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticSerializationKinds.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticSemaKinds.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticIndexName.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/DiagnosticGroups.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/AttrList.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/AttrSubMatchRulesList.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/AttrHasAttributeImpl.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/arm_fp16.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/arm_neon.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/arm_mve_builtins.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/arm_mve_builtin_sema.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/arm_mve_builtin_cg.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/arm_mve_builtin_aliases.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/arm_sve_typeflags.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/arm_sve_builtins.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/arm_cde_builtins.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/arm_cde_builtin_cg.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/arm_cde_builtin_sema.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/arm_cde_builtin_aliases.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/arm_sve_builtin_cg.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/arm_sve_sema_rangechecks.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/riscv_vector_builtins.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Basic/riscv_vector_builtin_cg.inc -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/Attrs.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/AttrImpl.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/AttrTextNodeDump.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/AttrNodeTraverse.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/AttrVisitor.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/StmtNodes.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/DeclNodes.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/TypeNodes.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/AbstractBasicReader.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/AbstractBasicWriter.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/AbstractTypeReader.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/AbstractTypeWriter.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/CommentNodes.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/CommentHTMLTags.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/CommentHTMLTagsProperties.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/CommentHTMLNamedCharacterReferences.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/CommentCommandInfo.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/CommentCommandList.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/AST/StmtDataCollectors.inc -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Driver -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Driver/Options.inc -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Parse -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Parse/AttrParserStringSwitches.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Parse/AttrSubMatchRulesParserStringSwitches.inc -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/AttrTemplateInstantiate.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/AttrParsedAttrList.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/AttrParsedAttrKinds.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/AttrSpellingListIndex.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Sema/AttrParsedAttrImpl.inc -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Serialization -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Serialization/AttrPCHRead.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Serialization/AttrPCHWrite.inc -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Checkers -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/StaticAnalyzer/Checkers/Checkers.inc -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Syntax -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Syntax/Nodes.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/Syntax/NodeClasses.inc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Tooling/NodeIntrospection.inc -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Config -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang/Config/config.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/clang/bash-autocomplete.sh -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/adxintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/altivec.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/ammintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/amxintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/arm_acle.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/arm_cmse.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/armintr.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/arm64intr.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx2intrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512bf16intrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512bwintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512bitalgintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512vlbitalgintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512cdintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512vpopcntdqintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512dqintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512erintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512fintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512ifmaintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512ifmavlintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512pfintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512vbmiintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512vbmivlintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512vbmi2intrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512vlvbmi2intrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512vlbf16intrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512vlbwintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512vlcdintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512vldqintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512vlintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512vp2intersectintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512vlvp2intersectintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512vpopcntdqvlintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512vnniintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avx512vlvnniintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avxintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/avxvnniintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/bmi2intrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/bmiintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/builtins.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/__clang_cuda_builtin_vars.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/__clang_cuda_math.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/__clang_cuda_cmath.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/__clang_cuda_complex_builtins.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/__clang_cuda_device_functions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/__clang_cuda_intrinsics.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/__clang_cuda_libdevice_declares.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/__clang_cuda_math_forward_declares.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/__clang_cuda_runtime_wrapper.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/__clang_hip_libdevice_declares.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/__clang_hip_cmath.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/__clang_hip_math.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/__clang_hip_runtime_wrapper.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/cetintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/cet.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/cldemoteintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/clzerointrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/cpuid.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/clflushoptintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/clwbintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/emmintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/enqcmdintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/f16cintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/float.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/fma4intrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/fmaintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/fxsrintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/gfniintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/hexagon_circ_brev_intrinsics.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/hexagon_protos.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/hexagon_types.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/hvx_hexagon_protos.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/hresetintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/htmintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/htmxlintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/ia32intrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/immintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/intrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/inttypes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/invpcidintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/iso646.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/keylockerintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/limits.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/lwpintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/lzcntintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/mm3dnow.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/mmintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/mm_malloc.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/module.modulemap -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/movdirintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/msa.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/mwaitxintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/nmmintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/opencl-c.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/opencl-c-base.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/pkuintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/pmmintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/pconfigintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/popcntintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/prfchwintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/ptwriteintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/rdseedintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/rtmintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/serializeintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/sgxintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/s390intrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/shaintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/smmintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/stdalign.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/stdarg.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/stdatomic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/stdbool.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/stddef.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/__stddef_max_align_t.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/stdint.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/stdnoreturn.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/tbmintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/tgmath.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/tmmintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/tsxldtrkintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/uintrintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/unwind.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/vadefs.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/vaesintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/varargs.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/vecintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/vpclmulqdqintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/waitpkgintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/wasm_simd128.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/wbnoinvdintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/wmmintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/__wmmintrin_aes.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/__wmmintrin_pclmul.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/x86gprintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/x86intrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/xmmintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/xopintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/xsavecintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/xsaveintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/xsaveoptintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/xsavesintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/xtestintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/arm_neon.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/arm_fp16.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/arm_sve.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/arm_bf16.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/arm_mve.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/arm_cde.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/riscv_vector.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/cuda_wrappers/algorithm -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/cuda_wrappers/complex -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/cuda_wrappers/new -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/ppc_wrappers/mmintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/ppc_wrappers/xmmintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/ppc_wrappers/mm_malloc.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/ppc_wrappers/emmintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/ppc_wrappers/pmmintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/ppc_wrappers/tmmintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/ppc_wrappers/smmintrin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/openmp_wrappers/math.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/openmp_wrappers/cmath -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/openmp_wrappers/complex.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/openmp_wrappers/complex -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/openmp_wrappers/__clang_openmp_device_functions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/openmp_wrappers/complex_cmath.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include/openmp_wrappers/new -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangBasic.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangAPINotes.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangLex.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangParse.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangAST.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangASTMatchers.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangDynamicASTMatchers.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangCrossTU.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangSema.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangCodeGen.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangAnalysis.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangEdit.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangRewrite.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangARCMigrate.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangDriver.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangSerialization.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangFrontend.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangRewriteFrontend.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangFrontendTool.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangTooling.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangToolingCore.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangToolingInclusions.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangToolingRefactoring.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangToolingASTDiff.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangToolingSyntax.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangDependencyScanning.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangTransformer.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangDirectoryWatcher.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangIndex.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangIndexSerialization.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangStaticAnalyzerCore.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangStaticAnalyzerCheckers.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangStaticAnalyzerFrontend.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangFormat.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangTesting.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangInterpreter.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/diagtool -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/clang-13 -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/clang -- Creating clang++ -- Creating clang-cl -- Creating clang-cpp -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/clang-format -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/clang/clang-format-bbedit.applescript -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/clang/clang-format-diff.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/clang/clang-format-sublime.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/clang/clang-format.el -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/clang/clang-format.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/git-clang-format -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangHandleCXX.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclangHandleLLVM.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/clang-offload-bundler -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/clang-offload-wrapper -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/clang-scan-deps -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/clang-repl -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/c-index-test -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/clang-rename -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/clang/clang-rename.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/clang/clang-rename.el -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/clang-refactor -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclang-cpp.so.1.0 -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/clang-check -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/clang-extdef-mapping -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/scan-build -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/libexec/ccc-analyzer -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/libexec/c++-analyzer -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/man/man1/scan-build.1 -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/scan-build/scanview.css -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/scan-build/sorttable.js -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/analyze-build -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/intercept-build -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/scan-build-py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/libexec/analyze-c++ -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/libexec/analyze-cc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/libexec/intercept-c++ -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/libexec/intercept-cc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild/__init__.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild/analyze.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild/arguments.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild/clang.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild/compilation.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild/intercept.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild/report.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild/shell.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild/resources/scanview.css -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild/resources/selectable.js -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild/resources/sorttable.js -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libear/__init__.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libear/config.h.in -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libear/ear.c -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/scan-view -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/scan-view/ScanView.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/scan-view/Reporter.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/scan-view/startfile.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/scan-view/bugcatcher.ico -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libclang.so.8.2 -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c/BuildSystem.h -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c/CXCompilationDatabase.h -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c/CXErrorCode.h -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c/CXString.h -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c/Documentation.h -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c/ExternC.h -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c/FatalErrorHandler.h -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c/Index.h -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c/Platform.h -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/clang-c/Rewrite.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/clang/ClangTargets.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/clang/ClangTargets-release.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/clang/ClangConfig.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/clang/AddClang.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/hmaptool -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Common -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Common/Args.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Common/Arrays.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Common/DWARF.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Common/Driver.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Common/ErrorHandler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Common/Filesystem.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Common/LLVM.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Common/Memory.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Common/Reproduce.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Common/Strings.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Common/TargetOptionsCommandFlags.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Common/Timer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Common/Version.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Core -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Core/AbsoluteAtom.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Core/ArchiveLibraryFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Core/Atom.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Core/DefinedAtom.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Core/Error.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Core/File.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Core/Instrumentation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Core/LinkingContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Core/Node.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Core/Pass.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Core/PassManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Core/Reader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Core/Reference.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Core/Resolver.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Core/SharedLibraryAtom.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Core/SharedLibraryFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Core/Simple.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Core/SymbolTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Core/UndefinedAtom.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/Core/Writer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/ReaderWriter -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/ReaderWriter/MachOLinkingContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lld/ReaderWriter/YamlContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/liblldCommon.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/liblldCore.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/liblldDriver.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/liblldReaderWriter.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/liblldMachO.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/liblldYAML.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/lld -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/lld -- Creating lld-link -- Creating ld.lld -- Creating ld64.lld -- Creating ld64.lld.darwinnew -- Creating ld64.lld.darwinold -- Creating wasm-ld -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/liblldCOFF.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/liblldELF.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/liblldMinGW.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/liblldWasm.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/lld/LLDTargets.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/lld/LLDTargets-release.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/lld/LLDConfig.cmake -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/LLDB.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBAddress.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBAttachInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBBlock.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBBreakpoint.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBBreakpointLocation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBBreakpointName.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBBroadcaster.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBCommandInterpreter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBCommandInterpreterRunOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBCommandReturnObject.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBCommunication.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBCompileUnit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBData.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBDebugger.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBDeclaration.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBDefines.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBEnvironment.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBError.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBEvent.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBExecutionContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBExpressionOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBFileSpec.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBFileSpecList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBFrame.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBFunction.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBHostOS.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBInstruction.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBInstructionList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBLanguageRuntime.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBLaunchInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBLineEntry.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBListener.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBMemoryRegionInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBMemoryRegionInfoList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBModule.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBModuleSpec.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBPlatform.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBProcess.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBProcessInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBQueue.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBQueueItem.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBReproducer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBSection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBSourceManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBStream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBStringList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBStructuredData.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBSymbol.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBSymbolContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBSymbolContextList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBTarget.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBThread.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBThreadCollection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBThreadPlan.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBTrace.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBType.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBTypeCategory.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBTypeEnumMember.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBTypeFilter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBTypeFormat.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBTypeNameSpecifier.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBTypeSummary.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBTypeSynthetic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBUnixSignals.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBValue.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBValueList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBVariablesOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/API/SBWatchpoint.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/Breakpoint.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/BreakpointID.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/BreakpointIDList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/BreakpointList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/BreakpointLocation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/BreakpointLocationCollection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/BreakpointLocationList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/BreakpointName.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/BreakpointOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/BreakpointPrecondition.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/BreakpointResolver.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/BreakpointResolverAddress.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/BreakpointResolverFileLine.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/BreakpointResolverFileRegex.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/BreakpointResolverName.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/BreakpointResolverScripted.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/BreakpointSite.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/BreakpointSiteList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/Stoppoint.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/StoppointCallbackContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/StoppointHitCounter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/StoppointSite.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/Watchpoint.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/WatchpointList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Breakpoint/WatchpointOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/Address.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/AddressRange.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/AddressResolver.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/AddressResolverFileLine.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/Architecture.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/Communication.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/Debugger.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/Declaration.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/Disassembler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/DumpDataExtractor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/DumpRegisterValue.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/EmulateInstruction.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/FileLineResolver.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/FileSpecList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/FormatEntity.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/Highlighter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/IOHandler.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/IOHandlerCursesGUI.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/Mangled.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/IOStreamMacros.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/LoadedModuleInfoList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/MappedHash.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/Module.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/ModuleChild.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/ModuleList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/ModuleSpec.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/Opcode.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/PluginInterface.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/PluginManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/Progress.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/RichManglingContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/SearchFilter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/Section.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/SourceLocationSpec.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/SourceManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/StreamAsynchronousIO.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/StreamBuffer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/StreamFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/StructuredDataImpl.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/ThreadSafeDenseMap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/ThreadSafeDenseSet.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/ThreadSafeValue.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/UniqueCStringMap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/UserSettingsController.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/Value.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/ValueObject.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/ValueObjectCast.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/ValueObjectChild.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/ValueObjectConstResult.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/ValueObjectConstResultCast.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/ValueObjectConstResultChild.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/ValueObjectConstResultImpl.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/ValueObjectDynamicValue.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/ValueObjectList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/ValueObjectMemory.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/ValueObjectRegister.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/ValueObjectSyntheticFilter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/ValueObjectUpdater.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/ValueObjectVariable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Core/dwarf.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/DataFormatters -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/DataFormatters/CXXFunctionPointer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/DataFormatters/DataVisualization.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/DataFormatters/DumpValueObjectOptions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/DataFormatters/FormatCache.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/DataFormatters/FormatClasses.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/DataFormatters/FormatManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/DataFormatters/FormattersContainer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/DataFormatters/FormattersHelpers.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/DataFormatters/LanguageCategory.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/DataFormatters/StringPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/DataFormatters/TypeCategory.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/DataFormatters/TypeCategoryMap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/DataFormatters/TypeFormat.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/DataFormatters/TypeSummary.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/DataFormatters/TypeSynthetic.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/DataFormatters/ValueObjectPrinter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/DataFormatters/VectorIterator.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/DataFormatters/VectorType.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Expression -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Expression/DWARFExpression.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Expression/DiagnosticManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Expression/DynamicCheckerFunctions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Expression/Expression.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Expression/ExpressionParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Expression/ExpressionSourceCode.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Expression/ExpressionTypeSystemHelper.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Expression/ExpressionVariable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Expression/FunctionCaller.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Expression/IRExecutionUnit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Expression/IRInterpreter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Expression/IRMemoryMap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Expression/LLVMUserExpression.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Expression/Materializer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Expression/REPL.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Expression/UserExpression.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Expression/UtilityFunction.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/ConnectionFileDescriptor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/Debug.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/Editline.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/File.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/FileAction.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/FileCache.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/FileSystem.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/Host.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/HostGetOpt.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/HostInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/HostInfoBase.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/HostNativeProcess.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/HostNativeProcessBase.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/HostNativeThread.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/HostNativeThreadBase.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/HostNativeThreadForward.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/HostProcess.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/HostThread.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/LZMA.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/LockFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/LockFileBase.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/MainLoop.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/MainLoopBase.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/MonitoringProcessLauncher.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/OptionParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/Pipe.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/PipeBase.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/PosixApi.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/ProcessLaunchInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/ProcessLauncher.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/ProcessRunLock.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/PseudoTerminal.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/SafeMachO.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/Socket.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/SocketAddress.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/StringConvert.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/Terminal.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/ThreadLauncher.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/Time.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/XML.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/android -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/android/HostInfoAndroid.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/common -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/common/GetOptInc.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/common/NativeBreakpointList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/common/NativeProcessProtocol.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/common/NativeRegisterContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/common/NativeThreadProtocol.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/common/NativeWatchpointList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/common/TCPSocket.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/common/UDPSocket.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/freebsd -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/freebsd/HostInfoFreeBSD.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/linux -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/linux/AbstractSocket.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/linux/Host.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/linux/HostInfoLinux.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/linux/Ptrace.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/linux/Support.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/linux/Uio.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/macosx -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/macosx/HostInfoMacOSX.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/macosx/HostThreadMacOSX.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/netbsd -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/netbsd/HostInfoNetBSD.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/openbsd -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/openbsd/HostInfoOpenBSD.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/posix -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/posix/DomainSocket.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/posix/Fcntl.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/posix/HostInfoPosix.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/posix/HostProcessPosix.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/posix/HostThreadPosix.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/posix/LockFilePosix.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/posix/PipePosix.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/posix/ProcessLauncherPosixFork.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/windows -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/windows/AutoHandle.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/windows/ConnectionGenericFileWindows.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/windows/HostInfoWindows.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/windows/HostProcessWindows.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/windows/HostThreadWindows.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/windows/LockFileWindows.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/windows/PipeWindows.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/windows/PosixApi.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/windows/ProcessLauncherWindows.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/windows/windows.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Initialization -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Initialization/SystemInitializer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Initialization/SystemInitializerCommon.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Initialization/SystemLifetimeManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/CommandAlias.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/CommandCompletions.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/CommandHistory.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/CommandInterpreter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/CommandObject.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/CommandObjectMultiword.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/CommandOptionValidators.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/CommandReturnObject.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionArgParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionGroupArchitecture.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionGroupBoolean.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionGroupFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionGroupFormat.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionGroupOutputFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionGroupPlatform.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionGroupString.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionGroupUInt64.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionGroupUUID.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionGroupVariable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionGroupWatchpoint.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValue.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValueArch.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValueArgs.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValueArray.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValueBoolean.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValueChar.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValueDictionary.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValueEnumeration.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValueFileColonLine.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValueFileSpec.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValueFileSpecList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValueFormat.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValueFormatEntity.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValueLanguage.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValuePathMappings.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValueProperties.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValueRegex.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValueSInt64.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValueString.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValueUInt64.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValueUUID.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/OptionValues.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/Options.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/Property.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/ScriptInterpreter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Interpreter/ScriptedProcessInterface.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/ArmUnwindInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/Block.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/CallFrameInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/CompactUnwindInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/CompileUnit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/CompilerDecl.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/CompilerDeclContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/CompilerType.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/DWARFCallFrameInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/DebugMacros.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/DeclVendor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/FuncUnwinders.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/Function.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/LineEntry.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/LineTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/LocateSymbolFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/ObjectContainer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/ObjectFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/PostfixExpression.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/Symbol.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/SourceModule.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/SymbolContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/SymbolContextScope.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/SymbolFile.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/SymbolVendor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/Symtab.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/TaggedASTType.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/Type.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/TypeList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/TypeMap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/TypeSystem.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/UnwindPlan.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/UnwindTable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/Variable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Symbol/VariableList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ABI.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/AssertFrameRecognizer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/DynamicLoader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ExecutionContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ExecutionContextScope.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/InstrumentationRuntime.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/InstrumentationRuntimeStopInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/JITLoader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/JITLoaderList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/Language.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/LanguageRuntime.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/Memory.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/MemoryHistory.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/MemoryRegionInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/MemoryTagManager.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ModuleCache.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/OperatingSystem.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/PathMappingList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/Platform.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/PostMortemProcess.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/Process.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ProcessStructReader.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ProcessTrace.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/Queue.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/QueueItem.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/QueueList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/RegisterCheckpoint.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/RegisterContext.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/RegisterContextUnwind.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/RegisterNumber.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/RemoteAwarePlatform.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/Runtime.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/SectionLoadHistory.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/SectionLoadList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/StackFrame.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/StackFrameList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/StackFrameRecognizer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/Trace.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/StackID.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/StopInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/StructuredDataPlugin.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/SystemRuntime.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/Target.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/TargetList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/Thread.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadCollection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadPlan.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadPlanBase.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadPlanCallFunction.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadPlanCallOnFunctionExit.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadPlanCallUserExpression.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadPlanPython.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadPlanRunToAddress.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadSpec.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadPlanShouldStopHere.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadPlanStack.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadPlanStepInRange.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadPlanStepInstruction.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadPlanStepOut.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadPlanStepOverBreakpoint.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadPlanStepOverRange.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadPlanStepRange.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadPlanStepThrough.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadPlanStepUntil.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/ThreadPlanTracer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/TraceCursor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/TraceExporter.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/TraceInstructionDumper.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/UnixSignals.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/Unwind.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/UnwindLLDB.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Target/UnwindAssembly.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/AnsiTerminal.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/ArchSpec.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/Args.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/Baton.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/Broadcaster.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/Cloneable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/CompletionRequest.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/Connection.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/ConstString.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/DataBuffer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/DataBufferHeap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/DataBufferLLVM.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/DataEncoder.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/DataExtractor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/Endian.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/Environment.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/Event.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/FileSpec.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/Flags.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/GDBRemote.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/IOObject.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/Iterable.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/LLDBAssert.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/Listener.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/Log.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/Logging.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/NameMatches.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/OptionDefinition.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/Predicate.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/ProcessInfo.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/RangeMap.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/RegisterValue.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/RegularExpression.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/Reproducer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/ReproducerInstrumentation.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/ReproducerProvider.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/Scalar.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/SelectHelper.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/SharedCluster.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/State.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/Status.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/Stream.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/StreamCallback.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/StreamTee.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/StreamString.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/StringExtractor.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/StringExtractorGDBRemote.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/StringLexer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/StringList.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/StructuredData.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/TildeExpressionResolver.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/Timeout.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/Timer.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/TraceGDBRemotePackets.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/TraceIntelPTGDBRemotePackets.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/UUID.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/UnimplementedError.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/UriParser.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/UserID.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/UserIDResolver.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/VASPrintf.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/VMRange.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Utility/XcodeSDK.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/lldb-defines.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/lldb-enumerations.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/lldb-forward.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/lldb-private-defines.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/lldb-private-enumerations.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/lldb-private-forward.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/lldb-private-interfaces.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/lldb-private-types.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/lldb-private.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/lldb-public.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/lldb-types.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/lldb-versioning.h -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/lldb/Host/Config.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/__init__.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/embedded_interpreter.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters/cpp -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters/cpp/gnu_libstdcpp.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters/cpp/libcxx.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters/cpp/__init__.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters/cache.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters/synth.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters/metrics.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters/attrib_fromdict.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters/Logger.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters/__init__.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/utils -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/utils/in_call_stack.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/utils/symbolication.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/utils/__init__.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/plugins -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/plugins/scripted_process.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/plugins/__init__.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/_lldb.so -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/lldb-argdumper -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/liblldb.so.3.0 -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/lldb-argdumper -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/lldb -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/lldb-instr -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/lldb-vscode -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/bugpoint -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/dsymutil -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/lli -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-as -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-bcanalyzer -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-c-test -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-cat -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-cfi-verify -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMCFIVerify.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-cov -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-cvtres -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-cxxdump -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-cxxfilt -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-cxxmap -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-diff -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-dis -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-dwarfdump -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-dwp -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-exegesis -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMExegesis.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMExegesisX86.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMExegesisAArch64.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMExegesisPowerPC.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMExegesisMips.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-extract -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-gsymutil -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-ifs -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-jitlink -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-libtool-darwin -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-link -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-lipo -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-lto2 -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-mc -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-mca -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVMMCACustomBehaviourAMDGPU.a -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-ml -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-modextract -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-mt -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-nm -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-objcopy -- Creating llvm-install-name-tool -- Creating llvm-bitcode-strip -- Creating llvm-strip -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-objdump -- Creating llvm-otool -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-opt-report -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-pdbutil -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-profgen -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-rc -- Creating llvm-windres -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-readobj -- Creating llvm-readelf -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-reduce -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-rtdyld -- Creating libLLVM-13.0.0.so -- Creating libLLVM.so -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libLLVM-13.so -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-sim -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-size -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-split -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-stress -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-strings -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-symbolizer -- Creating llvm-addr2line -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-tapi-diff -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-undname -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/llvm-xray -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/opt -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/opt-viewer/opt-diff.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/opt-viewer/opt-stats.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/opt-viewer/opt-viewer.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/opt-viewer/optpmap.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/opt-viewer/optrecord.py -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/opt-viewer/style.css -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libRemarks.so.0.0 -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/include/llvm-c/Remarks.h -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/sancov -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/sanstats -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/split-file -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin/verify-uselistorder -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/LLVMExports.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/LLVMExports-release.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/LLVMConfig.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/LLVMConfigVersion.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/LLVM-Config.cmake -- Up-to-date: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/. -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./AddLLVM.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./AddLLVMDefinitions.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./AddOCaml.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./AddSphinxTarget.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./CheckAtomic.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./CheckCompilerVersion.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./ChooseMSVCCRT.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./CrossCompile.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./DetermineGCCCompatible.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./FindGRPC.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./FindLibpfm.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./FindOCaml.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./FindSphinx.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./FindZ3.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./GenerateVersionFromVCS.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./GetErrcMessages.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./GetLibraryName.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./HandleLLVMOptions.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./HandleLLVMStdlib.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./LLVM-Build.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./LLVMCheckLinkerFlag.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./LLVMDistributionSupport.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./LLVMExternalProjectUtils.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./LLVMInstallSymlink.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./LLVMProcessSources.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./TableGen.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./TensorFlowCompile.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./UseLibtool.cmake -- Installing: /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/cmake/llvm/./VersionFromVCS.cmake /usr/bin/perl /usr/ports/infrastructure/bin/pkg_subst -DMODPY_PYCACHE=__pycache__/ -DMODPY_COMMENT= -DMODPY_ABI3SO=.abi3 -DMODPY_PYC_MAGIC_TAG=cpython-311. -DMODPY_BIN=/usr/local/bin/python3.11 -DMODPY_EGG_VERSION= -DMODPY_VERSION=3.11 -DMODPY_BIN_SUFFIX= -DMODPY_PY_PREFIX=py3- -DMODPY_PYOEXTENSION=opt-1.pyc -DLLVM_BASE=llvm13 -DLLVM_MAJOR=13 -DLLVM_VERSION=13.0.0 -DLLVM_PKGSPEC=\>=13,\<14 -DCLANG_INCLUDE_PATH=llvm13/lib/clang/13.0.0/include -DGCC_VER=8.4.0 -DGCC_CONFIG=sparc64-unknown-openbsd7.5 -DOPENBSD_LD_IS_LLD=FALSE -DMODCMAKE_BUILD_SUFFIX=-release.cmake -DLIBLTO_VERSION=6.0 -DLIBRemarks_VERSION=0.0 -DLIBclang-cpp_VERSION=1.0 -DLIBclang_VERSION=8.2 -DLIBlldb_VERSION=3.0 -DARCH=sparc64 -DBASE_PKGPATH=devel/llvm/13 -DFLAVOR_EXT= -DFULLPKGNAME=llvm-13.0.0 -DHOMEPAGE=https://www.llvm.org/ -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=sparc64 -DMAINTAINER=Sebastien\ Marie\ \,\ \ Robert\ Nagy\ \ -DPREFIX=/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=llvm-13 -i -B /usr/obj/ports/llvm-13.0.0 -c -m 644 /usr/ports/devel/llvm/13/../files/README-main /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/share/doc/pkg-readmes/llvm-13 /usr/bin/perl /usr/ports/infrastructure/bin/pkg_subst -DMODPY_PYCACHE=__pycache__/ -DMODPY_COMMENT= -DMODPY_ABI3SO=.abi3 -DMODPY_PYC_MAGIC_TAG=cpython-311. -DMODPY_BIN=/usr/local/bin/python3.11 -DMODPY_EGG_VERSION= -DMODPY_VERSION=3.11 -DMODPY_BIN_SUFFIX= -DMODPY_PY_PREFIX=py3- -DMODPY_PYOEXTENSION=opt-1.pyc -DLLVM_BASE=llvm13 -DLLVM_MAJOR=13 -DLLVM_VERSION=13.0.0 -DLLVM_PKGSPEC=\>=13,\<14 -DCLANG_INCLUDE_PATH=llvm13/lib/clang/13.0.0/include -DGCC_VER=8.4.0 -DGCC_CONFIG=sparc64-unknown-openbsd7.5 -DOPENBSD_LD_IS_LLD=FALSE -DMODCMAKE_BUILD_SUFFIX=-release.cmake -DLIBLTO_VERSION=6.0 -DLIBRemarks_VERSION=0.0 -DLIBclang-cpp_VERSION=1.0 -DLIBclang_VERSION=8.2 -DLIBlldb_VERSION=3.0 -DARCH=sparc64 -DBASE_PKGPATH=devel/llvm/13 -DFLAVOR_EXT= -DFULLPKGNAME=llvm-13.0.0 -DHOMEPAGE=https://www.llvm.org/ -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=sparc64 -DMAINTAINER=Sebastien\ Marie\ \,\ \ Robert\ Nagy\ \ -DPREFIX=/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=llvm-13 -i -B /usr/obj/ports/llvm-13.0.0 -c -m 755 /usr/ports/devel/llvm/13/../files/llvm-wrapper.sh.in /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/bin/clang-13 for _f in `cd /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/bin && ls -1`; do ln -f /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/bin/clang-13 /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/bin/${_f}-13; done /usr/obj/ports/llvm-13.0.0/bin/install -d -m 755 /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/clang /usr/obj/ports/llvm-13.0.0/bin/install -c -m 644 /usr/obj/ports/llvm-13.0.0/llvm-project-13.0.0.src/llvm/../clang/bindings/python/clang/* /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/clang /usr/local/bin/python3.11 /usr/local/lib/python3.11/compileall.py /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/clang /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libear /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/clang /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/opt-viewer /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/scan-view Listing '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/clang'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/clang/__init__.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/clang/cindex.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/clang/enumerations.py'... Listing '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/__init__.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/embedded_interpreter.py'... Listing '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters/Logger.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters/__init__.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters/attrib_fromdict.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters/cache.py'... Listing '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters/cpp'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters/cpp/__init__.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters/cpp/gnu_libstdcpp.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters/cpp/libcxx.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters/metrics.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/formatters/synth.py'... Listing '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/plugins'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/plugins/__init__.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/plugins/scripted_process.py'... Listing '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/utils'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/utils/__init__.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/utils/in_call_stack.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/python3.11/site-packages/lldb/utils/symbolication.py'... Listing '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libear'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libear/__init__.py'... Listing '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild/__init__.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild/analyze.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild/arguments.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild/clang.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild/compilation.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild/intercept.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild/report.py'... Listing '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild/resources'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/libscanbuild/shell.py'... Listing '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/clang'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/clang/clang-format-diff.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/clang/clang-format-sublime.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/clang/clang-format.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/clang/clang-rename.py'... Listing '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/opt-viewer'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/opt-viewer/opt-diff.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/opt-viewer/opt-stats.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/opt-viewer/opt-viewer.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/opt-viewer/optpmap.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/opt-viewer/optrecord.py'... Listing '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/scan-view'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/scan-view/Reporter.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/scan-view/ScanView.py'... Compiling '/usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/share/scan-view/startfile.py'... /usr/obj/ports/llvm-13.0.0/bin/install -c -m 644 /usr/obj/ports/llvm-13.0.0/build-sparc64/docs/man/* /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/man/man1 /usr/obj/ports/llvm-13.0.0/bin/install -c -m 644 /usr/obj/ports/llvm-13.0.0/build-sparc64/man/man1/* /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/man/man1 # clang 16 generates clang, clang++, clang-cpp.1 ... /usr/obj/ports/llvm-13.0.0/bin/install -c -m 644 /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/docs/man/clang*.1 /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/man/man1/clang.1 /usr/obj/ports/llvm-13.0.0/bin/install -c -m 644 /usr/obj/ports/llvm-13.0.0/build-sparc64/tools/clang/docs/man/diagtool.1 /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/man/man1/ cd /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/man/man1 && for _f in `echo *.1`; do mv ${_f} ${_f%%.1}-13.1; done # lit and FileCheck are not installed rm /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/man/man1/lit-13.1 rm /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/man/man1/FileCheck-13.1 rm -rf /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/man # search and remove headers that might conflict with base # leave unwind.h in place for sparc64 cd /usr/obj/ports/llvm-13.0.0/fake-sparc64/usr/local/llvm13/lib/clang/13.0.0/include && find . -name '*.h' | fgrep -v -e './unwind.h' -e './tgmath.h' | sed "s,./,,g" | while read h; do if test -e /usr/include/${h}; then rm ${h}; fi; done >>> Running package in devel/llvm/13,-lldb at 1716180773.80 ===> devel/llvm/13,-lldb `/usr/obj/ports/llvm-13.0.0/fake-sparc64/.fake_done' is up to date. ===> Building package for llvm-13.0.0p27 Create /usr/ports/packages/sparc64/all/llvm-13.0.0p27.tgz Creating package llvm-13.0.0p27 reading plist| reading plist|- checking dependencies| checking dependencies|lang/gcc/8,-c++ checking dependencies|lang/gcc/8,-libs checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********* | 16% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|******************** | 34% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|********************************** | 57% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************* | 75% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|*********************************************************** | 98% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 2% archiving|** | 3% archiving|** | 4% archiving|*** | 4% archiving|*** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 7% archiving|***** | 8% archiving|****** | 9% archiving|****** | 10% archiving|******* | 10% archiving|******* | 11% archiving|******* | 12% archiving|******** | 12% archiving|******** | 13% archiving|********* | 13% archiving|********* | 14% archiving|********* | 15% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 16% archiving|*********** | 17% archiving|*********** | 18% archiving|************ | 18% archiving|************ | 19% archiving|************* | 20% archiving|************* | 21% archiving|************** | 21% archiving|************** | 22% archiving|*************** | 23% archiving|*************** | 24% archiving|**************** | 24% archiving|**************** | 25% archiving|**************** | 26% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 27% archiving|****************** | 28% archiving|****************** | 29% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 32% archiving|********************* | 33% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 35% archiving|*********************** | 36% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 38% archiving|************************* | 39% archiving|************************* | 40% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 42% archiving|*************************** | 43% archiving|**************************** | 43% archiving|**************************** | 44% archiving|**************************** | 45% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 46% archiving|****************************** | 47% archiving|****************************** | 48% archiving|******************************* | 48% archiving|******************************* | 49% archiving|******************************** | 49% archiving|******************************** | 50% archiving|******************************** | 51% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 52% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 57% archiving|************************************* | 58% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|*************************************** | 62% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 63% archiving|***************************************** | 64% archiving|***************************************** | 65% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|******************************************** | 70% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|********************************************** | 73% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Error: change in plist | Assuming the old and new builds were done correctly | (fully up-to-date ports tree including relevant MODULES), | then someone probably forgot to bump a REVISION. | (see bsd.port.mk(5), PACKAGE_REPOSITORY) --- /usr/ports/plist/sparc64/llvm-13.0.0p27 +++ /usr/ports/plist/sparc64/llvm-13.0.0p27-new @@ -7,7 +7,6 @@ +DESC @sha Zp7CcEbTYPxaUbavdApHLGddQK21TMlTORxpHjKSxps= @conflict llvm->=13,<14 -@conflict lldb-<10.0.0p0 @pkgpath devel/llvm,-main @depend lang/gcc/8,-c++:g++-*:g++-8.4.0p23 @depend lang/gcc/8,-libs:gcc-libs->=8,<9:gcc-libs-8.4.0p22 *** Error 1 in devel/llvm/13 (/usr/ports/infrastructure/mk/bsd.port.mk:2243 '/usr/ports/packages/sparc64/all/llvm-13.0.0p27.tgz': @trap "cd ...) *** Error 2 in devel/llvm/13 (/usr/ports/infrastructure/mk/bsd.port.mk:2725 '_internal-package': @case X${_DEPENDS_CACHE} in X) _DEPENDS_CA...) *** Error 2 in devel/llvm/13 (/usr/ports/infrastructure/mk/bsd.port.mk:2704 'package': @lock=llvm-13.0.0; export _LOCKS_HELD=" llvm-13.0.0"...) ===> Exiting devel/llvm/13,-lldb with an error *** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'package': @: ${echo_msg:=echo}; : ${target:=package}; for i in ; do ...) >>> Ended at 1716181134.54 max_stuck=441.79/waiting-for-lock #176=73.07/show-prepare-results=11.21/patch=102.66/configure=328.84/build=41653.73/fake=32.33/package=360.86 Error: job failed with 512 on sparc64-0b at 1716181134